Guest User

Untitled

a guest
Jun 13th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. aws cloudformation package -s3-bucket <YOUR_BUCKET> -s3-prefix packages \
  2. -template-file template.yaml -output-template-file packaged.yaml
  3.  
  4. aws cloudformation deploy -template-file packaged.yaml \
  5. -stack-name EvolutionaryDeployment -capabilities CAPABILITY_IAM
Add Comment
Please, Sign In to add comment