Created
December 5, 2016 18:36
-
-
Save navneetkumar/6f3ec3e24d0c9fbe05e08e24bebb44e4 to your computer and use it in GitHub Desktop.
Lambda CF execute
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 characters
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