Which account's API quota is used when a role is assumed?

1

If user A and user B assume the same role and both users are making a large number of AWS API requests as the assumed role, are the AWS API quotas / rate limits shared?

질문됨 2년 전662회 조회
2개 답변
1

The API rate limits are applied to account to which the calling credentials belong.

So if user A from account X assumes role B in account Y and then makes API calls it is account Y where the limits are applied.

profile pictureAWS
전문가
답변함 2년 전
  • There is an answer that says the opposite, if I read this correctly. Can you elaborate please?

  • I don't know what else to add here: The limits are applied to the account where the credentials that are calling the API belong to. If you assume a role in another account (let's call that account "M") then the limits are applied to account M, not the original account where you assumed the role from.

1

Limits are applied account-wise. In the the case described above, the limitation is applied to the account to which gets the API Call.

답변함 2년 전
  • There is an answer that says the opposite, if I read this correctly. Can you elaborate please?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠