Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRoute53 pool with health check that doesn't match the cname #504
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm trying to do something that might be a little different than the general usecase, hope you might be able to help me.
I've created the following setup manually in route53 UI, and now trying to write it down to my octodns config:
In my
example.comzone, 2 CNAME records for the same nametest.example.comwithWeightedrouting policy, each with its own matching health check. However, the health checks and the CNAME targets have different domainstest-primary.mydomain.comtarget, with weight 3, attached to health check that monitorstest-health-primary.mydomain.comtest-secondary.mydomain.comtarget, with weight 7, attached to health check that monitorstest-health-secondary.mydomain.comI'm not sure how to do that, as each record in the yaml requires
typeandvaluethat have to be defined before the weighted routes and I couldn't find out how to create said healthchecks at all.Can someone please help me with this?