Courseiva
Security and CompliancemediumMultiple ChoiceObjective-mapped

CLF-C02 Security and Compliance Practice Question

A company needs to ensure that all data transmitted between their on-premises servers and AWS is encrypted during transfer. Which AWS services provide encryption in transit? (Choose the most complete answer.)

⚠ Common exam trap

It's easy for candidates to confuse encryption in transit with encryption at rest, often selecting S3 SSE-S3 or KMS key rotation because they associate 'encryption' broadly with AWS security, without distinguishing the data state.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

AWS Site-to-Site VPN using IPsec encryption

AWS Site-to-Site VPN is the correct choice because it creates an encrypted tunnel between on-premises servers and AWS using IPsec (Internet Protocol Security) protocol suite. IPsec provides confidentiality, integrity, and authentication for all data packets traversing the public internet, ensuring encryption in transit as required by the question.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • AWS Direct Connect with dedicated link guarantees

    Why it's wrong here

    AWS Direct Connect establishes a private, dedicated physical link from your on-premises network to AWS, providing consistent bandwidth and lower latency than the public internet. However, the data flowing over that link is transmitted in cleartext by default—Direct Connect does not inherently encrypt anything. To satisfy encryption-in-transit requirements, you must layer IPsec (via a Site-to-Site VPN) or application-layer encryption on top of the Direct Connect connection. Thus, while it is a private link, it does not 'guarantee' encryption, making it incorrect for this scenario.

  • AWS Site-to-Site VPN using IPsec encryption

    Why this is correct

    AWS Site-to-Site VPN is explicitly designed to create an encrypted tunnel between your on-premises gateway and a virtual private gateway (or transit gateway) in AWS. It uses IPsec in tunnel mode to provide confidentiality, integrity, and authenticity for all traffic traversing the public internet. With AES-256 or AES-128 encryption and IKE for key exchange, it ensures that data in transit is fully protected against eavesdropping and tampering. Therefore, this is the correct mechanism for achieving encryption in transit between on-premises and AWS.

  • Amazon S3 SSE-S3 encryption

    Why it's wrong here

    Amazon S3 SSE-S3 is a server-side encryption feature that encrypts objects at rest using AES-256 when they are written to S3 and decrypts them when read. This protects the stored data, but it does not apply to the data while it is being transmitted over a network. When you upload or download an object, you rely on separate TLS/SSL connections to encrypt that transfer, not SSE-S3. Because the requirement is about encrypting data in transit—not at rest—SSE-S3 cannot be the answer.

  • AWS KMS key rotation

    Why it's wrong here

    AWS KMS key rotation automatically rotates the backing key for an AWS-managed or customer-managed CMK on an annual basis, which helps reduce the risk of compromised keys over time. But rotation is purely a key-management lifecycle operation—it does not directly encrypt any traffic. While KMS itself is used to create and control encryption keys, the actual transport encryption between on-premises and AWS would require something like IPsec. Consequently, enabling key rotation does not by itself provide encryption in transit.

Quick reference

VPN Protocol Comparison

ProtocolPortEncryptionAuthenticationUse Case
IKEv2 / IPsecUDP 500 / 4500AES-256Certificates / PSKSite-to-site & remote access
SSL / TLS VPNTCP 443TLS 1.3Certificates / MFAClientless remote access
L2TP / IPsecUDP 1701AES (IPsec)PSK / CertificatesLegacy remote access
WireGuardUDP 51820ChaCha20Public keysModern high-performance VPN
PPTPTCP 1723MPPE (weak)MS-CHAPv2Legacy — avoid in production

PPTP is considered insecure. IKEv2/IPsec and SSL VPN are the current recommended options.

About these practice questions

One of 988 original CLF-C02 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CLF-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CLF-C02 exam.