Created
May 31, 2018 03:19
-
-
Save spg/ac0ce6ce8b879c5e4f77b0877b58ca9b to your computer and use it in GitHub Desktop.
Revisions
-
spg created this gist
May 31, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ #!/bin/bash -x yum -y install mysql # provisioning example # Signal that the instance is ready INSTANCE_ID=`wget -q -O - http://169.254.169.254/latest/meta-data/instance-id` aws ec2 create-tags --resources $INSTANCE_ID --tags Key=UserDataFinished,Value=true --region ${AWS::Region}