vpc endpoints into AWS
VPC END Points : AWS Interview Questions: 1).VPC endpoints ? types of vpc endpoints? what is vpc endpoints: if your ec2 server is in public subnets we can attach the IAm role .using this role we connect the other aws services. if your ec2 server and database is in private subnets , we can use the nat gateway and nat instances , we can connect to the other aws services vpc endpoints : all resources are put into privately two types of end points: interface endpoints using the interface endpoints we can connect other aws resources gateway endpoints using the gateway endpoints we can connect the s3 service and dynamo db services. vpc endpoints: your database into private subnets , would you like to store the logs ,would you like to store the backups into s3 buckets which is the internet ? How does database into private subnet ,how to talk to the internet related the aws resources? using the vpc endpoints inthis case we don't need to require fo...