Skip to content

AWS CloudFormation for Bill_Tracker WebApp

Notifications You must be signed in to change notification settings

Vaibhavi-Khamar/infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure

Here we use the template build body and create/delete/update stack

create stack

aws cloudformation create-stack --stack-name Mystack --template-body file://path/to/file_location/networking.json

delete stack

aws cloudformation delete-stack --stack-name Mystack

update stack

aws cloudformation update-stack --stack-name Mystack --template-body file://path/to/file_location/networking.json

create/update/delete stack using aws

bash create-app-stack.sh Mystack