Ultimate access to all questions.
A junior developer has been tasked with setting up access to an Amazon EC2 instance that is running a web application. The developer has created a new security group that allows incoming HTTP traffic from any IP address (0.0.0.0/0) and has kept the default rules for outgoing traffic unchanged. Additionally, a custom Network Access Control List (NACL) associated with the EC2 instance's subnet has been configured to allow incoming HTTP traffic from any IP address (0.0.0.0/0) and has retained the default outbound rules.
Given this setup, which solution would you recommend to ensure that the EC2 instance can both accept and respond to requests from the internet?