Creating an Instance

On Compute Cloud@Customer, you can create an instance using the Compute Cloud@Customer Console, CLI, and API.

Before You Begin

See Tutorial: Launching Your First Instance for information about input you need to create an instance.

The following list describes the minimum information that you must provide to create an instance:

  • A name for the instance

  • The compartment where you want to create the instance

  • An image or boot volume

  • A shape – If you're using a platform image, specify the VM.PCAStandard.E5.Flex shape for generic workloads and applications. For GPU-accelerated workloads, select a dedicated GPU shape.

  • A subnet

  • A public SSH key

    To log in to the instance, users need either an SSH key or a password, depending on how the image was built. If the instance requires SSH keys for authentication, you must provide the public key when you create the instance. You can't provide the public SSH key after the instance is created.

To create an instance using the CLI, you need the same information as previously listed for the Compute Cloud@Customer Console except that you don't need an instance name. If you don't provide a name for the instance, the default name will be instanceYYYYMMDDhhmmss, where YYYYMMDDhhmmss is the creation date and time.

To modify launch options, use the CLI. You can't change launch options or boot volume VPUs per GB after the instance is created.

Instance metadata options enable you to attach important information to instances such as an SSH key, information for cloud-init to use, and labels and proxies for nodes in a Kubernetes Engine cluster node pool. There are metadata key restrictions. See Metadata Key Restrictions. To configure metadata, create the instance using the CLI --metadata or --extended-metadata option.

An alternative way to create an instance is to create an instance configuration and use that configuration to launch an instance, as described in Working with Instance Configurations. When you use an instance configuration to create an instance, you can specify blockVolumes and secondaryVnics, as shown in the OCI CLI procedure in Creating an Instance Configuration by Entering Configuration Values.

After you create an instance, you can optionally attach additional VNICs and assign private and public IP addresses. See Creating and Attaching a Secondary VNIC, Managing Private IP Addresses, and Managing Public IP Addresses.

Note

If you specify a boot volume size that's larger than the default, you need to extend the volume to take advantage of the larger size. See Resizing Volumes.

Avoid entering confidential information in names and tags.

Important Information About Using Marketplace Images to Create Instances

The first time you create an instance using a Marketplace image, you must use the Compute Cloud@Customer Console so that you can accept the user agreement. After that, you can use the Console, CLI, and API to create instances with a Marketplace image.

To maintain the integrity of Marketplace images, there are restrictions and permissible actions. For more information, see Marketplace Image Restrictions and Permissible Marketplace Image Administration.