effective devops with aws
Contents
Code
source code ansible
source code helloworld
Continuous Delivery
1 | npm config set registry http://registry.npmjs.org/ |
Creating the new cloudformation stack for production
1 | aws cloudformation create-stack --capabilities CAPABILITY_IAM --stack-name helloworld-production --template-body file://nodeserver-cf.template --parameters ParameterKey=KeyPair,ParameterValue=EffectiveDevOpsAWS |