IAM users do not have permission to create Temporary Security Credentials for federated users and roles by default.In contrast, IAM users can call __________ without the need of any special permissions
GetSessionName
GetFederationToken
GetSessionToken
GetFederationName
Explanations:
TheGetSessionNameAPI does not exist in AWS IAM. This option is not a valid API call in the context of AWS IAM for creating temporary security credentials.
TheGetFederationTokenAPI is used to create temporary security credentials for federated users, which IAM users do not have permission to call by default.
TheGetSessionTokenAPI allows IAM users to obtain temporary security credentials for themselves without requiring special permissions.
TheGetFederationNameAPI does not exist in AWS IAM. This option is not a valid API call in the context of AWS IAM.