Skip to content

Instantly share code, notes, and snippets.

aws cloudformation deploy --template C:/Users/user/S3CloudFor.json --stack-name my-new-stack (For Creating New Stacks)
aws cloudformation describe-stacks (For Listing The Stacks)
aws cloudformation delete-stack --stack-name my-new-stack2 (For Deleting The Stacks)