Ga naar inhoud

Amazon Web Services (AWS) Cloud Connect

Met AWS Cloud Connect koppelt u een AWS Direct Connect-circuit rechtstreeks aan het Wanscale Platform. Zo krijgt u een private verbinding met hoge bandbreedte naar uw VPC’s en andere AWS-resources, zonder het publieke internet.

Provisioning Workflow

Het onderstaande diagram illustreert de lifecycle van het aanmaken en uitrollen van AWS Cloud Connect:

flowchart LR
    A(Retrieve **AWS Account ID**) --> B(Create **AWS Cloud Connect** in the portal) --> C(Connect to AWS) --> D(Accept **Hosted Connection** in AWS Console)  --> E(**Create Virtual Interface** in AWS) --> F(Configure BGP sessions in the portal)

    %% Custom style for nodes
    style A fill:#34ebb1
    style B fill:#34ebb1
    style C fill:#34ebb1
    style D fill:#34ebb1
    style E fill:#34ebb1
    style F fill:#34ebb1

Prerequisites

Step 1 - Retrieve your AWS Account ID

Voor een Direct Connect hosted connection heeft het Wanscale Platform uw 12-digit AWS Account ID nodig. U vindt dit in de AWS Management Console bij uw accountinstellingen.

Configuration Workflow

Step 2 - Create AWS Cloud Connect in the Wanscale portal

  1. Ga naar Home van het Wanscale Platform.
  2. Klik Add Service.
  3. Kies AWS Cloud Connect in de servicelijst.
  4. Klik Go to service form.
  5. Vul de velden in:
    • Label: Herkenbare naam voor de AWS Cloud Connect.
    • Tags (Optional): Metadata voor interne organisatie.
    • Cloud Type: AWS.
    • Speed: Bandbreedte voor uw verbinding.
    • Cloud connection type: Redundant voor hoge beschikbaarheid of Single.
    • Virtual Network: VNET waaraan dit circuit koppelt.
    • Primary Subnet: Primair BGP-peeringsubnet in CIDR (meestal /30 of /31).
    • Secondary Subnet: Secundair BGP-peeringsubnet (vereist bij redundant).
    • Vlan (C-TAG): Uw C-Tag.
    • AS Number: Local AS Number voor BGP.
  6. Klik Save.

Step 3 - Connect to AWS

  1. Open AWS Cloud Connect, klap General uit en kies Basic.
  2. Op General Details, klik Connect to the cloud (linksonder).
  3. Voer uw AWS Account ID in de rechterzijbalk in.
  4. Klik Connect to the cloud

Step 4 - Accept the Connection in AWS

Na aanmaak in het portal levert Wanscale een Hosted Connection naar uw AWS-account.

  1. Log in op de AWS Management Console.
  2. Ga naar Direct Connect > Connections.
  3. Selecteer de nieuwe verbinding van Wanscale (status pending).
  4. Klik Accept om te activeren.

Step 5 - Create a Virtual Interface (VIF)

Na acceptatie maakt u in AWS een Private of Public Virtual Interface (VIF) aan voor het verkeer.

  1. Selecteer in Direct Connect uw verbinding.
  2. Klik Create Virtual Interface.
  3. Volg de AWS-stappen voor koppeling aan Direct Connect Gateway of Virtual Private Gateway.
  4. Noteer Amazon Side ASN en BGP Auth Key uit AWS.

Step 6 - Configure BGP sessions

Configureer BGP in het Wanscale portal voor routing.

  1. Ga naar Home van het Wanscale Platform.
  2. Open uw AWS Cloud Connect-service.
  3. Klap Configuration uit en kies BGP.
  4. Klik Add BGP Configuration.
  5. Vul in:
    • Neighbor IP: Juiste neighbor (AWS-zijde van het peeringsubnet).
    • BGP Password: BGP Auth Key uit de VIF-aanmaak in AWS.
    • Enable BFD: On voor snelle uitvaldetectie. Route Policy Settings:
      • Add import settings voor inkomende routes van AWS.
        • Local Preference en Import Prefixes indien nodig.
      • Add export settings voor uitgaande routes naar AWS.
        • Export VNET Space om platformroutes te adverteren.
  6. Klik Create.

Note

Understanding BFD: BFD detecteert snel linkuitval. Bij uitblijven van hello-pakketten schakelt BGP sneller om dan met alleen standaard BGP-timers. AWS ondersteunt BFD op alle Direct Connect-verbindingen.

Note

Applying Changes: Zoals bij alle netwerkservices wordt uw nieuwe AWS Cloud Connect pas actief na deployment. Zie Workflows and Applying Changes.