View a markdown version of this page

AWSElasticBeanstalkEKSTagging - AWS 管理ポリシー

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

AWSElasticBeanstalkEKSTagging

説明: EKS Controllers によって作成されたリソースにタグを渡すために必要なアクセス許可

AWSElasticBeanstalkEKSTaggingAWS マネージドポリシーです。

このポリシーを使用すると

ユーザー、グループおよびロールに AWSElasticBeanstalkEKSTagging をアタッチできます。

ポリシーの詳細

  • タイプ: AWS 管理ポリシー

  • 作成日時: 2026 年 7 月 2 日 21:27 UTC

  • 編集日時: 2026 年 7 月 2 日 21:27 UTC

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

ポリシーのバージョン

ポリシーのバージョン: v1 (デフォルト)

ポリシーのデフォルトバージョンは、ポリシーのアクセス許可を定義するバージョンです。ポリシーを持つユーザーまたはロールが AWS リソースへのアクセスをリクエストすると、 はポリシーのデフォルトバージョン AWS をチェックして、リクエストを許可するかどうかを決定します。

JSON ポリシードキュメント

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "Compute", "Effect" : "Allow", "Action" : [ "ec2:CreateFleet", "ec2:RunInstances", "ec2:CreateLaunchTemplate" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:RequestTag/eks:eks-cluster-name" : "${aws:PrincipalTag/eks:eks-cluster-name}" }, "StringLike" : { "aws:RequestTag/eks:kubernetes-node-class-name" : "*", "aws:RequestTag/eks:kubernetes-node-pool-name" : "*" } } }, { "Sid" : "Storage", "Effect" : "Allow", "Action" : [ "ec2:CreateVolume", "ec2:CreateSnapshot" ], "Resource" : [ "arn:aws:ec2:*:*:volume/*", "arn:aws:ec2:*:*:snapshot/*" ], "Condition" : { "StringEquals" : { "aws:RequestTag/eks:eks-cluster-name" : "${aws:PrincipalTag/eks:eks-cluster-name}" } } }, { "Sid" : "Networking", "Effect" : "Allow", "Action" : "ec2:CreateNetworkInterface", "Resource" : "*", "Condition" : { "StringEquals" : { "aws:RequestTag/eks:eks-cluster-name" : "${aws:PrincipalTag/eks:eks-cluster-name}" }, "StringLike" : { "aws:RequestTag/eks:kubernetes-cni-node-name" : "*" } } }, { "Sid" : "LoadBalancer", "Effect" : "Allow", "Action" : [ "elasticloadbalancing:CreateLoadBalancer", "elasticloadbalancing:CreateTargetGroup", "elasticloadbalancing:CreateListener", "elasticloadbalancing:CreateRule", "ec2:CreateSecurityGroup" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:RequestTag/eks:eks-cluster-name" : "${aws:PrincipalTag/eks:eks-cluster-name}" } } }, { "Sid" : "ShieldProtection", "Effect" : "Allow", "Action" : [ "shield:CreateProtection" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:RequestTag/eks:eks-cluster-name" : "${aws:PrincipalTag/eks:eks-cluster-name}" } } }, { "Sid" : "ShieldTagResource", "Effect" : "Allow", "Action" : [ "shield:TagResource" ], "Resource" : "arn:aws:shield::*:protection/*", "Condition" : { "StringEquals" : { "aws:RequestTag/eks:eks-cluster-name" : "${aws:PrincipalTag/eks:eks-cluster-name}" } } } ] }

詳細情報