Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 698 Bytes

13-teardown.md

File metadata and controls

18 lines (13 loc) · 698 Bytes

Teardown

This is the last section in the 'Lambda the Terraform way' series. As we progressed through various sections, we have been deleting all the resources created in those (e.g., lambdas, s3 assets, kinesis queues etc.,)

Delete IAM Account Setup

At this point only the resources created in samples/04 are left. Let's delete them from samples/04 and your AWS_PROFILE should be the admin user profile.

export AWS_PROFILE=<aws_admin_user_profile>
terraform destroy --auto-approve

Delete AWS Config

Please do ensure you remove the lambda-tf-user from ~/.aws/credentials

🏁 Congrats ! This completes the "Lambda, the Terraform Way" series 🏁