课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Clean up the AWS environment - Amazon Web Services (AWS)教程
课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis
Clean up the AWS environment
- [Instructor] When you finish your course, or you want to stop working on this course for an extended period of time, I recommend you remove all the resources created from your AWS account. It's important that you do so as the Kinesis data stream has a small fee that you need to pay per stream per hour. All the resources created during this course, like Lambda functions, Kinesis data stream, and other AWS resources are created with infrastructure as code using AWS SAM. Cleaning everything is as easy as writing in your project terminal, sam delete. This will remove your cloud formation stack from your AWS account, removing all the different AWS resources. If you want to redeploy this application later on, it's very easy. Just run sam deploy. No need to add dash dash guided as you already have the stack information in your project. And if you don't have the stack information because you just got this project from GitHub,…