Answers for "attach iam role to ec2 instance cli"

1

attach iam role to ec2 instance cli

$aws ec2 associate-iam-instance-profile --instance-id YourInstanceId --iam-instance-profile Name=YourNewRole-Instance-Profile
Posted by: Guest on April-06-2021
0

aws cli ec2 how to change IAM role

$aws ec2 replace-iam-instance-profile-association --association-id YourCurrentAssociation-id --iam-instance-profile Name=YourReplacementRole-Instance-Profile
Posted by: Guest on December-11-2020

Code answers related to "attach iam role to ec2 instance cli"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language