By using AWS re:Post, you agree to the AWS re:Post Terms of Use

ECS Service access with API Gateway Port Mapping

0

I have an ECS service with port mapping to 8082. This currently also has a public IP. If I now create a CloudMap integration for the service, do I have to enter a port there or can I ignore the port? Which ports are required in the SecurityGroup to access the service via the API Gateway?

1 Answer
2

Hello.

For REST API HTTP integration, supported port numbers are listed in the following documentation.
https://docs.aws.amazon.com/apigateway/latest/developerguide/setup-http-integrations.html

API Gateway supports the following endpoint ports: 80, 443 and 1024-65535.

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month 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