📋
SaveYourTime
  • SaveYourTime - Coding Notes
  • Front-End
    • Next.js - Set up with TypeScript
  • Backend
    • Install MySQL on Ubuntu
    • Setup Certbot with route53 on Ubuntu 20.04
    • Configure a Nginx HTTPS Reverse Proxy
    • TypeORM - How to seed data with typeorm-seeding 🔥
  • React Native
    • React Native - Facebook Login
    • React Native - Adding a new Swift file and a Bridge header
  • Tools
    • ESLint
    • Prettier
  • Amazon Web Services
    • AWS - Deploy Next.js Application to AWS S3
    • AWS - Deploy Nest.js Server to Elastic Beanstalk
    • AWS - Setup AWS CloudFront
    • AWS - Configure HTTPS for CloudFront with GoDaddy Domain
    • AWS - Configure HTTPS for Elastic Beanstalk Environments with GoDaddy Domain
    • AWS - Fix Next.js static site hosted on S3 CloudFront routing fails on page reload
    • AWS - Running Puppeteer on AWS EC2
    • AWS - Running Metabase on AWS Elastic Beanstalk
  • GitHub Actions
    • Github - Deploying a React Next.js App to AWS S3 with Github Actions
    • Github - Deploying a Nest.js App to AWS Elastic Beanstalk (Docker Platform) with Github Actions
    • Github - Deploying a Nest.js App to AWS Elastic Beanstalk (Node.js Platform) with Github Actions
  • Others
    • Using Fastlane to automate beta deployments and releases for your iOS and Android apps
    • NodeBB
Powered by GitBook
On this page
  • CloudFront
  • GoDaddy

Was this helpful?

  1. Amazon Web Services

AWS - Configure HTTPS for CloudFront with GoDaddy Domain

PreviousAWS - Setup AWS CloudFrontNextAWS - Configure HTTPS for Elastic Beanstalk Environments with GoDaddy Domain

Last updated 4 years ago

Was this helpful?

CloudFront

GoDaddy

新增 CNAME

主機:輸入 subdomain 的值。(例如:app.example.com,則填入 app) 指向:輸入 CloudFront 的 Domain。(例如:xxxxxx.cloudfront.net)

由於,GoDaddy 不支援 ANAME/ALIAS records,所以這邊我們使用 Redirect 來轉址到 www.expample.com 以連線到我們的 CloudFront 伺服器。

Add a custom domain managed by GoDaddy - AWS Amplify HostingAWS Amplify Hosting
Logo
Creating a static website using GoDaddy, AWS S3, and AWS CloudFrontMedium
Add a custom domain managed by a third-party DNS provider - AWS Amplify HostingAWS Amplify Hosting
Logo
Logo