0

I am trying to make the S3 VPC Endpoint.

In VPC Endpoint setting, it has Subnets

If I set the S3 VPC Endpoint with Subnets, only servers in these Subnet are affected?

If so, the case I don't set Subnets, whole nodes in EC2s are affected?

whitebear
  • 11,200
  • 24
  • 114
  • 237

1 Answers1

2

If I set the S3 VPC Endpoint with Subnets, only servers in these Subnet are affected?

Yes that is correct.

If so, the case I don't set Subnets, whole nodes in EC2s are affected?

If you don't add the S3 VPC Endpoint to any subnets, then nothing is affected.

Mark B
  • 183,023
  • 24
  • 297
  • 295
  • Thank you very much ! In this VPC there is legacy S3 endpoint(Gateway) which has routetables. Target `Subnets` dosen't use these routetable , so I want to make another S3 endpoint for this target subnets only. – whitebear Aug 17 '23 at 18:17