From c994bd5f3f5d480d3ed7bdfd836dad7be63eebd0 Mon Sep 17 00:00:00 2001 From: Alexei Samokvalov Date: Tue, 4 Feb 2020 09:48:59 +0100 Subject: [PATCH] Document web console sign-in --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 621cfdc..b32773e 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ dev = "arn:aws:iam::123456589012:role/Admin" prod = "arn:aws:iam::123456589013:role/TestRole" ``` +### Web Console Sign-In URLs +You can print the web console sign-in URL for the currently assumed profile. +Or you can make `awscredx` directly open the sign-in URL in your default web browser. +```bash +awscredx web-console-signin --service ecs --open-in-browser +``` + ### Role chaining You can assume a role `k8s-admin` from a role `prod` that is in turn assumed from your main account credentials. ```toml