Why can't I see my VPC endpoint service in the verified services list after I create an interface VPC endpoint?
2 minute read
0
I used an Amazon Virtual Private Cloud (Amazon VPC) to create an interface VPC endpoint. However, I can't find the VPC endpoint service in the verified services section of the VPC endpoint services console from other accounts.
Short description
If you can't find the endpoint service when you create the interface VPC endpoint, check the service endpoint provider account. Verify the service endpoint lists the service consumer account or user ARN under Allowed principals.
ARNs appear in the following formats:
An AWS account (and all principals in the account): arn:aws:iam::aws-account-id:root.
A specific IAM user: arn:aws:iam::aws-account-id:user/user-name.
A specific IAM role: arn:aws:iam::aws-account-id:role/role-name.