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

Filter by EBS Throughput ? #109

Closed
dudutwizer opened this issue Dec 16, 2021 · 1 comment
Closed

Filter by EBS Throughput ? #109

dudutwizer opened this issue Dec 16, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dudutwizer
Copy link

Is it possible to show or filter the results by EBS Throughput https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html ?

Thanks

@bwagner5
Copy link
Contributor

Filtering by EBS Info in general would be a great addition!

here's a sample of the data we could filter on:

{
        "EbsInfo": {
            "EbsOptimizedInfo": {
                "BaselineBandwidthInMbps": 525,
                "BaselineIops": 4000,
                "BaselineThroughputInMBps": 65.625,
                "MaximumBandwidthInMbps": 3500,
                "MaximumIops": 20000,
                "MaximumThroughputInMBps": 437.5
            },
            "EbsOptimizedSupport": "default",
            "EncryptionSupport": "supported",
            "NvmeSupport": "required"
        },

@bwagner5 bwagner5 self-assigned this Feb 22, 2022
@bwagner5 bwagner5 added the enhancement New feature or request label Feb 22, 2022
@bwagner5 bwagner5 closed this as completed Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants