From 511eec97bc0a5ce9ce9c82e8c45a505867d7090c Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Tue, 17 Sep 2024 23:38:25 +0200 Subject: [PATCH] chore(aws): add source --- knowledge base/cloud computing/aws/cli.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/knowledge base/cloud computing/aws/cli.md b/knowledge base/cloud computing/aws/cli.md index 3c904dd..765f9d4 100644 --- a/knowledge base/cloud computing/aws/cli.md +++ b/knowledge base/cloud computing/aws/cli.md @@ -276,6 +276,7 @@ Solutions: - CLI [quickstart] - [Configure profiles] in the CLI - [How do I assume an IAM role using the AWS CLI?] +- [Yubikey authentication for AWS CLI (and boto) made easy] ### Sources @@ -310,3 +311,4 @@ Solutions: [quickstart]: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html [use an iam role in the aws cli]: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html [using aws kms via the cli with a symmetric key]: https://nsmith.net/aws-kms-cli +[yubikey authentication for aws cli (and boto) made easy]: https://github.com/tommie-lie/awscli-plugin-yubikeytotp