Balaji Vajjala's Blog

A DevOps Blog from Trenches

11

  • Shutting down all AWS services
    • Shutting down AWS services

Shutting down all AWS services

Shutting down AWS services

  1. Remove all SQS queues: https://console.aws.amazon.com/sqs/home.
  2. Remove all files from the \~/.ssh directory. Remove all files from the \~/GIT directory. Remove all files from the \~/tmp directory.
  3. Delete Auto Scaling Groups.
  4. Delete Launch Configurations as-describe-launch-configs as-describe-auto-scaling-groups as-delete-launch-config as-delete-auto-scaling-group .
  5. Delete ELBs.
  6. Delete the GitHub SSH keys on the GitHub website https://github.com/settings/ssh/.
  7. Delete all key pairs https://console.aws.amazon.com/ec2/home?region=us-east-1#s=KeyPairs.
  8. Remove all security groups (except default can’t be deleted) https://console.aws.amazon.com/ec2/home?region=us-east-1#s=SecurityGroups.
  9. Terminate all CFN stacks https://console.aws.amazon.com/cloudformation/.
  10. Delete S3 buckets except for devopscloud and stelligentlabs https://console.aws.amazon.com/s3/.
  11. Remove the ditc.pem file (or other pem keys from your computer) \~/Desktop \~/Keys.
  12. Delete Access Key ID and Secret Access Key https://aws-portal.amazon.com/gp/aws/securityCredentials.