Shared API Endpoint of MediaConvert across different AWS accounts

0

Hello,

I've observed that the API Endpoint of the MediaCovert in my 2 AWS accounts are the same, and I've got 2 questions. Q1. Is this normal? Q2. If this is normal, will calling the same api endpoint in the AWS account 1 somehow impacts the MediaCovert service in the AWS account 2?

Yunxi
asked 7 months ago231 views
1 Answer
0

Hello Yunxi, When creating a Virtual Private Cloud (VPC) endpoint within an AWS account, AWS automatically assigns a DNS name as part of the endpoint creation process, The New Assigned DNS name Resolve the Private IP address of the Endpoint. The AWS-assigned DNS remains consistent. Incase you need to customise this name for Different VPC that is possible by using the Private Hosted Zones (PHZ). Each PHZ can have an Record that can resolve the Endpoint Private IP (Use Alias), then PHZ can be linked to Other Account VPCs (I am assuming that these accounts having rechability).

The VPC endpoint has its independent control policy, that can be used to enable a specification of who can use this Endpoint. This granular control is implemented through attaching Endpoint Policy.

https://docs.aws.amazon.com/whitepapers/latest/aws-privatelink/use-case-examples.html#private-access-to-saas-applications

AWS
Shmosa
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions