1 Answer
- Newest
- Most votes
- Most comments
0
Hi, @algert.
Have you checked the following articles?
This article explains that the same error message occurs when the ResourceRecord has unmatched values in the delete action.
An error occurred (InvalidChangeBatch) when calling the ChangeResourceRecordSets operation: Tried to delete resource record set [name='a.domain.com.', type='A'] but the rdata provided is invalid.
You're performing the DELETE action for a resource record set, but the value for ResourceRecord doesn't match the value in the existing resource record set.
Check and update the ResourceRecord value in your configuration file. Then, try to delete the resource record set again.
Relevant content
- Accepted Answerasked 2 years ago
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 4 days ago
- How do I troubleshoot the errors I get when I use AWS CloudFormation to create Route 53 record sets?AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a year ago
Hello iwasa, yes I have already checked. The data is valid since when I am running the same step function again after sometime with the same input, it will work.
My use case is not very complex. I create a record (A record) and I try to delete it with a step function. Sometimes it does not work, but re-running the step function after some time (same input) will delete the record.