This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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) |