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.

posta 2 anni fa268 visualizzazioni
1 Risposta
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

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande