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 ?
amazon-web-services amazon-route53 boto3 aws-cli
helloV
source share