Difference between revisions of "Aws iam attach-role-policy"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
== Related ==
 
== Related ==
 
* <code>[[aws iam list-roles]]</code>
 
* <code>[[aws iam list-roles]]</code>
* <code>[[aws iam create-role-policy]]</code>
+
* <code>[[aws iam create-policy]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 06:25, 12 July 2022

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

See also

Advertising: