dawson-org / dawson-cli

A serverless web framework for Node.js on AWS (CloudFormation, CloudFront, API Gateway, Lambda)
https://dawson.sh
GNU General Public License v3.0
713 stars 25 forks source link

How to remove all dawson resources from AWS? #171

Closed ajhekman closed 7 years ago

ajhekman commented 7 years ago

What needs to be done to remove a dawson installation from AWS?

lusentis commented 7 years ago

You will find two CloudFormation stacks (from the AWS Console). Just delete those.

If the stack deletion fails, the Console tells you which resources need to be deleted manually (typically S3 Buckets).

In addition, if you have deployed using a custom domain, you may want to delete the AWS ACM Certificate.

On 5 Apr 2017 11:26 p.m., "AJ Hekman" notifications@github.com wrote:

What needs to be done to remove a dawson installation from AWS?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dawson-org/dawson-cli/issues/171, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5_RoefampYp20GEwxzik_EkyBz3n0lks5rtAcAgaJpZM4M01Xu .

ajhekman commented 7 years ago

Thanks! I suspected that was the solution, but I'm not that familiar with CloudFormation.