This project demonstrates how to implement IP whitelisting in AWS Security Groups to control inbound access to cloud resources.

The solution ensures that only trusted IP addresses can connect, improving security posture and reducing exposure to unauthorized access.


Objectives


Architecture Diagram

(Insert a simple diagram here — AWS icon for EC2, Security Group, allowed IP list, blocked traffic from unknown IPs)


AWS Resources Used

Service Purpose
VPC Isolated network environment.
EC2 Instance Target resource to protect.
Security Group Virtual firewall controlling inbound/outbound traffic.
AWS CLI / Console Interface for configuration.
IAM Permissions to manage networking and security settings.

Implementation Steps

Step 1 – Identify Trusted IPs

Step 2 – Create / Modify Security Group