
remove-role-from-instance-profile
*********************************


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

Removes the specified role from the specified instance profile.

Warning: Make sure you do not have any Amazon EC2 instances running with the
  role you are about to remove from the instance profile. Removing a
  role from an instance profile that is associated with a running
  instance will break any applications running on the instance.

For more information about roles, go to Working with Roles . For more
information about instance profiles, go to >>`About Instance Profiles
< http://docs.amazonwebservices.com/IAM/latest/UserGuide/AboutInstance
Profiles.htm l>`_<< .


SYNOPSIS
========

   aws iam remove-role-from-instance-profile
     --role-name <value>
     --instance-profile-name <value>


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

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

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


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

None
