capitalone / Particle-Cloud-Framework

https://capitalone.github.io/Particle-Cloud-Framework/docs/build/html/index.html
Apache License 2.0
36 stars 28 forks source link

Updating a R53_record to a different type fails #113

Open eloucks opened 5 years ago

eloucks commented 5 years ago

Expected behavior would be type of record is changed. In practice, it errors out, because upserts are not allowed to change the record type. We would need to implement a delete and re-build to the record to support this.

botocore.errorfactory.InvalidChangeBatch: An error occurred (InvalidChangeBatch) when calling the ChangeResourceRecordSets operation: 
[RRSet of type CNAME with DNS name generic.subdomain.com. is not permitted as it conflicts with other records with the same DNS name in zone subdomain.com.]