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 回答
4
已接受的回答

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
已回答 2 年前
profile pictureAWS
专家
James_S
已审核 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则