VMware NSX-T Data Center for Operators — Question 30
Which two steps should an administrator take to allow HTTPS access to a specific virtual machine (VM) through the public Internet for VMware Cloud on AWS? (Choose two.)
Answer options
- A. Create a custom service called HTTPS using port 443.
- B. Configure AWS Direct Connect.
- C. Configure a SNAT rule translating an internal IP address to a public IP address.
- D. Request a public IP address in the VMware Cloud console.
- E. Configure a DNAT rule translating a public IP address to an internal IP address.
Correct answer: D, E
Explanation
The correct answer involves requesting a public IP address (D) for external access and configuring a DNAT rule (E) to map the public IP to the VM's internal IP. Options A, B, and C do not directly facilitate HTTPS access from the public Internet to the VM.