alexdebrie / serverless-multi-region

A multi-region Serverless project using regional endpoints & DynamoDB global tables
20 stars 7 forks source link

Issue when trying to update record sets #5

Open alexandruluca opened 3 years ago

alexandruluca commented 3 years ago

Hello,

I am getting following error when trying to update the record sets

An error occurred (InvalidChangeBatch) when calling the ChangeResourceRecordSets operation: [RRSet of type CNAME with DNS name keyvalue.alexandruluca.me.uk. is not permitted as it creates a CNAME or alias loop in the zone., RRSet of type CNAME with DNS name keyvalue.alexandruluca.me.uk. is not permitted as it creates a CNAME or alias loop in the zone.]`

USDOMAIN AND EUROPEDOMAIN are the same and set to keyvalue.alexandruluca.me.uk subdomain is also keyvalue.alexandruluca.me.uk, shouldn't they be different?

I followed the README step by step

Any ideea how to fix this?

ashishtilara commented 2 years ago

I had the same issue, is there a fix for this?