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回答
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ