Bird
0
0

Which of the following is the correct way to ensure encryption in transit when accessing DynamoDB?

easy📝 Syntax Q12 of 15
DynamoDB - Security and Access Control
Which of the following is the correct way to ensure encryption in transit when accessing DynamoDB?
AUse HTTPS endpoints to connect to DynamoDB
BDisable SSL to improve performance
CUse HTTP endpoints to connect to DynamoDB
DUse FTP protocol for data transfer
Step-by-Step Solution
Solution:
  1. Step 1: Identify encryption in transit method

    Encryption in transit protects data while it moves between client and server, typically using HTTPS.
  2. Step 2: Choose correct protocol for DynamoDB access

    DynamoDB supports HTTPS endpoints to encrypt data during transfer, ensuring security.
  3. Final Answer:

    Use HTTPS endpoints to connect to DynamoDB -> Option A
  4. Quick Check:

    Encryption in transit = HTTPS used [OK]
Quick Trick: Always use HTTPS for secure data transfer [OK]
Common Mistakes:
MISTAKES
  • Choosing HTTP which is not encrypted
  • Disabling SSL which removes encryption
  • Using unrelated protocols like FTP

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More DynamoDB Quizzes