Difference between revisions of "AWS IAM role"
Jump to navigation
Jump to search
↑ https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html
Line 6: | Line 6: | ||
== Errors == | == Errors == | ||
* <code>[[Cannot attach a Service Role Policy to a Customer Role.]]</code> | * <code>[[Cannot attach a Service Role Policy to a Customer Role.]]</code> | ||
+ | |||
+ | == [[AWS STS|STS]] == | ||
+ | * <code>[[aws sts assume-role-with-saml]]</code> | ||
+ | * <code>[[aws sts assume-role]]</code> | ||
+ | |||
== Related == | == Related == | ||
* [[AWS service roles]]: https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html | * [[AWS service roles]]: https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html | ||
* [[AWS Policies]]: [[AWS trust policy]] | * [[AWS Policies]]: [[AWS trust policy]] | ||
− | |||
− | |||
* <code>[[Iam:GetRole]]</code> | * <code>[[Iam:GetRole]]</code> | ||
* <code>[[rds-monitoring-role]]</code> | * <code>[[rds-monitoring-role]]</code> |
Revision as of 11:33, 18 August 2023
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html
Contents
Commands
aws iam list-roles
aws iam create-role
aws iam put-role-policy
aws iam get-role
aws iam create-service-linked-role
aws iam update-role
Errors
STS
Related
- AWS service roles: https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html
- AWS Policies: AWS trust policy
Iam:GetRole
rds-monitoring-role
- AWS IAM federation
- Switch role to acounts:
OrganizationAccountAccessRole
KarpenterNode
- IAM Roles for Service Accounts (IRSA)
- AWS policy:
AdministratorAccess
- GCP roles
- IAM roles for EC2 instances
- ecsInstanceRole
- eks.amazonaws.com/role-arn: arn:aws:iam::012345678912:role/AmazonEKS_EBS_CSI_DriverRole
Inherited from node
aws_ecs_service
- Using service-linked roles for Amazon ECS
Activities
- Create a role for SAML federation https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-idp_saml.html
- Read https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_compare-resource-policies.html
- Read Creating a role to delegate permissions to an IAM user: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user.html
- Understand the difference between service role and service-linked role [1]
See also
- AWS IAM role, AWS service roles, AWS IAM Roles Anywhere: [
list-roles | get-role | create-role | put-role-policy | create-service-linked-role | attach-role-policy | update-role | add-role-to-instance-profile ], aws ec2 describe-iam-instance-profile-associations ]
, IAM roles for EC2 instances,AWSServiceRoleForAutoScaling
Advertising: