Reputation: 91
I have
I successfully have www.domain.com
pointing to my abc123.cloudfront.net
website. I also have api.domain.com
successfully pointing towards my heroku
app. I used ACM to generate a certificate for www.domain.com
and Heroku handles its own SSL stuff as well.
That's pretty good, but just to be anal, I want domain.com
to also point to my CF address. However it does not. This is how I set up my CF and DNS and wonder if anyone has any ideas. I've gone through about 20 SO questions and articles with no luck. Also Name.com
URL forward does not seem to work.
Upvotes: 2
Views: 1669
Reputation: 238827
Based on the comments.
Currently, only www.domain.com
record is used to direct connections to CloudFront (CF) distro. To direct domain.com
, a new record should be created which also points to the CF distro in Name.com
DNS.
In addition to these, CNAME in CF as well as SSL certificate should also include domain.com
.
Upvotes: 1