Skip to content

Commit

Permalink
c7a
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuett committed Oct 29, 2023
1 parent 7900727 commit a37bdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async fn main() -> Result<()> {
InstanceType::P548xlarge,
InstanceType::M7i48xlarge,
InstanceType::C7i48xlarge,
InstanceType::from("c7a.48xlarge"),
InstanceType::C7a48xlarge,
InstanceType::Hpc7a96xlarge,
InstanceType::P3dn24xlarge,
];
Expand Down

0 comments on commit a37bdfe

Please sign in to comment.