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

WIP: Add AWS EBS disk evidence type and processor #1478

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

aarontp
Copy link
Member

@aarontp aarontp commented May 1, 2024

WIP

Description of the change

Adds a new AwsEbsVolume evidence type for AWS EBS disks and the related pre/post-processors so we can attach and mount these disks.

Other notes:

  • Moves IsBlockDevice() to util module
  • Requires CLOUD_PROVIDER in config to be set to AWS
  • Adds a new AWS_ZONE config parameter for the default zone.

Applicable issues

Fixes #1318

Additional information

Only certain disk types are compatible with multi-attach so this first iteration will only support those types, and for other disk types we'll only be able to support a single worker for now. In future PRs we'll try to come up with a method to process these disks, possibly by making a copy of the disk with a disk type that supports multi-attach.

Checklist

  • All tests were successful.
  • Unit tests added.
  • Documentation updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FR]: AWS EBS pre-processor
1 participant