S3 VPC End Point Gateway
CLOUDVANI
0:00 / 0:00
S3 VPC End Point Gateway
7 974 просмотра · 4 года назад
CLOUDVANI
394 подписчика
7 974 просмотра · 4 года назад
www.cloudvani.com
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: -