Back to Amazon IAM Integrations
Handler · Version 1

AWS IAM Create Instance Profile Amazon IAM

Download GitHub

About

This handler uses the AWS REST API to create a new instance profile. An instance profile is a container for an AWS IAM (Identify and Access Management) role that you can use to pass role information to an EC2 instance when the instance starts.

Parameters
Name Description Sample
Instance Profile Name The name of the instance profile to create. No spaces allowed, alphanumeric characters and any of these '+=,.@_-' only. Dev_Instance_Profile_One
Path The path to the instance profile (for more information see AWS IAM documentation on IAM Identifiers. If left blank it defaults to a slash (/). /path
Results
Name Description
Instance Profile Name Name of instance profile.
Instance Profile ID ID of instance profile.
Instance Profile ARN ARN of instance profile.
Instance Profile Path Path of instance profile.
Instance Profile Roles Roles of instance profile.
Instance Profile Create Date Create date of instance profile.
Changelog

AWS IAM Create Instance Profile V1 (2017-08-31)

  • 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