Amazon Elastic Block Store - Amazon ParallelCluster
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Amazon Elastic Block Store

To use an existing external Amazon EBS volume for long term permanent storage that's independent of the cluster life cycle, specify EbsSettings / VolumeId.

If you don't specify VolumeId, by default, Amazon ParallelCluster creates a managed EBS volume from EbsSettings when your cluster is created. Amazon ParallelCluster also deletes the volume and data when the cluster is deleted or the volume is removed from the cluster configuration.

For an Amazon ParallelCluster managed EBS volume, you can use EbsSettings / DeletionPolicy to instruct Amazon ParallelCluster to Delete, Retain, or Snapshot the volume when either the cluster is deleted or when the volume is removed from the cluster configuration. By default, DeletionPolicy is set to Delete.

Warning

For Amazon ParallelCluster managed shared storage, DeletionPolicy is set to Delete by default.

This means that, if one of the following is true, a managed volume and its data are deleted:

  • You delete the cluster.

  • You change the managed shared storage configuration SharedStorage / Name.

  • You remove the managed shared storage from the configuration.

We recommend that you back up your shared storage with snapshots regularly to avoid the loss of data. For more information about Amazon EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide for Linux Instances. To learn how to manage data backups across Amazon Web Services, see Amazon Backup in the Amazon Backup Developer Guide.