Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 630 Bytes

Readme.md

File metadata and controls

24 lines (19 loc) · 630 Bytes

Demo Commands:

In this demo we will create EC2Instance and its required dependent stacks SQS and RDS. SQS and RDS wil be created first and then EC2Instance stack will be created.

20230202-111057-378.mp4
  • Deploy Stack in Dry Run Mode

      cfnc deploy -c cfnc.yml --dry-run
  • Apply the real change and verify

      cfnc deploy -c cfnc.yml
  • Destroy change in dry-run mode

      cfnc destroy -c cfnc.yml --dry-run
  • Destroy

      cfnc destroy -c cfnc.yml