Aws private Link interface endpoint outbound rules

0

Hi, To configure aws private link interface based endpoint to example use aws storage gateway endpoint services do I need to configure interface endpoint security group outbound rules to reach AWS?. Normally corporate security will not allow to open ephemeral ports outbound to reach AWS..2024-65535..Also there is no static public IP..so need to open for range of aws ip.Its a risky process..Any suggestions.?

asked a year ago467 views
2 Answers
0

Hi,

With Privatelink interface endpoints, this will create an ENI (Elastic Network Interface) is the associated subnet that is chosen when you create the VPC endpoint. These also have security groups attached to the VPC endpoint. Security groups are stateful, so you can account for whatever access is needed and not be concerned with any return traffic (like NACLs for AWS VPCs).

Some additional information around this topic is in they documentation located here

AWS
answered a year ago
0

Hi , I appreciate your response .

So the interface endpoint act as entry point to reach aws endpoint service (producer ) . The actual storage gateway instance running on private subnet will receive the response from AWS endpoint services through the interface endpoint.

With this scenario there is requirement to open 1026-1031 port in inbound in interface SG , its done .

The private network is completely controlled by NACL . My storage gateway instance and interface endpoint in the same subnet , now security group side all clear . Related with NACL is I need to open 1026-1031 inbound or outbound level. Because there is return traffic coming from AWS into private subnet or it will work without opening any port in NACL . (Its custom NACL associated)

also is ephemeral port needs to be allowed 1024-65535 in NACL?

https://docs.aws.amazon.com/filegateway/latest/files3/gateway-private-link.html

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