1 Answer
- Newest
- Most votes
- Most comments
2
This is not an issue with DNS. DNS is not aware of which protocol you are using to interact with your website, it only takes care to resolve the domain name to an IP address.
It sounds like the security group associated with your ALB is missing inbound rule for TCP port 443. Can you share a screenshot of it?
(If the same security group that is associated with the ECS instances is the one associated with the ALB we can see that the rule is missing)
In addition, I would suggest using separate security groups for the ECS instances and the ALB. In the ECS instances security group you can allow inbound traffic only when the source is the security group associated with the ALB.
Relevant content
- asked 2 years ago
- asked a year ago
