A company runs a web application on an Amazon EC2 instance within a VPC. The instance is launched in a public subnet with a CIDR block of and has an associated Elastic IP address. The application must accept incoming HTTPS requests from clients on the internet on port 443, and the instance must also initiate outbound HTTPS connections on port 443 to download software updates from an external repository.
Currently, the EC2 instance cannot be reached from the internet, and it cannot access the external update repository. A SysOps administrator confirms the following configurations:
- The EC2 instance's Security Group allows inbound and outbound TCP traffic on port 443.
- The subnet is associated with a custom Network ACL (NACL) that allows inbound and outbound TCP traffic on port 443, but blocks all other traffic.
- The subnet's route table has a route for the local VPC CIDR block, but no route for the destination .
Which of the following actions should the SysOps administrator take to resolve these connectivity issues? (Select TWO.)
- Add a route to the subnet's route table with a destination of and the Internet Gateway as the target.Answer
- Update the custom Network ACL rules to allow inbound and outbound traffic on the ephemeral port range of .Answer
- CAdd a route to the subnet's route table with a destination of and a newly created NAT Gateway as the target.
- DAdd rules to the EC2 instance's security group to allow inbound traffic on ephemeral ports .
- EAssociate a Gateway VPC Endpoint with the subnet's route table for the destination of the external software repository.