File size: 1,628 Bytes
17e2002 | 1 | <h4><strong>Changing your EC2 Security Group to allow HTTP traffic</strong></h4><p><br></p><p><strong>Step 1:</strong> Go to <strong>Instances </strong>on the left panel of your AWS EC2 Console and click on <strong>Instances. </strong>Then click on the blue text under the <strong>Security Groups column.</strong> It may either be named '<strong>default' </strong>or '<strong>launch-wizard-1'. </strong>This brings up the <strong>Security Group Page.</strong></p><figure><img src="https://udemy-images.s3.amazonaws.com:443/redactor/raw/2019-04-23_05-41-31-98f629ee997a6a8436f8283d628ae498.jpg"></figure><p><strong>Step 2A: </strong>Changing the Security Group Inbound Rules. Right click on the security group shown below.</p><figure><img src="https://udemy-images.s3.amazonaws.com:443/redactor/raw/2019-04-23_05-41-31-9b235eb73431c4e7f70aeb86d4e3fca1.JPG"></figure><p><strong>Step 2B:</strong> Click on <strong>Edit Inbound Rules</strong></p><figure><img src="https://udemy-images.s3.amazonaws.com:443/redactor/raw/2019-04-23_05-41-31-98d9f2ee4cfa0e45ed3ea763a6644724.jpg"></figure><p><strong>Step 2C: </strong>Change the Rules to as shown below.</p><p><strong>Type </strong>- All Traffic (Protocol will be automatically set to All and Port Range to 0-65535)</p><p><strong>Source </strong>- Custom which should autofill the box the right to, 0.0.0.0/0 (this indicates we are accepting traffic from all IPs).</p><p>Click Save and that's it, your Security Group settings are now set.</p><figure><img src="https://udemy-images.s3.amazonaws.com:443/redactor/raw/2019-04-23_05-41-31-15840abd9ac7b2c2c15daceffc695821.JPG"></figure> |