Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Launch Instance With Attached Volume
Version 1.0.0
Launch a compute instance, poll until it is running, then attach a block volume.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
launch-instance-with-volume
Launch a compute instance, wait for RUNNING, then attach a block volume.
Launches an instance, polls getInstance until the lifecycle state is RUNNING, and attaches the supplied volume to the new instance.
1
launchInstance
launchInstance
Launch a new compute instance in the requested compartment and availability domain.
2
pollInstance
getInstance
Retrieve the instance and confirm it has reached the RUNNING lifecycle state before attaching storage.
3
attachVolume
attachVolume
Attach the supplied block volume to the now-running instance using a paravirtualized attachment.