From 14134685c725c083ea42b52a8338e9da3d5f726c Mon Sep 17 00:00:00 2001 From: Carsten Knoblich Date: Tue, 12 Nov 2019 12:57:07 +0100 Subject: [PATCH] Added aws configuration profile option Using multiple aws credentials is a very common scenario, so hinting to the `--profile` option is highly encouraged. --- awscli.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/awscli.md b/awscli.md index 60b80a7c4..e0ba96d5e 100644 --- a/awscli.md +++ b/awscli.md @@ -37,6 +37,13 @@ brew install awscli aws configure ``` +### Configuration profiles + +``` +aws configure --profile project1 +aws configure --profile project2 +``` + ## Elastic Beanstalk ### Configuration