Skip to content

Instantly share code, notes, and snippets.

@carlosonunez
Created March 7, 2023 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosonunez/f90896109b59660b8a26b35544c9df31 to your computer and use it in GitHub Desktop.
Save carlosonunez/f90896109b59660b8a26b35544c9df31 to your computer and use it in GitHub Desktop.
Use this JSON to create the AssumeRolePolicy IAM policy used within "Kubernetes: Your First Project".
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": ["sts:AssumeRole"],
"Resource": "*"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment