
create-instance-profile
***********************


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

Creates a new instance profile. For information about instance
profiles, go to About Instance Profiles .

For information about the number of instance profiles you can create,
see Limitations on IAM Entities in *Using AWS Identity and Access
Management* .


SYNOPSIS
========

   aws iam create-instance-profile
     --instance-profile-name <value>
     [--path <value>]


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

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


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

"--path"  (string)
   The path to the instance profile. For more information about paths,
   see Identifiers for IAM Entities in *Using AWS Identity and Access
   Management* .

   This parameter is optional. If it is not included, it defaults to a
   slash (/).
