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
질문됨 일 년 전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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠