Description
Updates a cloud connection details.
Syntax
cloud_tier --update [--name <cloud tier name>]
[--cloud_password]
[--cloud_archive]
[--archive_retention_in_warm <1 to 365 days>]
[--archive_role_arn <archive role arn>]
[--archive_restore_type <Batch|Lambda>]
[--intelligent_tiering <Yes|No>]
Where
--name Name of the CloudTier
--cloud_password Updates cloud connection string
--cloud_archive Update connection for cloud archive
--archive_retention_in_warm Valid values are [0-9], default 7 days. Value entered is in days and counted from date of restore.
--archive_role_arn Valid values are [a-z,A-Z,0-9,'_','-',':','/']
--archive_restore_type Valid values are Batch or Lambda
--intelligent_tiering Use AWS Intelligent Tiering storage class
Result
Enter cloud connection string to connect for storage_group <cloud_tier name> :
Connection credentials validated successfully.
Storage Group "aws-cl-bucket1" updated successfully.
Description
Deletes an existing cloud connection.
Syntax
cloud_tier --delete [--name <cloud tier name>]
[--cloud_archive]
Where
--name Name of the CloudTier
--cloud_archive Deletes the cloud archive and its connection
Result
Cloud Tier Storage Group "aws-cl-bucket1" has been deleted.
Description
sets passphrase to a cloud connection.
Syntax
cloud_tier --setpassphrase [--name <cloud tier name>]
[--cloud_archive]
Where
--name Name of the CloudTier
--cloud_archive Set passphrase for cloud archive connection
Result
Storage Group "aws-cl-bucket1" updated successfully.
Passphrase updated successfully.
Description
Enable cloud replication for source container.
Syntax
cloud_tier --enable --src_name <name>
[--name <cloud tier name>]
[--cloud_archive]
Where
--src_name Name of the source container. Valid values are [a-z,A-Z,0-9,'-'].
--name Name of the cloud Tier
--cloud_archive Enable connection for cloud archive
Result
Cloud replication enabled on the "nfs" container.