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.?

preguntada hace un año493 visualizaciones
2 Respuestas
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
respondido hace un año
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

respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas