---
title: "POST /#X-Amz-Target=AmazonDAXV3.CreateSubnetGroup"
method: POST
path: "/#X-Amz-Target=AmazonDAXV3.CreateSubnetGroup"
---

# POST /#X-Amz-Target=AmazonDAXV3.CreateSubnetGroup

`POST /#X-Amz-Target=AmazonDAXV3.CreateSubnetGroup`

Creates a new subnet group.

## Headers

- `X-Amz-Target` 'AmazonDAXV3.CreateSubnetGroup', required

## Request body

- CreateSubnetGroupRequest
  - `SubnetGroupName` string, required — A name for the subnet group. This value is stored as a lowercase string.
  - `Description` string — A description for the subnet group
  - `SubnetIds` String[], required — A list of VPC subnet IDs for the subnet group.

## Response `200`

Success

- CreateSubnetGroupResponse
  - `SubnetGroup` object — Represents the output of a <i>CreateSubnetGroup</i> operation.
    - `SubnetGroupName` string — The name of the subnet group.
    - `Description` string — The description of the subnet group.
    - `VpcId` string — The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
    - `Subnets` Subnet[] — A list of subnets associated with the subnet group.
      - `SubnetIdentifier` string — The system-assigned identifier for the subnet.
      - `SubnetAvailabilityZone` string — The Availability Zone (AZ) for the subnet.

## Other responses

- `480` — SubnetGroupAlreadyExistsFault
- `481` — SubnetGroupQuotaExceededFault
- `482` — SubnetQuotaExceededFault
- `483` — InvalidSubnet
- `484` — ServiceLinkedRoleNotFoundFault

---

[API](https://skmtc.net/aws/apis/dax.md) · [All operations](https://skmtc.net/aws/apis/dax/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/dax/versions/ae11d18c59f6/schema)
