Oracle Cloud Infrastructure 2023 AI Foundations Associate — Question 38

When configuring the GoldenGate Hub, what is the default port opened in the compute instance Virtual Cloud Network (VCN) security list to allow access to the GoldenGate deployments through the Nginx reverse proxy server?

Answer options

Correct answer: D

Explanation

The default port 443 is used for HTTPS traffic, which is essential for secure communication with the Nginx reverse proxy server in the GoldenGate Hub configuration. Ports 22, 8080, and 1521 serve different purposes: port 22 is for SSH, 8080 for HTTP, and 1521 is typically used for Oracle database connections, making them unsuitable for accessing GoldenGate deployments securely.