Skip to main content

7 docs tagged with "compute"

View all tags

Azure VM custom script extension

Runs a shell command on an existing VM via the CustomScript extension, and lists the extensions installed on a VM; the way to load content onto a server after provisioning.

Azure VMs in a subscription

Lists virtual machines across a subscription with name, location, provisioning state and the profiles describing size, image and networking.

EC2 instance type specifications

Looks up vCPU, memory, architecture and capability details for named EC2 instance types; the architecture check before launching an instance.

GCE instances in a project

Lists Compute Engine instances across every zone in a project in one call, with status, machine type and placement.

Launch an EC2 instance

Launches an EC2 instance through Cloud Control, returning a progress event to poll; user data must be base64 encoded.