Skip to content
This repository was archived by the owner on Apr 9, 2020. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws cloudformation create-stack
--capabilities CAPABILITY_IAM
--stack-name CloudpackEnv
--template-body file://./env.json

aws cloudformation create-stack
--capabilities CAPABILITY_IAM
--stack-name CloudpackTest
--template-body file://./test.json
--parameters '[{"ParameterKey":"NatGatewayEipAllocationId","ParameterValue":"eipalloc-xxxxxxxx"},{"ParameterKey":"CommonEc2Role","ParameterValue":"CloudpackEnv-CommonEc2Role-XXXXXXXXXXXXX"}]'

aws cloudformation create-stack
--capabilities CAPABILITY_IAM
--stack-name SuzlabEc2
--template-body file://./ec2.json
--parameters '[{"ParameterKey":"CommonEc2Role","ParameterValue":"SuzlabEnv-CommonEc2Role-1MRT4ZRP8F43B"},{"ParameterKey":"Subnet","ParameterValue":"subnet-e59fa492"}]'

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Contributors