An organization needs to establish a dedicated, private network connection from their on-premises office to their AWS VPC. The connection must bypass the public internet to ensure consistent network performance and lower latency. However, due to budget constraints during the transition phase, they also require a cost-effective, quick-to-implement backup connection that runs over the public internet. Which combination of AWS network services best meets these requirements?
- AWS Direct Connect as the primary connection and AWS Site-to-Site VPN as the backup connectionCevap
- BAWS Transit Gateway as the primary connection and VPC Peering as the backup connection
- CAWS Site-to-Site VPN as the primary connection and Network Access Control Lists (Network ACLs) as the backup connection
- DAWS Direct Connect as the primary connection and Amazon CloudWatch as the backup connection
Cevap
AWS Direct Connect as the primary connection and AWS Site-to-Site VPN as the backup connection
The correct answer combines AWS Direct Connect (for the dedicated, private, low-latency connection that bypasses the public internet) and AWS Site-to-Site VPN (for the fast, cost-effective backup connection over the public internet). This is a standard hybrid architecture pattern that balances performance, cost, and high availability.
Adım Adım Çözüm
Anahtar Kavram
AWS hybrid connectivity options, specifically distinguishing between dedicated physical connections (Direct Connect) and internet-based secure tunnels (VPN) for on-premises integration.