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

fix instance-types filter and update readmes #411

Merged
merged 2 commits into from
Feb 14, 2025

Conversation

bwagner5
Copy link
Contributor

@bwagner5 bwagner5 commented Feb 13, 2025

Issue #, if available:
N/A

Description of changes:

  • Fix InstanceTypes filter and add as CLI arg.
  • Update README example outputs
  • Update go version and gh actions versions
  • fixes case sensitive in selectors like cpu-manufacturer, cpu-architecture, usage-class, etc.
  • add arm64_mac as cpu-architecture

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@bwagner5 bwagner5 requested a review from a team as a code owner February 13, 2025 03:15
@bwagner5 bwagner5 force-pushed the fix-instancetypes branch 7 times, most recently from a13e30c to 1aba4fe Compare February 13, 2025 03:48
Copy link

@LikithaVemulapalli LikithaVemulapalli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@@ -106,21 +106,21 @@ c6gn.16xlarge
c6in.16xlarge
c7gn.8xlarge
dl1.24xlarge
f2.48xlarge

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

qq: when do we usually update these instances, how frequently we need to update them? whenever we have new launches we need to include them in this code base? same with the prices below, how frequently we do update because I haven't seen these details been updated for a while..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I only update them when I plan on doing a release. It's only demo stuff for the README. In real operation these are all pulled dynamically.

@bwagner5 bwagner5 merged commit d8ca58f into aws:main Feb 14, 2025
3 checks passed
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.

2 participants