Oracle Cloud Platform Data Integration 2020 Specialist — Question 45
You are using Oracle Cloud Infrastructure (OCI) Resource Manager to manage your infrastructure lifecycle and wish to receive an email each time a Terraform action begins.
How should you use the OCI Events service to do this without writing any code? (Choose the best answer.)
Answer options
- A. Create an OCI Notifications topic and email subscription with the destination email address. Then create an OCI Events rule matching "Resource Manager Stack "" Update" condition, and select the notification topic for the corresponding action.
- B. Create an OCI Notifications topic and email subscription with the destination email address. Then create an OCI Events rule matching "Resource Manager Job "" Create" condition, and select the notification topic for the corresponding action.
- C. Create a rule in OCI Events service matching the "Resource Manager Stack "" Update" condition. Then, select "Action Type: Email" and provide the destination email address.
- D. Create an OCI Email Delivery configuration with the destination email address. Then create an OCI Events rule matching "Resource Manager Job "" Create" condition, and select the email configuration for the corresponding action.
Correct answer: D
Explanation
The correct answer is D because it specifies creating an OCI Email Delivery configuration, which allows for direct email notifications without coding. Options A and B refer to using Notifications topics, which are not suitable for the specified requirement. Option C focuses on a rule for stack updates but fails to utilize the proper email delivery method.