Description
Adds a new cloud connection.
|
NOTE: You will need your cloud provider connection string to properly configure the cloud tier. For Azure: The Connection String can be found in your Azure portal under Storage Accounts >Access leys > Connection string For AWS S3 and compatible platforms: AWS Connection String to be formed from the Security credentials in the below format. "accesskey=<ABDCEWERS>;secretkey=< >; loglevel=warn; region=<aws-region>;" The correct Region Name can be obtained from https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region |
Syntax
cloud_tier --add --cloud_container <bucket name> --cloud_provider <AWS-S3|AZURE|Wasabi-S3|Google-S3|IBM-S3|S3-Compatible> [--cloud_archive_service <S3-Glacier|S3-Deep-Archive>] [--archive_retention_in_warm <1 to 365 days>] [--archive_role_arn <archive role arn>] [--archive_restore_type <Batch|Lambda>]
where
--cloud_container Name of the cloud container. Valid values are [a-z,A-Z,0-9,'-']. --cloud_provider Name of the cloud service provider. Valid values are [a-z,A-Z,0-9,'-']. --cloud_archive_service Name of the cloud archive service. Valid values are [a-z,A-Z,0-9,'-']. --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
Result
Enter AWS cloud connection string to connect to container <name>: Checking if container [<name>] is empty... Container empty test pass. Container [<name>] in the cloud is empty. Connection credentials validated successfully. Cloud Tier created successfully.