我希望使用 AWS STS 从另一个团队拥有的另一个 AWS 账户访问资源。
例如,AWS 账户 A 试图访问 AWS 账户 B。
basically the steps I am following:
1. Create a user in Account A
2. Create Role in Account B with the necesaary permissions
3. Add assume role permissions for user in Account A
4. Use User credentials to get temporary credentials for Account B.
5. Use temp credentials on Account B.
但是,在阅读了大量 AWS 文档后,我无法确定哪个账户会为跨账户 API 调用计费?