DOP-C02 Security and Compliance Practice Question
A company's security policy requires that all data in transit between on-premises and AWS is encrypted. Which AWS service provides a dedicated network connection with encryption?
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 Direct Connect + VPN
AWS Direct Connect provides a dedicated network connection, and when combined with an IPSec VPN, it ensures encryption for data in transit. Therefore, Option B (AWS Direct Connect + VPN) is correct. Option A (AWS Transit Gateway) is a network transit hub, not a dedicated encrypted connection. Option C (VPC peering) does not provide encryption by default. Option D (Site-to-Site VPN over internet) uses encryption but lacks a dedicated connection.
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 Transit Gateway
Why it's wrong here
AWS Transit Gateway acts as a regional network transit hub to interconnect VPCs and on-premises networks via attachments, but it is purely a routing and forwarding service. It does not natively encrypt traffic as it traverses the gateway; any encryption must be implemented separately using VPN attachments or other overlay tunnels. Therefore, selecting Transit Gateway alone fails the security policy's explicit requirement for encrypting data in transit.
- ✓
AWS Direct Connect + VPN
Why this is correct
This pattern combines an AWS Direct Connect private or public virtual interface with an IPSec Site-to-Site VPN to create a dedicated, private, and encrypted link from your data center to AWS. Direct Connect ensures a consistent, low-latency connection that does not traverse the public internet, while the VPN overlay encrypts all IP traffic between your edge and the AWS virtual private gateway. The combination satisfies both the encryption mandate and the need for predictable, dedicated bandwidth, making it the best choice for this scenario.
- ✗
Amazon VPC peering
Why it's wrong here
Amazon VPC peering is a mechanism to route traffic between two VPCs using private IPv4/IPv6 addresses, but it does not provide any encryption of that traffic in transit. The data is carried over AWS's private network infrastructure without an IPSec endpoint, so it fails to meet a mandate for encryption at the application or transport layer. Additionally, VPC peering is non-transitive and only for VPC-to-VPC, so it is not a general hybrid connectivity solution.
- ✗
AWS Site-to-Site VPN over the internet
Why it's wrong here
An AWS Site-to-Site VPN does establish IPSec tunnels that encrypt traffic, but those tunnels traverse the public internet, meaning the underlying physical path is shared with other traffic and subject to congestion, jitter, and unpredictable latency. While the encryption objective is met, this option does not provide the dedicated connection that the policy may implicitly require for critical workloads. Using a VPN alone over the internet is also subject to provider and internet issues, making it less reliable than Direct Connect with a VPN overlay.
Quick reference
VPN Protocol Comparison
| Protocol | Port | Encryption | Authentication | Use Case |
|---|---|---|---|---|
| IKEv2 / IPsec | UDP 500 / 4500 | AES-256 | Certificates / PSK | Site-to-site & remote access |
| SSL / TLS VPN | TCP 443 | TLS 1.3 | Certificates / MFA | Clientless remote access |
| L2TP / IPsec | UDP 1701 | AES (IPsec) | PSK / Certificates | Legacy remote access |
| WireGuard | UDP 51820 | ChaCha20 | Public keys | Modern high-performance VPN |
| PPTP | TCP 1723 | MPPE (weak) | MS-CHAPv2 | Legacy — avoid in production |
PPTP is considered insecure. IKEv2/IPsec and SSL VPN are the current recommended options.
Go deeper
Related to this question
About these practice questions
One of 1,487 original DOP-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 →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This DOP-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 DOP-C02 exam.