Difference between revisions of "ServiceRoleARN"
Jump to navigation
Jump to search
(Created page with " aws cloudformation describe-stacks --stack-name eksctl-your_cluster | jq -r '.Stacks[].Outputs[] | select(.OutputKey=="ServiceRoleARN") | .OutputValue' | cut -d/...") |
|||
Line 1: | Line 1: | ||
[[aws cloudformation describe-stacks]] --stack-name [[eksctl]]-your_cluster | [[jq -r]] '.Stacks[].Outputs[] | select(.OutputKey=="ServiceRoleARN") | .OutputValue' | cut -d/ -f2 | [[aws cloudformation describe-stacks]] --stack-name [[eksctl]]-your_cluster | [[jq -r]] '.Stacks[].Outputs[] | select(.OutputKey=="ServiceRoleARN") | .OutputValue' | cut -d/ -f2 | ||
+ | |||
+ | == Related == | ||
+ | * [[eksctl create cluster]] | ||
== See also == | == See also == | ||
+ | * {{Roles}} |
Revision as of 07:14, 4 July 2022
aws cloudformation describe-stacks --stack-name eksctl-your_cluster | jq -r '.Stacks[].Outputs[] | select(.OutputKey=="ServiceRoleARN") | .OutputValue' | cut -d/ -f2
Related
See also
Advertising: