本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
管理对 “ Amazon Web Services 支持 推荐” 的访问权限
注意
Amazon Web Services 支持 根据服务条款的定义,推荐以 “预览服务” 的 Amazon 形式提供。预览服务可能会更改和取消。了解更多
在创建案例流程中,您可以使用 Amazon Identity and Access Management (IAM) 在 Cent Amazon Web Services 支持 er 控制台中管理对 Amazon Web Services 支持 推荐的访问权限。
Amazon Web Services 支持 建议行动
您可以在 IAM 策略中指定 Amazon Web Services 支持 推荐操作以提供完全访问权限、拒绝完全访问权限或提供/拒绝对特定操作的访问权限。
操作 | 描述 |
---|---|
|
在 Cent Amazon Web Services 支持 er 控制台中创建案例流程期间,启动引导式疑难解答会话,帮助诊断和解决账户或技术问题。 |
|
检索从开始的疑难解答会话的当前状态和输出 StartSupportTroubleshooting。包括根据之前的回复提供更多信息的交互式请求和解决问题的建议。 |
Amazon Web Services 支持 推荐的 IAM 策略示例
您可以使用以下示例策略来管理对 “ Amazon Web Services 支持 推荐” 的访问权限。
“ Amazon Web Services 支持 推荐” 的完全访问权限
以下政策允许用户完全访问 Amazon Web Services 支持 推荐。
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "supportrecommendations:StartSupportTroubleshooting", "supportrecommendations:GetSupportTroubleshootingResponse" ], "Resource": "*" } ] }
拒绝访问推 Amazon Web Services 支持 荐
以下政策不允许用户访问 Amazon Web Services 支持 推荐。
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Deny", "Action": "supportrecommendations:*", "Resource": "*" } ] }