container.training
container.training copied to clipboard
add support for AWS CLI v2 to `workshopctl start`
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
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.