1Z0-1084-20 · Question #15
You need to execute a script on a remote instance through Oracle Cloud Infrastructure Resource Manager. Which option can you use?
The correct answer is D. Use remote-exec. Resource Manager is an Oracle Cloud Infrastructure service that allows you to automate the process of provisioning your Oracle Cloud Infrastructure resources. Using Terraform, Resource Manager helps you install, configure, and manage resources through the…
Question
You need to execute a script on a remote instance through Oracle Cloud Infrastructure Resource Manager. Which option can you use?
Options
- AUse /bin/sh with the full path to the location of the script to execute the script.
- BIt cannot be done.
- CDownload the script to a local desktop and execute the script.
- DUse remote-exec
How the community answered
(44 responses)- A5% (2)
- B16% (7)
- C7% (3)
- D73% (32)
Explanation
Resource Manager is an Oracle Cloud Infrastructure service that allows you to automate the process of provisioning your Oracle Cloud Infrastructure resources. Using Terraform, Resource Manager helps you install, configure, and manage resources through the "infrastructure-as-code" model. With Resource Manager, you can use Terraform's remote exec functionality to execute scripts or commands on a remote computer. You can also use this technique for other provisioners that require access to the remote resource.
Topics
Community Discussion
No community discussion yet for this question.