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 個答案
0

Suggest going through this Knowledge Center article:

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

profile pictureAWS
專家
已回答 6 個月前
profile pictureAWS
專家
已審閱 6 個月前
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
已回答 6 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南