Difference between revisions of "Aws iam attach-role-policy"
Jump to navigation
Jump to search
(Created page with "{{lowercase}} == See also == * {{aws iam}} Category:AWS") |
|||
(23 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | * <code>[[aws iam]] attach-role-[[policy]]</code> | ||
+ | [[aws iam]] attach-role-policy --role-name YOUR_ROLE_NAME [[--policy-arn]] '[[arn:aws:iam::aws:policy/]][[AmazonS3FullAccess]]' | ||
+ | (no output) | ||
+ | |||
+ | aws iam attach-role-policy --role-name [[eksctl]]-YOUR_CLUSTER-NAME-nodegroup-standar-[[NodeInstanceRole]]-KOHNsadE2Zx --policy-arn 'arn:aws:iam::aws:policy/[[AmazonS3FullAccess]]' | ||
+ | (no output) | ||
+ | |||
+ | An error occurred ([[NoSuchEntity]]) when calling the AttachRolePolicy operation: Policy arn:aws:iam::123421434:policy/your-backup-policy does not exist or is not attachable. | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[aws iam list-roles]]</code> | ||
+ | * <code>[[aws iam create-policy]]</code> | ||
+ | * <code>[[aws iam add-role-to-instance-profile]]</code> | ||
+ | * [[Managed IAM policies]] | ||
== See also == | == See also == | ||
− | * {{aws iam}} | + | * {{aws iam role}} |
+ | * {{aws iam policies}} | ||
+ | * {{AWS managed policies}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 15:28, 21 November 2023
aws iam attach-role-policy --role-name YOUR_ROLE_NAME --policy-arn 'arn:aws:iam::aws:policy/AmazonS3FullAccess' (no output)
aws iam attach-role-policy --role-name eksctl-YOUR_CLUSTER-NAME-nodegroup-standar-NodeInstanceRole-KOHNsadE2Zx --policy-arn 'arn:aws:iam::aws:policy/AmazonS3FullAccess' (no output)
An error occurred (NoSuchEntity) when calling the AttachRolePolicy operation: Policy arn:aws:iam::123421434:policy/your-backup-policy does not exist or is not attachable.
Related[edit]
See also[edit]
- 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
aws iam [ list-policies | list-attached-user-policies | list-group-policies | list-role-policies | put-group-policy | put-role-policy | put-user-policy | create-policy | attach-role-policy ]
- AWS managed policies:
ReadOnlyAccess, ViewOnlyAccess, AdministratorAccess, SecurityAudit, ViewBilling, AmazonEKSClusterPolicy
, List of AWS policies
Advertising: