Oracle Cloud Infrastructure 2022 Architect Professional — Question 40
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. Reboot the compute instance using the Oracle Cloud Infrastructure (OCI) Management Console.
- B. Use SSH to connect to the service endpoint of the console connection service.
- C. Stop the compute instance using the Oracle Cloud Infrastructure (OCI) Command Line Interface (CLI).
- D. Edit the Linux boot menu to enable access to console.
- E. Use SSH to connect to the public IP address of the compute instance and provide the console connection OCID as the username.
- F. Upload an API signing key for console connection authentication.
Correct answer: A, B, D
Explanation
Option A is correct because rebooting the instance can help reset any temporary issues preventing SSH access. Option B is also correct as it allows you to connect directly to the console service endpoint for troubleshooting. Option D is valid since editing the boot menu can enable console access. The other options either do not facilitate console access directly or are unnecessary for troubleshooting the SSH issue.