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

Include additional details from AWS EBS Volumes #299

Open
hiddenillusion opened this issue May 24, 2021 · 0 comments
Open

Include additional details from AWS EBS Volumes #299

hiddenillusion opened this issue May 24, 2021 · 0 comments

Comments

@hiddenillusion
Copy link

hiddenillusion commented May 24, 2021

It would be helpful if the data returned within EBS.ListVolumes() was either unfiltered or included additional details (e.g. Tags, CreationTime, Size etc.) . Most modules filter ListVolumes() output but this module only returns limited details (volume_id, aws_account, availability_zone, device_name, encrypted, name, region etc.)

Tags
Currently, ListVolumes() only looks for the "Name" tag for an AWS EBS storage volume.

It would be helpful if all of a volume's tags were also returned - for some use cases, we may want to filter for volumes with specific tags and discovering what those tags are/their values would be required.

CreationTime / Size
These are self-explanatory, but can be required details for tasks down the pipeline.

@hiddenillusion hiddenillusion changed the title List all AWS EBS tags Include additional details from AWS EBS Volumes May 24, 2021
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

No branches or pull requests

1 participant