Difference between revisions of "Aws iam add-role-to-instance-profile"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/add-role-to-instance-profile.html | * https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/add-role-to-instance-profile.html | ||
+ | |||
+ | The caller of this operation must be granted the <code>[[PassRole]]</code> permission on the IAM role by a [[permissions policy]]. | ||
+ | |||
+ | |||
[[aws iam]] add-role-to-instance-profile | [[aws iam]] add-role-to-instance-profile | ||
− | --instance-profile-name | + | --instance-profile-name [[Your-instance-profile-name]] |
− | --role-name | + | [[--role-name]] arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy |
+ | |||
[[aws iam create-instance-profile]] | [[aws iam create-instance-profile]] | ||
Line 16: | Line 21: | ||
* [[Policies]]: <code>[[arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy]]</code> | * [[Policies]]: <code>[[arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy]]</code> | ||
+ | An error occurred ([[ValidationError]]) when calling the [[AddRoleToInstanceProfile]] operation: The specified value for roleName is invalid. It must contain only alphanumeric characters and/or the following: +=,.@_- | ||
+ | |||
+ | == Related == | ||
+ | * [[IAM roles for EC2 instances]] | ||
== See also == | == See also == |
Latest revision as of 14:19, 31 August 2023
The caller of this operation must be granted the PassRole
permission on the IAM role by a permissions policy.
aws iam add-role-to-instance-profile --instance-profile-name Your-instance-profile-name --role-name arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy
aws iam create-instance-profile aws ec2 describe-iam-instance-profile-associations
ecsInstanceRole
aws ec2-instance-connect send-ssh-public-key aws iam list-instance-profiles
An error occurred (ValidationError) when calling the AddRoleToInstanceProfile operation: The specified value for roleName is invalid. It must contain only alphanumeric characters and/or the following: +=,.@_-
Related[edit]
See also[edit]
aws iam list-instance-profiles | add-role-to-instance-profile
- 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: