Answers for "aws cli to create iam role"

0

update IAM role policy from aws cli

aws iam update-assume-role-policy
--role-name <value>
--policy-document <value>
[--cli-input-json <value>]
[--generate-cli-skeleton <value>]
Posted by: Guest on August-05-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 "Shell/Bash"

Browse Popular Code Answers by Language