Contents
- Scanning Third-Party Backup Snapshots with Elastio
- When Custom Tags Are Not Supported By The Backup Vendor
Scanning Third-Party Backup Snapshots with Elastio
Elastio seamlessly integrates with EBS snapshots created by any third-party backup vendor. Many backup providers allow custom tags to be added to their generated snapshots. If supported, add the following tag to your EBS snapshots:
elastio:action=scan
This ensures all snapshots created by the backup vendor are automatically scanned by Elastio.
When Custom Tags Are Not Supported By The Backup Vendor
If your backup vendor does not support custom tags, you can achieve the same functionality by deploying the Snapshot Tagger using a CloudFormation template. Follow these steps:
Step 1: Download the YAML File
- Access the Snapshot Tagger CloudFormation page.
- Download the YAML file.
Step 2: Create a CloudFormation Stack
- Open the AWS CloudFormation console.
- Click Create stack.
- Under Prepare template, select Choose an existing template, then click Upload a template file.
- Upload the downloaded YAML file and click Next.
Step 3: Configure Stack Details
- Stack name: Provide a name for your stack.
-
Parameters:
-
ElastioActionTagValue: Enter
scan
. -
TagKey to Monitor: Specify the keys of tags automatically generated by your backup vendor.
- For example, Veritas Alta uses tags such as
cp:data
andcp:host-snapshot-name
. - In this case, enter
cp:data, cp:host-snapshot-name
.
- For example, Veritas Alta uses tags such as
-
ElastioActionTagValue: Enter
Step 4: Review and Launch
- Leave all settings as default.
- Acknowledge the prompt:
"I acknowledge that AWS CloudFormation might create IAM resources."
- Click Next.
- Click Submit.
Result
Once the stack is deployed, Elastio will automatically scan all snapshots with the specified tag keys.