Remove the Environment Stacks

Delete the stacks for each environment created for our application

aws cloudformation delete-stack --stack-name demo-service-Dev
aws cloudformation delete-stack --stack-name demo-service-Staging
aws cloudformation delete-stack --stack-name demo-service-Prod

Make sure to refresh until your stacks are deleted to move forward Cleaned Stacks