限制 AWS Cloudwatch Dashboard 仅供某些角色使用

发布于 2025-01-12 18:05:08 字数 121 浏览 2 评论 0原文

我有一个为管理员和开发人员创建单独的 cloudwatch 仪表板(或视图)的用例,我可以根据用户假定的角色限制用户查看 cloudwatch 仪表板吗? AWS 是否允许为每个仪表板配置 IAM 访问策略?

谢谢

I have a use case to create a separate cloudwatch dashboard(or views) for admins and developers, can I restrict a user to view cloudwatch dashboard based on the user's assumed role ?
Is it something that AWS allows to configure a IAM access policy for each dashboard ?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

另类 2025-01-19 18:05:08

您无法使用角色/IAM 共享/限制对特定仪表板的访问。

使用 CloudWatch 处理策略时,我们有以下内容:

  • 能够查看所有仪表板的 AdministratorAccess 策略
  • 还能够查看所有仪表板的 CloudWatchFullAccess 策略
  • 自定义策略包括以下一项或多项特定权限:
    • cloudwatch:GetDashboardcloudwatch:ListDashboards 能够查看所有仪表板
    • cloudwatch:PutDashboard 能够创建或修改仪表板
    • cloudwatch:DeleteDashboards 能够删除仪表板

使用这些选项,我们无法指定对特定仪表板的访问权限。

如果您想与特定用户共享仪表板,我们可以通过他们的电子邮件进行共享。要了解如何执行此操作,请查看此处:与特定用户共享单个仪表板

另外,请查看这些页面:

You can not share/restrict access to a specific dashboard using roles/IAM.

When working with policies using CloudWatch we have the following:

  • The AdministratorAccess policy that is able to see all dashboards
  • The CloudWatchFullAccess policy that is also able to see all dashboards
  • A custom policy that includes one or more of these specific permissions:
    • cloudwatch:GetDashboard and cloudwatch:ListDashboards to be able to view all dashboards
    • cloudwatch:PutDashboard to be able to create or modify dashboards
    • cloudwatch:DeleteDashboards to be able to delete dashboards

With these options we do not have the option to specify the access to a specific dashboard.

If you want to share the dashboard with specific users, we can do this sharing with their emails. To understand how to do this, check here: Share a single dashboard with specific users

Also, take a look on these pages:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文