19 Haziran 2023 Pazartesi

aws sso seçeneği

login seçeneği
Örnek
Şöyle yaparız. Tarayıcıyı başlatır ve  AWS SSO login sayfasında yönlendirir. Burada kullanıcı adı ve şifreyi gireriz.
$ aws sso login 
Tüm çıktı şöyle
> aws s3 ls --profile poweruser

The SSO session associated with this profile has expired or is otherwise invalid. 
To refresh this SSO session run aws sso login with the corresponding profile.

> aws sso login --profile poweruser
Attempting to automatically open the SSO authorization page in your default browser.
If the browser does not open or you wish to use a different device to authorize this
request, open the following URL:

https://device.sso.us-east-1.amazonaws.com/

Then enter the code:

ABCD-EFGH
Successfully logged into Start URL: https://fooo.awsapps.com/start

> aws s3 ls --profile poweruser
...

Hiç yorum yok:

Yorum Gönder