ServiceNow Certified Implementation Specialist – Customer and Industry Workflows — Question 25
When deploying an IIS Web Server in AWS for public access, which of the following must be configured to allow users to access the Web Server?
Answer options
- A. TLS Certificate
- B. Security Group that allows inbound traffic
- C. Network Traffic Group that allows inbound traffic
- D. Windows Host Based Firewall
Correct answer: B
Explanation
The correct answer is B because a Security Group controls inbound and outbound traffic to the instance, which is essential for public access. While a TLS Certificate (A) secures the connection, it does not enable access on its own. Options C and D refer to configurations that do not directly facilitate public access like the Security Group does.