Practice free →
HomeAWS Cloud Practitionercloudcomputingsecuritycompliance › Which combination correctly describes encryption…

Which combination correctly describes encryption in transit versus encryption at rest?

AIn transit is free; at rest doubles the storage bill
BIn transit protects data moving over a network using TLS; at rest protects data stored on disk using AES or similar block ciphers
CIn transit means data is stored on tape; at rest means data is replicated to another Region
DIn transit applies only to S3; at rest applies only to RDS
Answer & Solution
Correct answer: B. In transit protects data moving over a network using TLS; at rest protects data stored on disk using AES or similar block ciphers
In transit = TLS / HTTPS over the wire. At rest = block-level disk encryption (often AES-256) with keys managed by AWS KMS or the customer. Both should be enabled for sensitive workloads. Neither doubles the bill, and both apply broadly across services.
Solve this in the app — AWS Cloud Practitioner practice & 24k+ MCQs →
Related questions