How to control client IP access to AWS EC2 cloud web server

0

We currently have AWS cloud servers. Among them, there is a web server configured with Tomcat, and the URL is a domain with SSL applied. I want to allow only a few Client IPs that can connect to the web server and block the rest. I've seen a lot of articles and tried several things, but I can't control them all, so if you have a guide plan or a link, please reply.

已提问 2 年前267 查看次数
1 回答
0

Hi, You could try setting custom inbound rules and specify the client IP addresses which you want to reach the web server. For this, go to security groups of your instance > Edit inbound rules > Add rule and set type as All Traffic > Choose Source as Custom > Add the Client IP addresses you want to allow to your web server. (x.x.x.x/32)

Inbound rules

已回答 2 年前

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

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

回答问题的准则