container.training icon indicating copy to clipboard operation
container.training copied to clipboard

add support for AWS CLI v2 to `workshopctl start`

Open mkorejo opened this issue 5 years ago • 1 comments

aws ec2 import-key-pair is no longer working in AWS CLI v2 because it expects the public key material to be base64 encoded: https://docs.aws.amazon.com/cli/latest/userguide/cliv2-migration.html#cliv2-migration-binaryparam

mkorejo avatar Apr 21 '20 23:04 mkorejo

Hey, thanks a lot!

I looked at the AWS CLI v2, and apparently it cannot be installed with pip, which makes it a bit annoying to manage on my setup.

I think I'm going to stick to AWS CLI v1 for now, but I'll keep this PR handy to remember what needs to be done when we migrate to v2!

Thanks again, I truly appreciate it.

jpetazzo avatar May 03 '20 14:05 jpetazzo