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!

1 réponse
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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions