Difference between revisions of "--role-arn"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<code>--role-arn</code> is the [[Amazon Resource Name]] (ARN) of the [[IAM role]] that provides permissions for the Kubernetes control plane to make calls to Amazon Web Services API operations on your behalf
+
<code>--role-arn</code> is the [[Amazon Resource Name]] (ARN) of the [[AWS IAM role|IAM role]] that provides permissions for the Kubernetes [[control plane]] to make calls to [[Amazon Web Services API]] operations on your behalf
  
 +
 +
  [[aws eks create-cluster]] --name prod [[--role-arn]] arn:aws:iam::012345678910:role/eks-service-role-AWSServiceRoleForAmazonEKS-J7ONKE3BQ4PI [[--resources-vpc-config subnetIds]]=subnet-6782e71e,subnet-e7e761ac,securityGroupIds=sg-6979fe18
 +
 +
[[aws eks update-kubeconfig --name YOUR-EKS-CLUSTER-NAME --region aws-region --role-arn]]
 +
 +
== Related ==
 +
* [[Amazon EKS cluster role]]
 +
* <code>[[aws eks update-kubeconfig]]</code>
 +
* <code>[[aws sts assume-role --role-arn]] your_role</code>
 +
* <code>[[aws sts get-caller-identity]]</code>
  
 
== See also ==
 
== See also ==
 +
* [[AWS role]]
 +
* {{aws sts}}
 
* {{aws eks}}
 
* {{aws eks}}
  
 
[[Category:EKS]]
 
[[Category:EKS]]

Latest revision as of 14:16, 2 September 2022

Advertising: