Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Why the health checks cannot reach the target groups in an AWS ECS?

It seems to be an issue with the default security group when I created the ecs cluster

The default SG is

enter image description here

So basically no traffic can reach the ec2 instance that hosts the docker process.

I added a very permissive security group and it is working and I can reach the healthcheck url

Tags:

Docker

Amazon Web Services

Amazon Ecs

Related

Kubernetes always gives 503 Service Temporarily Unavailable with multiple TLS Ingress How do you search for substring in ansible group_names? apt-get install linux-image-extra getting "W: mdadm: /etc/mdadm/mdadm.conf defines no arrays." How to start and stop AWS EC2 instance based on a time based schedule Is it possible to take a snapshot of a database in Azure? What is the difference between service and systemctl? Is there a way to stop the AWS Elasticsearch? How do I enable IPv6 in RHEL 7.4 on Amazon EC2 error: Failed to initialize NSS library How to deny access to resources based on X-forwarded-for headers #!/bin/sh vs #!/bin/bash for maximum portability Can't get upsmon service started to monitor (and respond to) remote UPS

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy