A company is reviewing its AWS Trusted Advisor Cost Optimization recommendations to reduce monthly expenditures. The SysOps administrator identifies multiple findings in the dashboard:
- Several Amazon Elastic Block Store (Amazon EBS) volumes are flagged under the `Underutilized Amazon EBS Volumes` check because they have been unattached for more than days.
- Multiple Amazon Relational Database Service (Amazon RDS) DB instances are flagged under the `Amazon RDS Idle DB Instances` check because they have had active database connections for the last days.
The administrator wants to configure an automated solution to remediate these specific findings with minimal administrative effort.
Which of the following remediation workflows should the administrator implement? (Select TWO.)
- Configure an Amazon EventBridge rule that filters for `aws.trustedadvisor` events with the check name `Underutilized Amazon EBS Volumes` and status `WARN` or `ERROR`, and target an AWS Systems Manager (SSM) Automation document to snapshot and delete the flagged volumes.Cevap
- Configure an Amazon EventBridge rule that filters for `aws.trustedadvisor` events with the check name `Amazon RDS Idle DB Instances` and status `WARN` or `ERROR`, and target an AWS Systems Manager (SSM) Automation document to stop the flagged DB instances.Cevap
- CConfigure a custom AWS Config rule that monitors the RDS `DatabaseConnections` metric, and configure an automatic remediation target to transition the idle RDS DB instances to Multi-AZ deployments.
- DEnable Detailed Monitoring in Amazon CloudWatch for all EBS volumes, and configure a CloudWatch alarm that triggers an AWS Budgets action to automatically delete the volumes when average read/write IOPS falls below IOPS.
- EConfigure an Amazon EventBridge rule that detects the Trusted Advisor check results, and target an AWS Billing policy to automatically purchase an EC2 Instance Savings Plan to cover the idle RDS instances.