Oracle · Arazzo Workflow
Oracle OCI Create Custom Image from Instance
Version 1.0.0
Verify an instance is stopped, capture a custom image from it, then poll until the image is available.
Provider
Workflows
create-custom-image-from-instance
Capture a custom image from a stopped instance and wait for it to provision.
Confirms the source instance is STOPPED, creates a custom image from it, and polls the image lifecycle state until it is AVAILABLE.
1
readInstance
getInstance
Read the source instance and confirm it is in the STOPPED state, which is required before an image can be captured from it.
2
createImage
createImage
Create a boot disk image from the stopped instance in the target compartment with the supplied display name.
3
pollImage
getImage
Read the new image and check its lifecycle state. Repeat this step until the image leaves PROVISIONING and reports AVAILABLE.