Topic 1 Question 279
A developer wants AWS users to access AWS services by using temporary security credentials.
Which AWS service or feature should the developer use to provide these credentials?
IAM policies
IAM user groups
AWS Security Token Service (AWS STS)
AWS IAM Identity Center (AWS Single Sign-On)
ユーザの投票
コメント(6)
To provide temporary security credentials for AWS users to access AWS services, the developer should use:
C. AWS Security Token Service (AWS STS)
AWS STS allows you to grant users and systems temporary access to AWS resources. Users can assume an IAM role for a limited time to access AWS services, which STS facilitates by providing temporary security credentials. This service is particularly useful in scenarios where you need to provide access that is limited in time and scope, such as for cross-account access or federated user access.
👍 24462dfa2024/06/28- 正解だと思う選択肢: C
AWS provides AWS Security Token Service (AWS STS) as a web service that enables you to request temporary, limited-privilege credentials for users. https://docs.aws.amazon.com/STS/latest/APIReference/welcome.html
👍 2petercorn2024/07/09 - 正解だと思う選択肢: C👍 2BShelat2024/07/13
シャッフルモード