Specifying a Specific Port for AWS Lightsail Container

0

I created an AWS container and pushed my container image to AWS. When deploying my image, I selected it from the "modify and deploy" section under the container settings. Then, in the port settings, I specified the port I wanted it to listen on, for example, 6299. My goal was to make it only accept requests coming from the port I specified, but despite all the configurations, it only accepts requests from port 80.

My Settings

Berk
asked 7 months ago175 views
1 Answer
0

Hello! Have you tried following this doc to configure your port and work with the port? https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-services-deployments

AWS
answered 7 months ago
  • You're welcome, but as shown in the screenshot I shared, I have set a specific port from the Ports section, but unfortunately, it's not listening to that port.

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