Security Group Inbound Update Not Working

0

I recently added a new IP address to my security group to allow that IP address to access a EC2 instance within the group. After 24 hours, that new IP address is still not able to access the EC2 instance. Any help/advice would be appreciated.

yajaws
已提问 3 年前1002 查看次数
3 回答
0

Hi there,

Thank you for reaching out.

I can see that you are not able to access your instance.

Can you verify that the instance meets all prerequisites
The instance must meet the following conditions:

  • The route table that is associated with your instance’s subnet has a  default route to an Internet Gateway (0.0.0./0). 
  • The internet gateway that is associated with the route isn't deleted.
  • The security group that is attached to the instance’s elastic network interface has rules allowing outbound internet traffic (0.0.0.0/0) for your ports and protocols.
  • The network access control list (network ACL) that is associated with the instance's subnet has rules allowing both outbound and inbound traffic to the internet.
  • Verify that the instance has a public IP address.

Please review the provided AWS documentation[1][2] for more information.

I hope the provided information helps. If it does not, please let me know if you have questions.

Have a great day!

References
[1] https://aws.amazon.com/premiumsupport/knowledge-center/ec2-connect-internet-gateway/
[2] https://aws.amazon.com/premiumsupport/knowledge-center/ec2-internet-connectivity/

已回答 3 年前
0

Thank you for your response. IIUC, all of the configurations you mentioned are already correctly set up. For some more context, I am trying to switch to a different ISP. The IP address from my old ISP and my new ISP are both in the inbound rules of my EC2's security group. However, I can only connect to the EC2 using the old IP address. I wonder if there is something else that I am missing, or if I should contact my ISP. Any additional help would be great, thanks.

yajaws
已回答 3 年前
0

Never mind, turns out my new ISP does not give me a static IP address. I had to change it to the right one. Thanks.

yajaws
已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则