Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation for ec2 import-key-pair for how to properly base64-encode keyfiles #3129

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

victorhooi
Copy link

Fixes the long-running confusion around base64-encoding and CLI V2:

AWS CLI V2 changed how it processes binary input types.

This means the CLI documentation was now incorrect - the CLI won't automatically do the base64 encoding for you when calling aws ec2 import-key-pair - you need to explicitly call fileb:// yourself.

Very small doc change, which should hopefully reduce confusion - let me know if I've missed something.

…with CLI V2, and how it processes binary input types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant