AWS Route53: Get Time to Create a DNS Record Set

I am using the Python SDK to remove DNS record sets in Route53 . Due to Route53 API access rights, deletion sometimes occurs and an outdated set of DNS records is created.

When the DNS record set approaches the limit of 10,000, I want to delete the records created last year because they are no longer needed. But I cannot find the record creation time either using the AWS CLI , or using the Python SDK ( Boto3 ). Is there a way to get the time to create a DNS record in Route53 using the CLI or SDK ?

+7
amazon-web-services amazon-route53 boto3 aws-cli
source share

No one has answered this question yet.

See related questions:

nine
Throttling S3 teams with aws cli
5
How to create route53 recordset using aws sdk for ruby?
2
How to remove / add resource record value in route53
2
aws route53 - get DNS Record of private IP address
one
Error updating protocol record set53 using boto3
one
Creating Route53 Recordsets Through a Shell Script
one
How to remove a route53 Record without knowing the destination IP address in AWS lambda?
one
AWS Route53 CLI list-resource-records-sets values ​​by value
0
I can not send www.example.com to example.com in aws route53
0
Gateway API custom domain ERR_NAME_NOT_RESOLVED

All Articles