Direct connect related

0

What is the best practice for connecting my on-premise data center to AWS via direct connect with HA ?

asked 2 months ago64 views
2 Answers
3
Accepted Answer

I would suggest and using BGP myself:

Configure Border Gateway Protocol (BGP) Routing:

  • Use BGP with Direct Connect to allow dynamic routing and failover. Configure two BGP sessions per connection: one for private VIF (Virtual Interface) and one for public VIF.
  • Ensure proper route prioritization for failover scenarios.
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago
1

To achieve high availability (HA) when connecting your on-premise data center to AWS via Direct Connect, AWS recommends implementing several best practices:

  1. Use multiple Direct Connect locations: Connect from multiple data centers or locations to provide physical redundancy and protect against complete location failures.

  2. Establish redundant connections: Set up at least two Direct Connect connections at each location, terminating on different devices for device-level redundancy.

  3. Implement dynamic routing: Use dynamic routing protocols like BGP for automatic load balancing and failover across redundant network connections.

  4. Configure active/active connections: This setup allows for automatic load balancing and failover, improving overall resilience.

  5. Ensure sufficient capacity: Provision enough network capacity so that if one connection fails, the remaining connections can handle the traffic without degradation.

  6. Utilize Direct Connect gateway: This allows you to access multiple AWS Regions from a single Direct Connect location, enhancing your global connectivity.

  7. Consider a dual-vendor approach: Work with multiple Direct Connect partners to achieve private network diversity.

  8. Implement a backup solution: Use AWS Site-to-Site VPN as a backup for Direct Connect, especially for mission-critical workloads. When terminating on an AWS Transit Gateway, this can provide additional redundancy and throughput.

  9. Use the Direct Connect Resiliency Toolkit: This AWS tool can help you determine the best redundancy model based on your specific requirements and service level agreements (SLAs).

By implementing these best practices, you can create a highly resilient, fault-tolerant network connection between your on-premise data center and AWS, ensuring maximum availability for your critical workloads.
Sources
AWS Direct Connect | Create resilient hybrid networks | AWS
REL02-BP02 Provision redundant connectivity between private networks in the cloud and on-premises environments - AWS Well-Architected Framework
Designing a reliable, dedicated hybrid networking setup using fiber connectivity for critical workloads - Hybrid Networking Lens
AWS Direct Connect  - Building a Scalable and Secure Multi-VPC AWS Network Infrastructure

profile picture
answered 2 months ago
profile pictureAWS
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions