Contents
Deployments Page
The Deployments page in Settings displays all connected Cloud Connectors, their status, and management options. From here, you can monitor connector health, identify those needing updates, and initiate new deployments.
Table Columns
-
Cloud Connector – The AWS account ID where the Cloud Connector is installed.
Green checkmark – Connector is up to date and functioning correctly.
Yellow update icon – Connector requires an update.
Account Alias – User-friendly name for the AWS account (if set).
Regions – AWS regions where the Cloud Connector is deployed.
Last Update – The date and time the connector was last updated (in UTC).
Protected Accounts – Number of AWS accounts currently protected by this Cloud Connector.
Actions
Expand Row (Arrow icon) – View detailed information for the selected connector, including configuration and region coverage.
Ellipsis Menu (…) – Access additional connector actions, such as Upgrade, Deploy Protected Account.
Deploy Button – Launches the deployment wizard to install or update a Cloud Connector.
Indicators
Green Checkmark – Indicates the Cloud Connector is healthy and up to date.
Yellow Update Icon – Indicates that an update is available for the Cloud Connector. Select the connector and initiate an update to ensure compatibility and security.
Tip:
Keeping all Cloud Connectors updated is critical to ensure accurate scanning, compatibility with the latest features, and maximum protection coverage.
Upgrading a Cloud Connector
When a Cloud Connector shows a yellow update icon in the Deployments list, it indicates that an update is available. Upgrading ensures compatibility with the latest Elastio features, security patches, and scanning capabilities.
Select Cloud Connector to Upgrade
Navigate to Settings → Deployments.
Locate the Cloud Connector with the yellow update icon.
Click the ellipsis menu (…) at the right of the connector entry.
Select Upgrade from the dropdown menu.
Follow the on-screen prompts to complete the upgrade.
Update CloudFormation Stack
This dialog appears when a new version of the Elastio CloudFormation Template is available. Upgrading ensures you have the latest features, security improvements, and performance enhancements for your Cloud Connector deployment.
1. Upgrade in the UI
Click the Upgrade button in this dialog to initiate the update process automatically.
2. Upgrade Using AWS CLI
If you prefer to upgrade via the AWS Command Line Interface (CLI), run the provided
aws cloudformation update-stackcommand in your AWS CloudFormation environment.-
Example command:
aws cloudformation update-stack --stack-name elastio-account-level-stack \ --template-url 'https://cloudformation-templates20210930070513386900000003.s3.us-east-2.amazonaws.com/gEtgsEycVZTp9CT89UZZ.json' \ --capabilities CAPABILITY_NAMED_IAM --region us-east-1\ Ensure you have appropriate AWS IAM permissions to perform stack updates.
Best Practices
Schedule Updates During Maintenance Windows – This minimizes any potential service impact.
Review Change Sets – If using AWS CloudFormation directly, review the proposed changes before executing the update.
Keep Templates Current – Regular updates ensure compatibility with Elastio's latest ransomware detection models and features.
Tip:
Use the copy button next to the CLI command to quickly copy it for execution in your terminal.