Resident PII moves from a public citizen portal to internal APIs and must remain encrypted in transit across public TLS termination and private backend hops. Which design best satisfies encryption-in-transit requirements?
Select an answer to reveal the explanation.
Short Explanation
Encrypting the front door and then whispering secrets down an open hallway is not really encryption in transit. Keep TLS (or equal crypto) on the private hops too after the ALB or CloudFront. Cleartext inside the VPC still exposes resident PII to anyone on that path.
Full Explanation
Encryption in transit for citizen PII typically uses TLS at the public edge (ALB or CloudFront with ACM) and continues confidentiality on backend connections—via TLS to internal APIs, mTLS, or other approved encrypted transports—especially on shared or multi-tenant paths. Edge-only termination with cleartext east-west forwarding, disabling HTTPS, or placing PII in clear HTTP URLs fails professional data-protection expectations.