---
title: "POST /readinesschecks"
method: POST
path: "/readinesschecks"
---

# POST /readinesschecks

`POST /readinesschecks`

Creates a readiness check in an account. A readiness check monitors a resource set in your application, such as a set of Amazon Aurora instances, that Application Recovery Controller is auditing recovery readiness for. The audits run once every minute on every resource that's associated with a readiness check.

## Request body

- object
  - `readinessCheckName` string, required — The name of the readiness check to create.
  - `resourceSetName` string, required — The name of the resource set to check.
  - `tags` object — A collection of tags associated with a resource.

## Response `200`

Success

- CreateReadinessCheckResponse
  - `ReadinessCheckArn` string — The Amazon Resource Name (ARN) associated with a readiness check.
  - `ReadinessCheckName` string — Name of a readiness check.
  - `ResourceSet` string — Name of the resource set to be checked.
  - `Tags` object — A collection of tags associated with a resource.

## Other responses

- `480` — ThrottlingException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — ConflictException
- `484` — AccessDeniedException

---

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