Skip to content

Instantly share code, notes, and snippets.

@navneetkumar
Created December 5, 2016 18:36
Show Gist options
  • Save navneetkumar/6f3ec3e24d0c9fbe05e08e24bebb44e4 to your computer and use it in GitHub Desktop.
Save navneetkumar/6f3ec3e24d0c9fbe05e08e24bebb44e4 to your computer and use it in GitHub Desktop.
Lambda CF execute
sed -i -e 's/<ACCOUNTID>/1234/g' aws-provision-cf.json
sed -i -e 's/<BUCKETNAME>/nexus-test/g' aws-provision-cf.json
sed -i -e 's/<REGION>/us-east-1/g' deployment/aws-provision-cf.json
aws --profile admin cloudformation create-stack --stack-name polarisInfra --template-body file:///aws-provision-cf.json --capabilities CAPABILITY_NAMED_IAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment