AWS PrivateLink for S3 VS DX public VIF

0

Hello,

Now that AWS PrivateLink for S3 has been released (https://aws.amazon.com/blogs/aws/aws-privatelink-for-amazon-s3-now-available/). I was wondering what would be the benefits of using Public VIF over AWS PrivateLink to access Amazon S3 from on-premises resources ?

Thanks

gefragt vor 3 Jahren746 Aufrufe
1 Antwort
0
Akzeptierte Antwort

Hi, 1st of all there're different ways to evaluate differences between S3 Interface EP (Private link) & S3 GW EP .

  • Reachability :

Private link : S3 Private link are available from Peer Link/ through Transit Gateway/ VPN / On Premises

GW EP : "Endpoint connections cannot be extended out of a VPC. Resources on the other side of a VPN connection, VPC peering connection, transit gateway, AWS Direct Connect connection, or ClassicLink connection in your VPC cannot use the endpoint to communicate with resources in the endpoint service." source: https://docs.aws.amazon.com/vpc/latest/userguide/vpce-gateway.html

  • Cost:

PrivateLink for S3 is available in all AWS Regions. AWS PrivateLink is available at a per-GB charge for data processed and a hourly charge for interface VPC endpoints. Gateway EP is free of charge.

  • DNS

VPC Gateway EP are using 'public' EP S3Privatelink must use you must update your applications to use endpoint-specific DNS names.

Please note that Gateway EP & IEP can be used together as described below: (source : https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) Use Private link for on prem ressources / use GW EP S3 for VPC ressources.

(https://docs.aws.amazon.com/AmazonS3/latest/userguide/images/interface-and-gateway-endpoints.png) use both

  • If your use case is to use Direct connect for S3 , You've got different options:

-Use Public Vif (and restrict /maintain the prefixes for S3 only based https://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html) but it adds some complexity to setup

-Use EC2 Proxy Farm from On premises ressources (but need to scale/maintain operate them)

-Use S3 Private links

HTH!

beantwortet vor 3 Jahren
profile picture
EXPERTE
überprüft vor einem Monat

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen