1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
I think you're probably trying to say that ports 80 and 443 are not allowed in the inbound rules of the EC2 instance's security group, so you can't access them.
So, I think they are asking you to configure the same security group rules as described in the document below.
If your application is hosted on EC2, allow ports 80 and 443 in the EC2 security group.
If you are using a load balancer such as ALB, please allow it in the load balancer's security group.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules-reference.html#sg-rules-web-server
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a month ago
- I host a website on an EC2 instance. How do I allow my users to connect on HTTP (80) or HTTPS (443)?AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 months ago
Thank you so much for your input! Have forwarded this to my developer to action on it!