
Answer-first summary for fast verification
Answer: Establish a new AWS Direct Connect connection and direct backup traffic through this new connection.
## Explanation **Correct Answer: B** - Establish a new AWS Direct Connect connection and direct backup traffic through this new connection. **Why this is correct:** 1. **AWS Direct Connect** provides a dedicated, private network connection between on-premises infrastructure and AWS, bypassing the public internet. 2. **Time-sensitive data** requires timely backups, which Direct Connect can provide with consistent, high-bandwidth connectivity. 3. **Minimal impact on internet connectivity** - By using a separate Direct Connect connection for backup traffic, internal users' internet bandwidth is not affected. 4. **Long-term solution** - Direct Connect is designed for ongoing, high-volume data transfer needs, unlike Snowball which is for one-time or periodic bulk transfers. **Analysis of other options:** **A. Establish AWS VPN connections and proxy all traffic through a VPC gateway endpoint.** - VPN still uses internet bandwidth, so it doesn't solve the bandwidth limitation issue - VPC gateway endpoints are for accessing AWS services from within a VPC, not for on-premises connectivity - This would still impact internet connectivity for internal users **C. Order daily AWS Snowball devices. Load the data onto the Snowball devices and return the devices to AWS each day.** - Snowball is designed for one-time or periodic bulk data transfers, not for daily time-sensitive backups - Physical device logistics (ordering, loading, shipping) are not practical for daily operations - Does not provide timely backups for time-sensitive data **D. Submit a support ticket through the AWS Management Console. Request the removal of S3 service limits from the account.** - S3 service limits are not the issue - the problem is internet bandwidth limitations - Removing S3 limits wouldn't solve the on-premises internet bandwidth constraints - This addresses the wrong problem **Key AWS Services Considered:** - **AWS Direct Connect**: Dedicated network connection to AWS - **AWS VPN**: Secure connection over the public internet - **AWS Snowball**: Physical device for large-scale data transport - **VPC Endpoints**: Private connectivity to AWS services from within a VPC **Best Practice:** For organizations with large, ongoing data transfer needs and internet bandwidth constraints, AWS Direct Connect provides a dedicated, high-bandwidth connection that separates backup traffic from regular internet usage, ensuring both timely backups and minimal impact on user connectivity.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company has an on-premises application that generates a large amount of time-sensitive data that is backed up to Amazon S3. The application has grown and there are user complaints about internet bandwidth limitations. A solutions architect needs to design a long-term solution that allows for both timely backups to Amazon S3 and with minimal impact on internet connectivity for internal users. Which solution meets these requirements?
A
Establish AWS VPN connections and proxy all traffic through a VPC gateway endpoint.
B
Establish a new AWS Direct Connect connection and direct backup traffic through this new connection.
C
Order daily AWS Snowball devices. Load the data onto the Snowball devices and return the devices to AWS each day.
D
Submit a support ticket through the AWS Management Console. Request the removal of S3 service limits from the account.