External requests reach the system through HTTPS, secured by TLS certificates
DNS routes the traffic to the Application Load Balancer in the public subnet
The ALB forwards requests to the Web Service running in the private subnet
The Web Service pulls container images from the Container Registry when needed
All components write logs to CloudWatch for monitoring and troubleshooting
This infrastructure follows AWS best practices for security, scalability, and reliability, implementing defense-in-depth through multiple security layers including network segregation, security groups, and private subnets.