
update-assume-role-policy
*************************


DESCRIPTION
===========

Updates the policy that grants an entity permission to assume a role.
Currently, only an Amazon EC2 instance can assume a role. For more
information about roles, go to Working with Roles .


SYNOPSIS
========

   aws iam update-assume-role-policy
     --role-name <value>
     --policy-document <value>


REQUIRED PARAMETERS
===================

"--role-name"  (string)
   Name of the role to update.

"--policy-document"  (string)
   The policy that grants an entity permission to assume the role.


OPTIONAL PARAMETERS
===================

None
