Which of the following AWS Trusted Advisor checks helps identify unused or idle resources to reduce costs?
Think about which check focuses on resource usage and cost savings.
The 'Underutilized Amazon EC2 Instances' check identifies EC2 instances with low CPU usage, helping reduce costs by stopping or resizing them.
Which AWS Trusted Advisor check helps you find security risks related to your AWS Identity and Access Management (IAM) settings?
Consider which check protects the most powerful account in AWS.
Enabling MFA on the root account adds an extra layer of security, and Trusted Advisor checks if this is enabled.
You receive a Trusted Advisor alert about approaching service limits for Amazon RDS instances. What is the best architectural response?
Think about how to handle resource limits proactively.
Requesting a limit increase prevents service disruption and supports scaling your architecture safely.
Which Trusted Advisor check helps improve fault tolerance by identifying single points of failure?
Think about backups and recovery in case of failure.
Enabling automated backups on RDS improves fault tolerance by allowing recovery from failures.
After running AWS Trusted Advisor, you find that your S3 buckets have public read access warnings. What is the most secure and practical next step?
Consider balancing security with business needs.
Not all public access is bad; some buckets are meant to be public. Review and restrict only unnecessary public access.