AWS Route 53 Alias DNS
I am trying to connect my AWS api gateway to a CF domain using route 53.
I have created an alias record inside my route 53 zone pointing to the gateway.
The record is of type "A", and has a value of: "d-ID.execute-api.ZONE.amazonaws.com.".
When I try and create a DNS record for this in the CF dashboard, I get an error stating that I cannot do it, because the value is not a valid IPV4 adress. What do I do?
I have created an alias record inside my route 53 zone pointing to the gateway.
The record is of type "A", and has a value of: "d-ID.execute-api.ZONE.amazonaws.com.".
When I try and create a DNS record for this in the CF dashboard, I get an error stating that I cannot do it, because the value is not a valid IPV4 adress. What do I do?
