ho wto add the user data in the instance using the script code example
Example: # /bin/bash for launching ec2
#!/bin/bash
yum update -y
service httpd start
chkconfig httpd on
#!/bin/bash
yum update -y
service httpd start
chkconfig httpd on