May 2019
Intermediate to advanced
308 pages
8h 5m
English
An interface endpoint is essentially a service-level ENI. The service is attached straight to the VPC subnet through the ENI. This allows us to assign a private IP address from the subnet pool directly to the service. By using an interface endpoint, we have the ability to address the AWS service directly through the private IP of the ENI instead of going to its public endpoint. This allows us to communicate with the service on the private network and maintain any data to the service within our subnet. Basically, it is like having a complete copy of an AWS service sitting right in your VPC subnet.
The following diagram shows an SQS VPC interface endpoint connected to the VPC. Our EC2 instances ...
Read now
Unlock full access