Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs update] Add support for fs-check parameter to AWS Backup integration lambda #90

Merged
merged 4 commits into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions aws-backup-elastio-integration/elastio-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ Elastio Connector stack deploys an AWS Lambda function named `elastio-bg-jobs-se
// of many applications, and thus doesn't immediately imply a ransomware attack.
"entropy": false,

// Optional. Enables filesystem corruption checks scan.
// If omitted then fs check is disabled.
// Currently it is available for:
// - EBS volumes
// - EC2 instances
"fs_check": false,

// Name of the AWS EventBridge event bus scan reports will be written to.
//
// Optional. If omitted, the value will be read from an SSM parameter named
Expand Down