AWS::EC2::VPCEndpointService
Expose just one service
within a VPC (and not the whole VPC as in peering)- Secure way to expose a service to many VPCs (own or cross account)
- Needs a
NLB
/GWLB
to expose the service and anENI
on the customer side - The
PrivateLink
links the NLB to the ENI
- After the
Endpoint Service
is created, it must be added as a regularEndpoint
(find service by name)
Properties
Type: AWS::EC2::VPCEndpointService
Properties:
AcceptanceRequired: Boolean
ContributorInsightsEnabled: Boolean
GatewayLoadBalancerArns:
- String
NetworkLoadBalancerArns:
- String
PayerResponsibility: String