How to enable VPC Endpoint setting about multiple private subnet per AZ

0

I set one vpc and two private subnet in same AZ. I set ssm endpoint about one private subnet but I can't set ssm endpoint about different private subnet. I want to set ssm endpoint about two private subnet. How can I set ssm endpoint about two private subnet?

2 Answers
0

You can deploy one SSM endpoint in one of the subnets in the same AZ, as described in https://docs.aws.amazon.com/vpc/latest/privatelink/concepts.html#architecture-diagram

Note that clients in the other private subnet would still be able to talk to SSM through the endpoint. And by default, each interface endpoint can support a bandwidth of up to 10 Gbps per Availability Zone and automatically scales up to 100 Gbps. A bit more details are available here: https://docs.aws.amazon.com/vpc/latest/privatelink/create-interface-endpoint.html#considerations-interface-endpoints

AWS
weidi
answered a year ago
0

You can specify more than one subnet in different Availability Zones to help ensure that your interface endpoint is resilient to Availability Zone failures.

profile pictureAWS
EXPERT
answered a year 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