NeptuneReadOnlyAccess - AWS 受管理策略

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

NeptuneReadOnlyAccess

描述:提供對 Amazon Neptune 的唯讀存取。請注意,此政策也會授予對 Amazon RDS 資源的存取權。如需詳細資訊,請參閱 https://aws.amazon.com/neptune/faqs/。

NeptuneReadOnlyAccessAWS 受管理的策略

使用此政策

您可以附加NeptuneReadOnlyAccess至您的使用者、群組和角色。

政策詳情

  • 類型: AWS 受管理的策略

  • 創建時間:2018 年 5 月 30 日, 世界標準時間 19:16

  • 編輯時間:世界標準時間 2024 年 1 月 22 日下午 16:33

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

政策版本

策略版本:v3(預設值)

原則的預設版本是定義原則權限的版本。當具有策略的使用者或角色發出要求以存取 AWS 資源時,請 AWS 檢查原則的預設版本,以決定是否允許該要求。

政策文件

{ "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" : [ "*" ] } ] }

進一步了解