Elastic Container Service

0

Hello there,

I am trying to deploy an simple SpringBoot application. I could do it but after deploying I could not access the public Ip that was generated by the Task Definition. I see in the logs the deployment is successful the application is listening at port 8080 but still could not access the port. Earlier I deployed apps with default configurations of VPC, Subnets and Security Groups and there was not problem. Is there something if I am missing with the latest updates in Cloud. Please let me know.

Thank you very much!

nik
preguntada hace un año226 visualizaciones
1 Respuesta
0

Actually as expected the default Security Group Configuration wont allow you to access the public IP.

Add a new Inbound rule

IP version - IPv4 Type - CustomTCP Port range - 8080 Source - 0.0.0.0/0

This lets you access your Public IP

nik
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