Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps

template-diagram

aws cloudformation create-stack \
  --template-body "$(cat vpc.json)" \
  --parameters "$(cat parameters.json)" \
  --stack-name "$(whoami)"
aws cloudformation update-stack \
  --template-body "$(cat vpc.json)" \
  --parameters "$(cat parameters.json)" \
  --stack-name "$(whoami)"
aws cloudformation delete-stack \
  --stack-name "$(whoami)"
  

About

DevOps Template for AWS CloudFormation

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages