DynamoDB - Backup and RecoveryWhy does DynamoDB use encryption at rest instead of only relying on network security?ABecause encryption at rest reduces storage costsBBecause data stored on disks can be accessed if not encrypted, even if network is secureCBecause encryption at rest speeds up data accessDBecause network security is not importantCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand difference between network security and encryption at restNetwork security protects data during transfer; encryption at rest protects stored data.Step 2: Explain why encryption at rest is necessaryData on disks can be accessed if not encrypted, so encryption at rest protects against physical or unauthorized disk access.Final Answer:Because data stored on disks can be accessed if not encrypted, even if network is secure -> Option BQuick Check:Encryption at rest protects stored data beyond network security [OK]Quick Trick: Encryption at rest protects data on disks, not just in transit [OK]Common Mistakes:MISTAKESIgnoring stored data risksThinking network security covers allBelieving encryption improves speed or cost
Master "Backup and Recovery" in DynamoDB9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More DynamoDB Quizzes Access Patterns and Query Optimization - Single-table design methodology - Quiz 11easy Access Patterns and Query Optimization - Hot partition prevention - Quiz 2easy Backup and Recovery - On-demand backups - Quiz 14medium Backup and Recovery - Cross-region replication (Global Tables) - Quiz 3easy Cost Optimization and Monitoring - CloudWatch metrics for DynamoDB - Quiz 6medium DynamoDB with AWS SDK - Expressions with SDK helpers - Quiz 9hard DynamoDB with Serverless - API Gateway to DynamoDB - Quiz 6medium Security and Access Control - IAM policy for DynamoDB - Quiz 9hard Security and Access Control - Condition keys for row-level security - Quiz 15hard Security and Access Control - Condition keys for row-level security - Quiz 2easy