Back to Amazon IAM Integrations
Handler · Version 1

AWS IAM Remove Role from Instance Profile Amazon IAM

Download GitHub

About

This handler uses the AWS REST API to remove a specified role from a specified instance profile. 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 see the AWS Amazon Virtual Private Cloud User Guide online.

Parameters
Name Description Sample
Instance Profile Name The name of the role to update. No spaces allowed, alphanumeric characters and any of these '+=,.@_-' only. Must match an existing value in AWS. DevProfileName
Role Name The role you wish to remove. No spaces allowed, alphanumeric characters and any of these '+=,.@_-' only. Must match an existing value in AWS. DevTestRole
Changelog

AWS IAM Remove Role from Instance Profile V1 (2017-09-05)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top