Security Groups – A Weblog of Priyank Maniar https://priyank.rocks Articles on web development & mobile app development Sat, 01 Jan 2022 10:51:11 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 Is your AWS website not loading? Even after pointing it to correct A record? https://priyank.rocks/aws-website-not-loading/ Sat, 01 Jan 2022 10:32:26 +0000 https://priyank.rocks/?p=8740 The Problem Statement

An AWS Website of mine was Not Loading, I pointed the A record correctly, still. The DNS propagation tools were showing the correct IP Address for the A record too but the website was still not loading. The spinner was simply spinning forever until it timed out. Tried proxy too, still no luck.

The Solution

The issue was very simple and it was silly of me to not realize it sooner.

The AWS Security groups, Inbound rules were not allowing traffic for ports 80 and 443. I allowed it and voila!

Please refer to the screen below.

AWS Inbound Rules: Allow Port 80 and 443 for your website to load.

]]>