Valid 1z0-1111-23 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-1111-23 Exam! ExamDiscuss.com now offer the newest 1z0-1111-23 exam dumps, the ExamDiscuss.com 1z0-1111-23 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-1111-23 dumps with Test Engine here:
You are working on a project to automate the deployment of Oracle Cloud Infrastructure (OCI) compute instances that are pre-configured with web services. As part of the deployment workflow, you also need to create a corresponding OCI object storage bucket bearing the same name as that of the compute instance. Which of these TWO options can help you achieve this requirement? (Choose two.)
Correct Answer: C,D
Explanation To create a corresponding OCI object storage bucket bearing the same name as that of the compute instance, you can use Oracle Functions and Service Connector Hub. Oracle Functions is a serverless platform that lets you create and run functions that respond to events. Service Connector Hub is a cloud message bus platform that lets you move data between OCI services. You can create a service connector that has Events as the source service and Functions as the target service. You can also specify a filter to select only the events related to compute instance creation (com.oraclecloud.computeapi.launchinstance.end). The function can then create an object storage bucket with the same name as the compute instance.