Challenge - 5 Problems
RDS Engine Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Identify the supported RDS engine for a relational database
Which of the following is a supported engine type for Amazon RDS that is designed for relational databases?
Attempts:
2 left
💡 Hint
Think about engines that support SQL and relational data models.
✗ Incorrect
Amazon Aurora is a relational database engine supported by Amazon RDS. DynamoDB is a NoSQL database, ElastiCache is for caching, and Neptune is a graph database.
🧠 Conceptual
intermediate2:00remaining
Select the RDS engine that supports PostgreSQL compatibility
Which Amazon RDS engine provides compatibility with PostgreSQL?
Attempts:
2 left
💡 Hint
Look for the engine name that includes PostgreSQL.
✗ Incorrect
Amazon Aurora PostgreSQL is an RDS engine compatible with PostgreSQL. Aurora MySQL is compatible with MySQL, Redshift is a data warehouse, and DocumentDB is for document databases.
❓ Architecture
advanced2:30remaining
Determine the best RDS engine for a multi-AZ high availability setup
You need a managed database with automatic failover across multiple availability zones. Which RDS engine supports this feature natively?
Attempts:
2 left
💡 Hint
Consider engines designed for high availability and fault tolerance.
✗ Incorrect
Amazon Aurora supports multi-AZ deployments with automatic failover built-in. Other engines support multi-AZ but may have limitations or require additional configuration.
❓ security
advanced2:30remaining
Identify which RDS engine supports encryption at rest using AWS KMS
Which Amazon RDS engine supports encryption at rest using AWS Key Management Service (KMS)?
Attempts:
2 left
💡 Hint
Focus on RDS engines and their encryption capabilities.
✗ Incorrect
Amazon RDS for MySQL supports encryption at rest using AWS KMS. ElastiCache, DynamoDB, and S3 are different services with their own encryption methods.
❓ service_behavior
expert3:00remaining
Predict the behavior when launching an unsupported engine version in RDS
What happens if you try to launch an Amazon RDS instance with an engine version that is not supported by AWS?
Attempts:
2 left
💡 Hint
Consider AWS's approach to unsupported configurations.
✗ Incorrect
AWS prevents launching RDS instances with unsupported engine versions by failing the request immediately to avoid unstable or unsupported environments.