Results 40 comments of Brandon Wagner

Good feature request! We can definitely get this into ec2-instance-selector: For reference: (`.NetworkInfo.Ipv4AddressesPerInterface` and `.NetworkInfo.Ipv6AddressesPerInterface`) ``` { "AutoRecoverySupported": true, "BareMetal": false, "BurstablePerformanceSupported": false, "CurrentGeneration": true, "DedicatedHostsSupported": true, "EbsInfo": { "EbsOptimizedInfo":...

For the `inf1` family, instance-selector could add support for accelerators since that is returned in `DescribeInstanceTypes`: ``` $ ec2-instance-selector --allow-list inf1 --max-results=1 --verbose ... "InferenceAcceleratorInfo": { "Accelerators": [ { "Count":...

The columns are currently pretty sacred space until we add the feature to specify which columns you want to show. I actually kind of like the minimal way it is...

Hey @cristim thanks for opening this issue! I definitely think there is room for further discussion on most of these, feel free to create separate issues for them. > -...

This is interesting, thanks for opening this issue! Are you thinking of an interface like this? ``` $ ec2-instance-selector --burst-baseline-utilization=20% t2.nano t2.micro t2.small t3.nano t3.micro t3.small t3a.nano t3a.micro t3a.small ```...

I do not believe it is currently possible to specify an EventBridge ASG source by tag, only ASG names. ASG prefix may not be optimal depending on how the infra...

I don't think so. I believe it's only prefix for strings.

yep, ASG Name is there https://docs.aws.amazon.com/autoscaling/ec2/userguide/cloud-watch-events.html#terminate-lifecycle-action

Spot Termination and Rebalance events do not have the ASG in them, only ASG event do. Spot and Rebalance events work outside of ASG which is why they don't have...

> could you give me an example of what the infrastructure should look like using capacity-rebalance? > I'd also be interested in the optimal way to configure ASG spot pools...