Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想授予 IAM 用户权限,以便他只能查看“成本管理”部分,而不能查看其他任何内容。或者我想授予 IAM 用户权限,以便他只能查看成本和使用情况报告,而不能查看其他任何内容
阅读官方文档。将以下策略附加到您的特定 IAM 用户,如下所示:
{Effect: Allow, Action: Billing:Read}