aws / ec2-macos-init

EC2 macOS Init is the launch daemon used to initialize Mac instances within EC2.
https://aws.amazon.com/ec2/instance-types/mac/
Apache License 2.0
148 stars 19 forks source link

Improve UserDataModule documentation and clarity #8

Closed mattcataws closed 3 years ago

mattcataws commented 3 years ago

The Userdata section of the README can be improved by adding more examples of the different types of userdata supported. An example of an acceptable shell script and/or non-executable data would help flush out the misunderstanding before folks launch instances.

This aims to clarify the differences between what the UserDataModule currently supports and the documentation found in https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html.

mattcataws commented 3 years ago

This is a duplicate of (#6). Closing in favor of the other.