This whitepaper is for historical reference only. Some content might be outdated and some links might not be available.
1.1 Hybrid network connectivity from a data center to the AWS Cloud
Requirements addressed:
-
REQ2 (measures to prevent unauthorized or accidental access)
-
Customer-REQ1 (reliable connectivity to AWS services)
AWS services – AWS
Site-to-Site VPN and AWS Direct Connect

Private AWS resources access
AWS Direct Connect
Using industry standard 802.1q VLANs, this dedicated connection
can be partitioned into multiple virtual interfaces. This allows
using the same connection to access public resources such as
objects stored in
Amazon Simple Storage Service
AWS Direct Connect does not encrypt traffic that is in transit by default. To encrypt the data in transit that traverses AWS Direct Connect, customers can use the Direct Connect transit encryption options. There are two options available:
-
To provide encryption from an on-premises data center to the AWS Direct Connect location, customers can use MAC Security (MACSec). MACSec is an IEEE standard that provides data confidentiality, data integrity, and data origin authenticity. Nevertheless, traffic will still be unencrypted inside the routers and data centers long the way.
-
To provide encryption from on-premises data center to an AWS network, customers can use AWS Site-to-Site VPN. Site-to-Site VPN supports Internet Protocol security (IPsec) VPN connections.
The Direct Connect connection consists of a single dedicated connection between ports on an AWS router and a Partner (or customer) router. We recommend establishing a second connection if redundancy is required. For additional resiliency, customers can implement an AWS Site-to-Site VPN connection over the internet, and configure routing to pass traffic through the VPN connection if the existing channel became unavailable. For more information, refer to the AWS Direct Connect Resiliency Toolkit.

Hybrid AWS resources access
Direct Connect is made through a one Gbps, 10 Gbps, or 100 Gbps ethernet port. The customer can use more than one Direct Connect connection, which can be assigned to a Link Aggregation Group (LAG). The LAG helps increase available bandwidth for the customer. Each AWS Site-to-Site VPN connection has two tunnels, and each tunnel supports a maximum throughput of up to 1.25 Gbps.
Learn more about network resiliency and redundancy options in the Building a Scalable and Secure Multi-VPC AWS Network Infrastructure whitepaper.