Direct Connect Connection to S3

0

The requirement is to trasfer 1 TB of backup data from on-prem to S3.

For this use-case, I have already set up the hosted connection using Megaport and have created the Public VIF using the AWS provided Public IPs.

Now, what I want to know is how can I connect to the specific S3 bucket and transfer the data from on-prem to S3? What are the steps required after setting up the connection and VIF? I am confused how and where to specify the bucket ARN or how does the traffic know how to route to the specific S3 bucket?

2 Risposte
0

Suggest going through this Knowledge Center article:

How can I access my Amazon S3 bucket over Direct Connect?

profile pictureAWS
ESPERTO
con risposta 6 mesi fa
profile pictureAWS
ESPERTO
verificato 6 mesi fa
0

The Public VIF advertises the Public IPv4 prefixes for S3 public endpoints which your BGP network will learn and install in routing tables on your edge router and can be cascaded down to your core routers. When a client in your on-premise resolves S3 hostname to an IP, there will be a specific route installed in your routing table compared to the default route to the internet, then that DX is preferred over the Internet. Here to learn more about it: https://docs.aws.amazon.com/directconnect/latest/UserGuide/routing-and-bgp.html

If you want to access the S3 over your private network using VPC endpoint, you will use Private VIF for that.

profile pictureAWS
AmerO
con risposta 6 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande