Elastio seamlessly integrates with EBS snapshots from any third-party backup vendor. Many backup providers support custom tags for their snapshots, and for those that don’t, we provide a CloudFormation template (CFN) as an alternative. Both options are detailed below.
Contents
Protecting Veeam Backup Snapshots with Elastio
Elastio seamlessly integrates with Veeam Backup Snapshots by modifying the Veeam policies and adding the following tags to the snapshots:
elastio:action=scan elastio:scans=ransomware malware fs-check
In this example, both ransomware detection and malware scanning are enabled.
Protecting Backups Without Custom Tag Support
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 tags' keys 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 automatically scans all snapshots with the specified tag keys.