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
已提问 1 年前226 查看次数
1 回答
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
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则