AmazonElastiCacheFullAccess - AWS 托管策略

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

AmazonElastiCacheFullAccess

描述:提供 ElastiCache 通过 Amazon 的完全访问权限 AWS Management Console。

AmazonElastiCacheFullAccess是一个AWS 托管策略

使用此策略

您可以将 AmazonElastiCacheFullAccess 附加到您的用户、组和角色。

策略详细信息

  • 类型: AWS 托管策略

  • 创建时间:2015 年 2 月 6 日 18:40 UTC

  • 编辑时间:世界标准时间 2023 年 11 月 28 日 03:49

  • ARN: arn:aws:iam::aws:policy/AmazonElastiCacheFullAccess

策略版本

策略版本:v3(默认)

此策略的默认版本是定义策略权限的版本。当使用该策略的用户或角色请求访问 AWS 资源时, AWS 会检查策略的默认版本以确定是否允许该请求。

JSON 策略文档

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "ElastiCacheManagementActions", "Effect" : "Allow", "Action" : "elasticache:*", "Resource" : "*" }, { "Sid" : "CreateServiceLinkedRole", "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "arn:aws:iam::*:role/aws-service-role/elasticache.amazonaws.com/AWSServiceRoleForElastiCache", "Condition" : { "StringLike" : { "iam:AWSServiceName" : "elasticache.amazonaws.com" } } }, { "Sid" : "CreateVPCEndpoints", "Effect" : "Allow", "Action" : "ec2:CreateVpcEndpoint", "Resource" : "arn:aws:ec2:*:*:vpc-endpoint/*", "Condition" : { "StringLike" : { "ec2:VpceServiceName" : "com.amazonaws.elasticache.serverless.*" } } }, { "Sid" : "AllowAccessToElastiCacheTaggedVpcEndpoints", "Effect" : "Allow", "Action" : [ "ec2:CreateVpcEndpoint" ], "NotResource" : "arn:aws:ec2:*:*:vpc-endpoint/*" }, { "Sid" : "TagVPCEndpointsOnCreation", "Effect" : "Allow", "Action" : [ "ec2:CreateTags" ], "Resource" : "arn:aws:ec2:*:*:vpc-endpoint/*", "Condition" : { "StringEquals" : { "ec2:CreateAction" : "CreateVpcEndpoint", "aws:RequestTag/AmazonElastiCacheManaged" : "true" } } }, { "Sid" : "AllowAccessToEc2", "Effect" : "Allow", "Action" : [ "ec2:DescribeVpcs", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups" ], "Resource" : "*" }, { "Sid" : "AllowAccessToKMS", "Effect" : "Allow", "Action" : [ "kms:DescribeKey", "kms:ListAliases", "kms:ListKeys" ], "Resource" : "*" }, { "Sid" : "AllowAccessToCloudWatch", "Effect" : "Allow", "Action" : [ "cloudwatch:GetMetricStatistics", "cloudwatch:GetMetricData" ], "Resource" : "*" }, { "Sid" : "AllowAccessToAutoScaling", "Effect" : "Allow", "Action" : [ "application-autoscaling:DescribeScalableTargets", "application-autoscaling:DescribeScheduledActions", "application-autoscaling:DescribeScalingPolicies", "application-autoscaling:DescribeScalingActivities" ], "Resource" : "*" }, { "Sid" : "DescribeLogGroups", "Effect" : "Allow", "Action" : [ "logs:DescribeLogGroups" ], "Resource" : "*" }, { "Sid" : "ListLogDeliveryStreams", "Effect" : "Allow", "Action" : [ "firehose:ListDeliveryStreams" ], "Resource" : "*" }, { "Sid" : "DescribeS3Buckets", "Effect" : "Allow", "Action" : [ "s3:ListAllMyBuckets" ], "Resource" : "*" }, { "Sid" : "AllowAccessToOutposts", "Effect" : "Allow", "Action" : [ "outposts:ListOutposts" ], "Resource" : "*" }, { "Sid" : "AllowAccessToSNS", "Effect" : "Allow", "Action" : [ "sns:ListTopics" ], "Resource" : "*" } ] }

了解更多信息