Query Route53 for a zone's limit on records

0

The default limit for the number of records in a hosted zone is 10,000. I can open a support ticket to request an increase on a specific zone in increments of 10k, and there are costs associated with that. My business has done this a number of times in the past, over a few zones.

Other than looking back at support cases, is there any way to find the current limit for a given hosted zone? The Service Quotas page shows "Not Available" under "Applied Quota Value," presumably because each zone is actually set individually.

asked a year ago479 views
1 Answer
2
Accepted Answer

Hi! you can find some details here https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetHostedZoneLimit.html

Its a detailed explanation for your query, you can use GetHostedZoneLimit – api to know about your quota limits.

for pricing, use this 1. https://aws.amazon.com/route53/pricing/

hope this help,

profile picture
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions