本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
ServiceQuotasFullAccess
說明:提供 Service Quotas 的完整存取權
ServiceQuotasFullAccess
是AWS 受管理的策略。
使用此政策
您可以附加ServiceQuotasFullAccess
至您的使用者、群組和角色。
政策詳情
-
類型: AWS 受管理的策略
-
創建時間:2019 年 6 月 24 日, 世界標準時間 15:44
-
編輯時間:世界標準時間 2021 年 2 月 4 日晚上 9 時 29 分
-
ARN:
arn:aws:iam::aws:policy/ServiceQuotasFullAccess
政策版本
策略版本:v4(預設值)
原則的預設版本是定義原則權限的版本。當具有策略的使用者或角色發出要求以存取 AWS 資源時,請 AWS 檢查原則的預設版本,以決定是否允許該要求。
政策文件
{
"Version" : "2012-10-17",
"Statement" : [
{
"Effect" : "Allow",
"Action" : [
"autoscaling:DescribeAccountLimits",
"cloudformation:DescribeAccountLimits",
"cloudwatch:DescribeAlarmsForMetric",
"cloudwatch:DescribeAlarms",
"cloudwatch:GetMetricData",
"cloudwatch:GetMetricStatistics",
"cloudwatch:PutMetricAlarm",
"dynamodb:DescribeLimits",
"elasticloadbalancing:DescribeAccountLimits",
"iam:GetAccountSummary",
"kinesis:DescribeLimits",
"organizations:DescribeAccount",
"organizations:DescribeOrganization",
"organizations:ListAWSServiceAccessForOrganization",
"rds:DescribeAccountAttributes",
"route53:GetAccountLimit",
"tag:GetTagKeys",
"tag:GetTagValues",
"servicequotas:*"
],
"Resource" : "*"
},
{
"Effect" : "Allow",
"Action" : [
"cloudwatch:DeleteAlarms"
],
"Resource" : "*",
"Condition" : {
"Null" : {
"aws:ResourceTag/ServiceQuotaMonitor" : "false"
}
}
},
{
"Effect" : "Allow",
"Action" : [
"organizations:EnableAWSServiceAccess"
],
"Resource" : "*",
"Condition" : {
"StringLike" : {
"organizations:ServicePrincipal" : [
"servicequotas.amazonaws.com"
]
}
}
},
{
"Effect" : "Allow",
"Action" : [
"iam:CreateServiceLinkedRole"
],
"Resource" : "*",
"Condition" : {
"StringEquals" : {
"iam:AWSServiceName" : "servicequotas.amazonaws.com"
}
}
}
]
}