简体   繁体   English

如何测试 AWS EC2 安全组

[英]How to test AWS EC2 Security Group

I frequently have problem with AWS EC2 Security Group.我经常遇到 AWS EC2 安全组的问题。 It takes me long time to figure out what goes wrong in the setting.我需要很长时间才能弄清楚设置中出了什么问题。 I am wondering is there any available tool to test the security group much easier without having to manually check in AWS.我想知道是否有任何可用的工具可以更轻松地测试安全组,而无需手动签入 AWS。

There's a new capability in AWS called AWS Route Analyser. AWS 中有一项名为 AWS Route Analyser 的新功能。 With this service you can enter the instance id and your internet gateway, and it will advise you as to what (if anything) is stopping the routing of packets.使用此服务,您可以输入实例 ID 和您的 Internet 网关,它会告诉您什么(如果有的话)正在阻止数据包的路由。 See https://docs.aws.amazon.com/vpc/latest/tgw/route-analyzer.html请参阅https://docs.aws.amazon.com/vpc/latest/tgw/route-analyzer.html

Hey you can use below link if your port is accessible from every where:-嘿,如果您的端口可以从任何地方访问,您可以使用以下链接:-

https://ping.eu/port-chk/ https://ping.eu/port-chk/

you need two information:-你需要两个信息:-

IP address or host name: IP 地址或主机名:
Port number:端口号:

or you can ask the remote user to:或者您可以要求远程用户:

telnet hostname port number telnet 主机名端口号

telnet ip address port number telnet ip 地址 端口号

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM