AWS Certified SysOps Administrator – Associate — Question 218

A SysOps administrator launches an Amazon EC2 instance in a private subnet of a VPC. When the SysOps administrator attempts a curl command from the command line of the EC2 instance, the SysOps administrator cannot connect to https:www.example.com.

What should the SysOps administrator do to resolve this issue?

Answer options

Correct answer: A

Explanation

The correct answer is A because outbound rules are needed to allow the EC2 instance to make HTTPS requests on port 443. Option B is incorrect since inbound rules control incoming traffic, which is not relevant for outgoing requests. Options C and D are also incorrect as they focus on ephemeral ports and HTTP traffic, respectively, neither of which resolve the HTTPS connectivity issue.