Skip to content

Commit

Permalink
create instances via nodegroup
Browse files Browse the repository at this point in the history
  • Loading branch information
gthao313 committed Mar 31, 2022
1 parent c325d64 commit 1659c56
Show file tree
Hide file tree
Showing 8 changed files with 714 additions and 608 deletions.
191 changes: 111 additions & 80 deletions Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions integ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2018"
publish = false

[dependencies]
aws-config = "0.0.26-alpha"
aws-sdk-ec2 = "0.0.26-alpha"
aws-sdk-eks = "0.0.26-alpha"
aws-sdk-iam = "0.0.26-alpha"
aws-sdk-ssm = "0.0.26-alpha"
aws-config = "0.8"
aws-sdk-ec2 = "0.8"
aws-sdk-eks = "0.8"
aws-sdk-iam = "0.8"
aws-sdk-ssm = "0.8"
base64 = "0.13.0"
console_log = { version = "0.2", features = ["color"] }
env_logger = "0.9"
Expand Down
336 changes: 0 additions & 336 deletions integ/src/ec2_provider.rs

This file was deleted.

Loading

0 comments on commit 1659c56

Please sign in to comment.