I use Python SDK to delete DNS record sets in Route53. Due to Route53 API throttling, the deletion fails sometimes and the stale DNS record set is building up.
As the DNS record set approaches the 10,000 limit, I want to delete the record sets that were created last year because they are not needed any longer. But I am unable to find the record creation time either using AWS CLI or using Python SDK (Boto3). Is there a way to get the DNS record creation time in Route53 using CLI or SDK?