AWSで月々の運用コストを抑えてサイト運営をしたい場合Lightsailを選ぶと良いかもしれない。  Lightsailには独自のDNS Zoon設定,Distribution設定、SSL/TLS certificates発行機能を備えている。


  1. SSL/TLS certificatesはDistribution設定で発行する。 CNAMEレコードを通じてドメインと証明書を紐づける。Route53でドメイン登録している場合そこで紐付け。
  2. Distribution設定を作成すると、cloudfront.netで終わるドメインが作成される。 これとドメイン名をDNS Zoon設定のDNSレコードで紐づける。

Default domain The default domain for this distribution is: dpxxxxxxxxxxx.cloudfront.net The default domain does not change. It has a TLS certificate associated to it by default, and can accept HTTPS connections. 参考リンク1 参考リンク2 参考リンク3