aws

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
aws [03/09/2024 - 14:27] – [AWS per CLI] admin1aws [03/09/2024 - 16:20] (aktuell) – [sso Konfiguration] admin1
Zeile 28: Zeile 28:
 SSO registration scopes [None]: sso:account:access SSO registration scopes [None]: sso:account:access
 </code> </code>
 +
 +====== Mehrere Profile ======
 +
 +<code>
 +aws configure --profile profil1
 +aws configure --profile profil2
 +</code>
 +
 +<code>
 +thommie@odysseus4:~> aws configure --profile netzwissen
 +AWS Access Key ID [None]: AKIAZVJKDFMP6752BEUK
 +AWS Secret Access Key [None]: 3vXYcV4iq87kGGdvk1md5pDAZJ5Fr3TURkxjMWec    
 +Default region name [None]: eu-central-1
 +Default output format [None]: json
 +</code>
 +
 +===== sso Konfiguration =====
 +
 +https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html#sso-configure-profile-prereqs
 +
 +<code>
 +thommie@odysseus4:~> aws configure --profile netzwissen
 +AWS Access Key ID [None]: AKIAZVJKDFMP6752BEUK
 +AWS Secret Access Key [None]: 3vXYcV4iq87kGGdvk1md5pDAZJ5Fr3TURkxjMWec    
 +Default region name [None]: eu-central-1
 +Default output format [None]: json
 +
 +<code>
 +thommie@odysseus4:~> aws configure --profile netzwissen sso
 +SSO session name (Recommended): my-sso
 +SSO start URL [None]: https://my-sso-portal.awsapps.com/start
 +SSO region [None]: eu-central-1
 +SSO registration scopes [sso:account:access]:
 +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:
 +
 +Then enter the code:
 +
 +VGZB-KTLZ
 +</code>
 +
 +https://aws.amazon.com/de/cli/
 +====== Howto ======
 +
 +https://aws.amazon.com/de/cli/
 +
 +===== sso Login =====
 +
 +thommie@odysseus4:~> aws configure --profile netzwissen sso
 +SSO session name (Recommended): my-sso
 +SSO start URL [None]: https://us-east-1.console.aws.amazon.com
 +SSO region [None]: eu-central-1
  
  • aws.1725373622.txt.gz
  • Zuletzt geändert: 03/09/2024 - 14:27
  • von admin1