S3 VPC End Point Gateway

preview_player
Показать описание

S3 VPC End Point Gateway

A VPC endpoint for S3 will allow private IP addresses to access Amazon S3 with no exposure to the public internet.
By Default, VPC endpoint will allow access by any user or service within the VPC
Using route tables, we can enable access control for aws resources to access S3 via endpoints
S3 bucket and endpoint should be within the same regions.
There is limit to create endpoint gateway per vpc. (20 by default & 255 max)

LAB :-

Create VPC
Create Public & Private Subnet

VPC: 10.0.0.0/16

Public Subnet :
10.0.1.0/24

Private Subnet
10.0.0.0/24

Create IGW
Create Route table for private & Public 
Create S3 Bucket policy and attach IAM role to EC2
Create EC2 End point for private subnet: -
Рекомендации по теме
Комментарии
Автор

Thanks for such an Amazing informative video. I learnt a lot from this . Thank you 🎉

jatinsharma
Автор

Exactly what I was looking for. Great content and the way you explained step by step is really amazing.

Rumi
Автор

I tried to call the s3 bucket following the exact same step in the video but it's not responding to the command pls I need an assistant

richardazubuike
Автор

Thank you so much, this endpoint solution it was the missing part of my problem.

andres-mora-vanegas