hello world ec2 linux example user data Example: # /bin/bash for launching ec2 #!/bin/bash yum update -y service httpd start chkconfig httpd on