0
0
AWScloud~20 mins

AWS Trusted Advisor recommendations - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
AWS Trusted Advisor Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
service_behavior
intermediate
2:00remaining
Understanding AWS Trusted Advisor Cost Optimization Checks

Which of the following AWS Trusted Advisor checks helps identify unused or idle resources to reduce costs?

AService Limits - Monitors usage against service quotas
BUnderutilized Amazon EC2 Instances - Identifies instances with low CPU utilization
CSecurity Groups - Checks for overly permissive rules
DS3 Bucket Permissions - Checks for public access
Attempts:
2 left
💡 Hint

Think about which check focuses on resource usage and cost savings.

security
intermediate
2:00remaining
AWS Trusted Advisor Security Check Purpose

Which AWS Trusted Advisor check helps you find security risks related to your AWS Identity and Access Management (IAM) settings?

AIAM Use - Checks for unused IAM users
BS3 Bucket Permissions - Checks for public read or write access
CSecurity Groups - Checks for unrestricted inbound access
DMFA on Root Account - Checks if multi-factor authentication is enabled on the root user
Attempts:
2 left
💡 Hint

Consider which check protects the most powerful account in AWS.

Architecture
advanced
2:00remaining
Interpreting AWS Trusted Advisor Service Limits Check

You receive a Trusted Advisor alert about approaching service limits for Amazon RDS instances. What is the best architectural response?

AIgnore the alert since limits reset monthly
BDelete all existing RDS instances to free up capacity
CRequest a service limit increase from AWS Support before reaching the limit
DSwitch to a different AWS region without checking limits
Attempts:
2 left
💡 Hint

Think about how to handle resource limits proactively.

Best Practice
advanced
2:00remaining
AWS Trusted Advisor Recommendations for Fault Tolerance

Which Trusted Advisor check helps improve fault tolerance by identifying single points of failure?

AAmazon RDS Backups - Checks if automated backups are enabled
BAmazon EC2 Reserved Instances - Checks for unused reservations
CAmazon S3 Bucket Permissions - Checks for public access
DService Limits - Checks usage against quotas
Attempts:
2 left
💡 Hint

Think about backups and recovery in case of failure.

🧠 Conceptual
expert
2:00remaining
Analyzing AWS Trusted Advisor Impact on Security Posture

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?

AReview each bucket's purpose and restrict public access only where it is not required
BImmediately remove all public access permissions from all buckets without review
CIgnore the warnings if the buckets contain only non-sensitive data
DDelete all buckets with public access to prevent any risk
Attempts:
2 left
💡 Hint

Consider balancing security with business needs.