Is it possible to get temporary access keys without using "static" access keys?

0

Is there any options to get "session" access keys without the need for "static"/"long living" access keys? like with using U2F/SSH or anything else?

1 Antwort
4
Akzeptierte Antwort

If you configured federation using external identity provider or configured AWS SSO, you can also get temp credential without long-term credential.

https://aws.amazon.com/blogs/security/how-to-implement-federated-api-and-cli-access-using-saml-2-0-and-ad-fs/ https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html

If you're on EC2 instance that has instance profile, you can get the temp credential using Instance Meta Data Service.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html

profile pictureAWS
beantwortet vor 2 Jahren
profile pictureAWS
EXPERTE
James_S
überprüft vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen