NeptuneReadOnlyAccess - AWS 托管策略

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

NeptuneReadOnlyAccess

描述:提供对亚马逊 Neptune 的只读访问权限。请注意,此策略还授予对 Amazon RDS 资源的访问权限。有关更多信息,请参阅 https://aws.amazon.com/neptune/faqs/。

NeptuneReadOnlyAccess是一个AWS 托管策略

使用此策略

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

策略详细信息

  • 类型: AWS 托管策略

  • 创建时间:2018 年 5 月 30 日 19:16 UTC

  • 编辑时间:世界标准时间 2024 年 1 月 22 日 16:33

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

策略版本

策略版本:v3(默认)

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

JSON 策略文档

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AllowReadOnlyPermissionsForRDS", "Effect" : "Allow", "Action" : [ "rds:DescribeAccountAttributes", "rds:DescribeCertificates", "rds:DescribeDBClusterParameterGroups", "rds:DescribeDBClusterParameters", "rds:DescribeDBClusterSnapshotAttributes", "rds:DescribeDBClusterSnapshots", "rds:DescribeDBClusters", "rds:DescribeDBEngineVersions", "rds:DescribeDBInstances", "rds:DescribeDBLogFiles", "rds:DescribeDBParameterGroups", "rds:DescribeDBParameters", "rds:DescribeDBSubnetGroups", "rds:DescribeEventCategories", "rds:DescribeEventSubscriptions", "rds:DescribeEvents", "rds:DescribeGlobalClusters", "rds:DescribeOrderableDBInstanceOptions", "rds:DescribePendingMaintenanceActions", "rds:DownloadDBLogFilePortion", "rds:ListTagsForResource" ], "Resource" : "*" }, { "Sid" : "AllowReadOnlyPermissionsForCloudwatch", "Effect" : "Allow", "Action" : [ "cloudwatch:GetMetricStatistics", "cloudwatch:ListMetrics" ], "Resource" : "*" }, { "Sid" : "AllowReadOnlyPermissionsForEC2", "Effect" : "Allow", "Action" : [ "ec2:DescribeAccountAttributes", "ec2:DescribeAvailabilityZones", "ec2:DescribeInternetGateways", "ec2:DescribeSecurityGroups", "ec2:DescribeSubnets", "ec2:DescribeVpcAttribute", "ec2:DescribeVpcs" ], "Resource" : "*" }, { "Sid" : "AllowReadOnlyPermissionsForKMS", "Effect" : "Allow", "Action" : [ "kms:ListKeys", "kms:ListRetirableGrants", "kms:ListAliases", "kms:ListKeyPolicies" ], "Resource" : "*" }, { "Sid" : "AllowReadOnlyPermissionsForLogs", "Effect" : "Allow", "Action" : [ "logs:DescribeLogStreams", "logs:GetLogEvents" ], "Resource" : [ "arn:aws:logs:*:*:log-group:/aws/rds/*:log-stream:*", "arn:aws:logs:*:*:log-group:/aws/neptune/*:log-stream:*" ] }, { "Sid" : "AllowReadOnlyPermissionsForNeptuneDB", "Effect" : "Allow", "Action" : [ "neptune-db:Read*", "neptune-db:Get*", "neptune-db:List*" ], "Resource" : [ "*" ] } ] }

了解更多信息