Skip to content

Suppor/Flag to filter out burstable instances #16

@ruecarlo

Description

@ruecarlo

While the flag --burst-support is great to list only burstable instances. I think there might be cases where adding some flag to only list non-burstable instances would be also helpful. For example, if my application has a mixed cpu/memory/io profile with high peaks of CPU now and again, I may prefer to avoid burstable instances.

For example:

$ ec2-instance-selector --vcpus 4 --memory 16384 -a x86_64 --current-generation --non-burst-support
g4dn.xlarge
m4.xlarge
m5.xlarge
m5a.xlarge
m5ad.xlarge
m5d.xlarge
m5dn.xlarge
m5n.xlarge

Perhaps a more generic filtering out other attributes. Burstable instances however are probably the first that come to mind when thinking about production systems.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions