---
title: "POST /v2/email/dedicated-ip-pools"
method: POST
path: "/v2/email/dedicated-ip-pools"
---

# POST /v2/email/dedicated-ip-pools

`POST /v2/email/dedicated-ip-pools`

Create a new pool of dedicated IP addresses. A pool can include one or more dedicated IP addresses that are associated with your Amazon Web Services account. You can associate a pool with a configuration set. When you send an email that uses that configuration set, the message is sent from one of the addresses in the associated pool.

## Request body

- object
  - `PoolName` string, required — The name of a dedicated IP pool.
  - `Tags` Tag[] — An object that defines the tags (keys and values) that you want to associate with the pool.
    - `Key` string, required — One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.
    - `Value` string, required — The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don't want a resource to have a specific tag value, don't specify a value for this parameter. If you don't specify a value, Amazon SES sets the value to an empty string.
  - `ScalingMode` 'STANDARD' | 'MANAGED' — The type of scaling mode.

## Response `200`

Success

- CreateDedicatedIpPoolResponse — An HTTP 200 response if the request succeeds, or an error message if the request fails.

## Other responses

- `480` — AlreadyExistsException
- `481` — LimitExceededException
- `482` — TooManyRequestsException
- `483` — BadRequestException
- `484` — ConcurrentModificationException

---

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