AWS - DynamoDBWhich AWS service feature uses TTL to manage data lifecycle automatically?AAmazon DynamoDBBAmazon S3 GlacierCAWS LambdaDAmazon EC2Check Answer
Step-by-Step SolutionSolution:Step 1: Identify AWS services with TTL supportDynamoDB supports TTL to expire items automatically.Step 2: Exclude other services without TTL for data expirationS3 Glacier manages archives, Lambda runs code, EC2 runs servers but none use TTL for data expiration.Final Answer:Amazon DynamoDB -> Option AQuick Check:TTL feature = DynamoDB [OK]Quick Trick: TTL is a DynamoDB feature for automatic data expiry [OK]Common Mistakes:Confusing TTL with S3 lifecycle policiesThinking Lambda manages TTLAssuming EC2 uses TTL for instances
Master "DynamoDB" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API Gateway throttling - Quiz 4medium API Gateway - API Gateway throttling - Quiz 10hard AWS Lambda - Event triggers for Lambda - Quiz 1easy CloudWatch - Log groups and log streams - Quiz 10hard CloudWatch - CloudWatch Events (EventBridge) - Quiz 14medium DynamoDB - Creating a DynamoDB table - Quiz 4medium DynamoDB - Secondary indexes (GSI, LSI) - Quiz 15hard DynamoDB - DynamoDB capacity modes (on-demand, provisioned) - Quiz 8hard RDS and Relational Databases - Why managed databases matter - Quiz 6medium SNS and SQS - SNS and SQS integration pattern (fan-out) - Quiz 14medium