Oracle Cloud Infrastructure 2020 Architect Professional — Question 4
After performing maintenance on an Oracle Linux compute instance the system is returned to a running state. You attempt to connect using SSH but are unable to do so. You decide to create an instance console connection to troubleshoot the issue.
Which three tasks would enable you to connect to the console connection and begin troubleshooting? (Choose three.)
Answer options
- A. Stop the compute instance using the Oracle Cloud Infrastructure (OCI) Command Line Interface (CLI).
- B. Reboot the compute instance using the Oracle Cloud Infrastructure (OCI) Management Console.
- C. Edit the Linux boot menu to enable access to console.
- D. Upload an API signing key for console connection authentication.
- E. Use SSH to connect to the public IP address of the compute instance and provide the console connection OCID as the username.
- F. Use SSH to connect to the service endpoint of the console connection service.
Correct answer: B, C, F
Explanation
The correct options B, C, and F are necessary steps to access the console connection successfully. Rebooting the instance (B) and editing the boot menu (C) are critical for troubleshooting, while connecting to the console service endpoint (F) is essential for establishing the connection. The other options either do not pertain to accessing the console (like A, D, and E) or are incorrect methods for this specific troubleshooting scenario.