Difference between revisions of "Action: sts:AssumeRole (aws iam role)"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
+ | * [[How can I pass secrets or sensitive information securely to containers in an Amazon ECS task?]] | ||
{{ecs-tasks.amazonaws.com}} | {{ecs-tasks.amazonaws.com}} |
Revision as of 13:45, 12 May 2023
{ "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "Service": "ecs-tasks.amazonaws.com" }, "Action": "sts:AssumeRole" } ] }
Related
aws sts assume-role
aws iam add-role-to-instance-profile
- Amazon Cloudformation EKS cluster role
An error occurred (ValidationError) when calling the AssumeRole operation:
aws sts get-caller-identity
sts:
aws ssm put-parameter
aws iam list-instance-profiles
- Terraform resource:
aws_iam_role
See also
Advertising: