- Newest
- Most votes
- Most comments
Hi
Identifying Running Services:
- Login to the AWS Management Console -->Go to the Billing Dashboard. This will give you an overview of your current charges.
- Explore Services like EC2, RDS, S3, Lambda etc. These sections will detail specific resources running and their costs.
EC2 Instances: Stop to keep the instance (and data) for later restart. Terminate to permanently delete data.
To streamline infrastructure provisioning and cost management, consider leveraging Infrastructure as Code (IaC) with either Terraform or CloudFormation.
RDS Instances: Scale down or pause to reduce costs. (See RDS Management Console documentation.)
Other Managed Services: Many services like Lambda or Fargate offer options to pause execution or scale down resources to minimize costs.
Delete unneeded Elastic IPs, EBS volumes, and S3 buckets. (Use the "Actions" menu in the service's console.) Review Auto Scaling groups to prevent unnecessary launches. (Use the "Auto Scaling" service.)
How do I terminate active resources that I no longer need on my AWS account?
Relevant content
- asked a year ago
- Accepted Answerasked 10 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago