Oracle · Arazzo Workflow
Oracle OCI Provision Image-Compatible Instance
Version 1.0.0
Pick an image, list only the shapes compatible with it, launch an instance, and read it back.
Provider
Workflows
provision-image-compatible-instance
Launch an instance using a shape that is compatible with the chosen image.
Selects an image by operating system, lists shapes compatible with that image, launches an instance from the matched pair, and reads it back.
1
pickImage
listImages
List images in the compartment filtered by operating system and available lifecycle state, selecting the first match as the base image.
2
listCompatibleShapes
listShapes
List shapes in the compartment constrained to those compatible with the chosen image, selecting the first compatible shape.
3
launchInstance
launchInstance
Launch an instance from the matched image and compatible shape, attaching its primary VNIC to the supplied subnet.
4
readInstance
getInstance
Read the newly launched instance to surface its current lifecycle state and confirm the launch landed.