Skip to content

Instantly share code, notes, and snippets.

@shafi-codez
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shafi-codez/bf6e6a09b128a9ff08ab to your computer and use it in GitHub Desktop.
Save shafi-codez/bf6e6a09b128a9ff08ab to your computer and use it in GitHub Desktop.
AWS Deployment automaition using Chef & ACF
aws configure
sudo wget -O- https://opscode.com/chef/install.sh | sudo bash
sudo yum install git -y
gem install foodcritic
aws cloudformation list-stacks --stack-status-filter CREATE_COMPLETE
#https://github.com/shafi-codez/chef-bootstrap
aws cloudformation validate-template --template-url https://s3.amazonaws.com/cloudformation-templates-us-east-1/S3_Bucket.template
aws cloudformation create-stack --template-url https://s3.amazonaws.com/cloudformation-templates-us-east-1/S3_Bucket.template --stack-name shafi-my-stack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment