【发布时间】:2019-12-27 15:53:00
【问题描述】:
我已配置为在 ec2 实例的安全组中使用我的 ip。但我收到 504 网关超时错误。
当我让它向世界开放时,即 0.0.0.0/0,它运行良好。 我使用“我是谁”在 ec2 实例上检查了我的 IP 地址,这与安全组中的 IP 地址相似。
请建议如何使它仅适用于我的机器。
我已按照
中提到的步骤进行操作possible to whitelist ip for inbound communication to an ec2 instance behind an aws load balancer?
这就是我的安全组入站规则的外观。
All traffic All All 123.201.54.223/32 Dev Security Rule
【问题讨论】:
标签: amazon-web-services amazon-ec2