All Products
Search
Document Center

Elastic High Performance Computing:Manage my images

Last Updated:Apr 01, 2026

E-HPC provides public images with pre-installed software for common HPC workloads, including scientific computing images, compiler runtime libraries, and Message Passing Interface (MPI) libraries. When public images don't meet your requirements, create a custom image from a virtual machine image or a container image.

Choose an image type

Image typeDescription
Virtual Machine MirroringA self-contained image that includes a complete operating system and its programs
Container ImageContains only the minimum environment required to run a specific program

Add an image

Console

  1. Log on to the Instant Computing Service console - My Images and click Add Application.

  2. Specify the image information and click Confirm.

    • ImageType: Select Virtual Machine Mirroring or Container Image.

    • Image:

      • For Virtual Machine Mirroring: select an image from the drop-down list.

      • For Container Image: enter the container image address.

API

Call AddImage to add an image.

Use an image across regions

By default, an image is available only in the region where it was created. To use an image in another region, sync it to that region first.

Console

  1. On the My Application page, click Sync Image.

  2. In the dialog box that appears, select the image and target regions, then click OK.

API

Call SynchronizeApp to sync an image.

Delete an image

Deleting an image removes its reference from E-HPC. Running jobs are not affected.

Important

When you delete an image that has been synced to multiple regions, only the copy in the current region is removed.

Console

  1. On the My Application page, find the image and click Delete.

  2. In the dialog box that appears, click Confirm.

API

Call RemoveImage to delete an image.