AWS - RDS and Relational DatabasesWhich factor directly affects the hourly cost of an AWS RDS instance?AThe number of tables in the databaseBThe instance size (e.g., db.t3.medium vs db.m5.large)CThe number of users connectedDThe database engine versionCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand RDS pricing componentsRDS pricing depends on instance size, storage, backups, and deployment options, not on users or tables.Step 2: Identify the factor affecting hourly costThe instance size determines the compute capacity and directly affects the hourly price.Final Answer:The instance size (e.g., db.t3.medium vs db.m5.large) -> Option BQuick Check:Instance size = hourly cost [OK]Quick Trick: Instance size controls hourly cost, not users or tables [OK]Common Mistakes:Confusing number of users with costThinking database engine version affects hourly priceAssuming number of tables changes cost
Master "RDS and Relational Databases" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Auto Scaling - Why auto scaling matters - Quiz 9hard CloudWatch - Why monitoring matters - Quiz 13medium DynamoDB - Tables, items, and attributes - Quiz 9hard DynamoDB - Creating a DynamoDB table - Quiz 14medium DynamoDB - Time to live (TTL) for expiration - Quiz 13medium DynamoDB - DynamoDB Streams overview - Quiz 4medium Elastic Load Balancing - SSL/TLS termination - Quiz 12easy RDS and Relational Databases - Multi-AZ deployment for high availability - Quiz 13medium SNS and SQS - Sending and receiving messages - Quiz 1easy SNS and SQS - Sending and receiving messages - Quiz 13medium