Skip to content

Commit

Permalink
r8 + new sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuett committed Dec 1, 2023
1 parent 75ac5da commit 1e39edb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ tracing-subscriber = "0.3.18"

pretty_assertions = "1.4.0"

aws-sdk-ec2 = "1.2.0"
aws-sdk-pricing = "1.2.0"
aws-sdk-ec2 = "1.3.0"
aws-sdk-pricing = "1.3.0"

aws-config = "1.0.1"
aws-types = "1.0.1"
Expand Down
3 changes: 1 addition & 2 deletions ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ def main() -> int:
"""Invoke The main function."""
for instance_type in ["hpc6id.32xlarge", "hpc6a.48xlarge",
"c7gn.16xlarge", "hpc7g.16xlarge",
"m7a.16xlarge", "p5.48xlarge",
"r7iz.32xlarge"]:
"r8g.48xlarge"]:
print_instance(instance_type)

return 0
Expand Down

0 comments on commit 1e39edb

Please sign in to comment.