A SysOps administrator is reviewing the weekly AWS Trusted Advisor Cost Optimization report for a production workload. The report contains the following findings:
- An Amazon Elastic Block Store (Amazon EBS) volume has had less than IOPS of write activity for the past 14 days.
- An Application Load Balancer (ALB) has had an ActiveConnectionCount of over the past 7 days.
- An Amazon RDS PostgreSQL DB instance has had no active database connections (DatabaseConnections is ) for the past 8 days.
- An Elastic IP address (EIP) is listed under the Unassociated Elastic IP Addresses check.
- A group of Amazon EC2 instances running under an Auto Scaling group is flagged under the Low Utilization Amazon EC2 Instances check, showing consistent average CPU utilization.
Which two actions should the SysOps administrator take to resolve these findings and optimize costs? (Select TWO.)
- Release the unassociated Elastic IP address, and delete the Application Load Balancer after verifying no traffic is routed to its DNS name.Cevap
- Create a final snapshot of the idle RDS PostgreSQL DB instance, and then delete the DB instance.Cevap
- CDisassociate the unassociated Elastic IP address from its Virtual Private Cloud (VPC) public subnet to stop the hourly charges.
- DManually terminate the low-utilization EC2 instances within the Auto Scaling group to reduce active compute capacity.
- EStop the idle RDS PostgreSQL DB instance, and configure an Amazon EventBridge rule to start the database only when connection activity is detected by Amazon RDS Performance Insights.