Skip to content

Disabling records within Route53

0

Is there a way to disable a record within a route 53 instead of deleting the record? An example would be that a user is sending a lot of requests that are flowing through route 53, but instead of just completely deleting their record and stopping any flow of data permanently, disable their record so that their flow is paused and investigation is done to confirm if deletion should happen.

AWS
asked 4 years ago2.6K views
2 Answers
1

Hello,

There is currently no such feature to temporarily disable a DNS record in Route53. Deleting a record is the only way you can stop a route. However, I will forward this as a feature request for the service. Unfortunately this will be on best effort basis, and we will not be able to provide any ETA for this. You can keep a tab on our What's new page to be aware of new features being incorporated in AWS - https://aws.amazon.com/about-aws/whats-new/2022/

Thanks.

AWS
SUPPORT ENGINEER
answered 4 years ago
  • Thank you ruhisarAtAWS for forwarding the feature request.

    AWS-User-4066528 , Thank you for using re:Post. Let us know if this answers your question. If so, please remember to click on the "Accept" button to let the community know that your question is resolved. This helps everyone. Thank you in advance.

0

For most purposes you might prepend the record name with _delete_ or _disable_ which will effectively prevent successful queries.

for example www becomes _disable_www

Beware this might not work as intended with all types of records - like PTR records. Should work fine for A, CNAME, NS, MX etc.

answered 4 years 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.