
create-group
************


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

Creates a new group.

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


SYNOPSIS
========

   aws iam create-group
     --group-name <value>
     [--path <value>]


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

"--group-name"  (string)
   Name of the group to create. Do not include the path in this value.


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

"--path"  (string)
   The path to the group. 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 (/).
