Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.
AmazonOpenSearchServiceRolePolicy
Deskripsi: Izinkan OpenSearch Layanan Amazon mengakses AWS layanan lain seperti EC2 Jaringan APIs atas nama Anda.
AmazonOpenSearchServiceRolePolicy
adalah kebijakan yang AWS dikelola.
Menggunakan kebijakan ini
Kebijakan ini dilampirkan pada peran terkait layanan yang memungkinkan layanan melakukan tindakan atas nama Anda. Anda tidak dapat melampirkan kebijakan ini ke pengguna, grup, atau peran Anda.
Rincian kebijakan
-
Jenis: Kebijakan peran terkait layanan
-
Waktu pembuatan: 26 Agustus 2021 09:27 UTC
-
Waktu yang telah diedit: 20 Agustus 2024, 22:57 UTC
-
ARN:
arn:aws:iam::aws:policy/aws-service-role/AmazonOpenSearchServiceRolePolicy
Versi kebijakan
Versi kebijakan: v8 (default)
Versi default kebijakan adalah versi yang menentukan izin untuk kebijakan tersebut. Saat pengguna atau peran dengan kebijakan membuat permintaan untuk mengakses AWS sumber daya, AWS periksa versi default kebijakan untuk menentukan apakah akan mengizinkan permintaan tersebut.
JSONdokumen kebijakan
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "Stmt1480452973134", "Effect" : "Allow", "Action" : [ "ec2:CreateNetworkInterface" ], "Resource" : [ "arn:aws:ec2:*:*:network-interface/*", "arn:aws:ec2:*:*:subnet/*", "arn:aws:ec2:*:*:security-group/*" ] }, { "Sid" : "Stmt1480452973145", "Effect" : "Allow", "Action" : [ "ec2:DescribeNetworkInterfaces" ], "Resource" : "*" }, { "Sid" : "Stmt1480452973144", "Effect" : "Allow", "Action" : [ "ec2:DeleteNetworkInterface" ], "Resource" : [ "arn:aws:ec2:*:*:network-interface/*" ] }, { "Sid" : "Stmt1480452973165", "Effect" : "Allow", "Action" : [ "ec2:ModifyNetworkInterfaceAttribute" ], "Resource" : [ "arn:aws:ec2:*:*:network-interface/*", "arn:aws:ec2:*:*:security-group/*" ] }, { "Sid" : "Stmt1480452973149", "Effect" : "Allow", "Action" : [ "ec2:AssignIpv6Addresses" ], "Resource" : "arn:aws:ec2:*:*:network-interface/*" }, { "Sid" : "Stmt1480452973150", "Effect" : "Allow", "Action" : [ "ec2:UnAssignIpv6Addresses" ], "Resource" : "arn:aws:ec2:*:*:network-interface/*" }, { "Sid" : "Stmt1480452973154", "Effect" : "Allow", "Action" : [ "ec2:DescribeSecurityGroups" ], "Resource" : "*" }, { "Sid" : "Stmt1480452973164", "Effect" : "Allow", "Action" : [ "ec2:DescribeSubnets" ], "Resource" : "*" }, { "Sid" : "Stmt1480452973174", "Effect" : "Allow", "Action" : [ "ec2:DescribeVpcs" ], "Resource" : "*" }, { "Sid" : "Stmt1480452973184", "Effect" : "Allow", "Action" : [ "elasticloadbalancing:AddListenerCertificates", "elasticloadbalancing:RemoveListenerCertificates" ], "Resource" : [ "arn:aws:elasticloadbalancing:*:*:listener/*" ] }, { "Sid" : "Stmt1480452973194", "Effect" : "Allow", "Action" : [ "ec2:CreateTags" ], "Resource" : [ "arn:aws:ec2:*:*:network-interface/*" ] }, { "Sid" : "Stmt1480452973195", "Effect" : "Allow", "Action" : [ "ec2:DescribeTags" ], "Resource" : "*" }, { "Sid" : "Stmt1480452973196", "Effect" : "Allow", "Action" : [ "acm:DescribeCertificate" ], "Resource" : "*" }, { "Sid" : "Stmt1480452973197", "Effect" : "Allow", "Action" : "cloudwatch:PutMetricData", "Resource" : "*", "Condition" : { "StringEquals" : { "cloudwatch:namespace" : [ "AWS/ES", "AWS/OpenSearch" ] } } }, { "Sid" : "Stmt1480452973198", "Effect" : "Allow", "Action" : [ "ec2:CreateVpcEndpoint", "ec2:ModifyVpcEndpoint" ], "Resource" : [ "arn:aws:ec2:*:*:vpc/*", "arn:aws:ec2:*:*:security-group/*", "arn:aws:ec2:*:*:subnet/*", "arn:aws:ec2:*:*:route-table/*" ] }, { "Sid" : "Stmt1480452973199", "Effect" : "Allow", "Action" : "ec2:CreateVpcEndpoint", "Resource" : "arn:aws:ec2:*:*:vpc-endpoint/*", "Condition" : { "StringEquals" : { "aws:RequestTag/OpenSearchManaged" : "true" } } }, { "Sid" : "Stmt1480452973200", "Effect" : "Allow", "Action" : [ "ec2:ModifyVpcEndpoint", "ec2:DeleteVpcEndpoints" ], "Resource" : "arn:aws:ec2:*:*:vpc-endpoint/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/OpenSearchManaged" : "true" } } }, { "Sid" : "Stmt1480452973201", "Effect" : "Allow", "Action" : [ "ec2:DescribeVpcEndpoints" ], "Resource" : "*" }, { "Sid" : "Stmt1480452973202", "Effect" : "Allow", "Action" : [ "ec2:CreateTags" ], "Resource" : "arn:aws:ec2:*:*:vpc-endpoint/*", "Condition" : { "StringEquals" : { "ec2:CreateAction" : "CreateVpcEndpoint" } } } ] }