# Create Group

> Create Group activity that creates a new IAM group for the current AWS account.

`UiPath.AmazonWebServices.Activities.CreateGroup`

## Description

Creates a new IAM group for the current AWS account.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Input

* **Name** (String) - The name of the IAM group to create. The name must be unique within the AWS account.
* **Path** (String) - The path to the IAM group. If not set, it defaults to a slash (`/`).

### Output

* **Group** (AWSIAMGroup) - The details about the newly created IAM group.
