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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南