0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[Chapter-9]https化によるRoute53の設定

Last updated at Posted at 2021-04-25
タイトル
[Chapter-1]VPCの設定
[Chapter-2]EC2の設定
[Chapter-3]EC2のサーバー環境構築
[Chapter-4]EC2にRailsアプリの配置
[Chapter-5]ロードバランサー(ELB)の作成
[Chapter-6]ACM(AWS Certificate Manager)でSSL証明書を取得
[Chapter-7]Route53の設定
[Chapter-8]https化に向けたロードバランサーの設定
[Chapter-9]https化によるRoute53の設定
[Chapter-10]https化によるNginxの設定

はじめに

今回はhttps化によるRoute53の設定をしていきたいと思います。
画像なしで説明しますのであしからず。
また今回はアプリを既にEC2に上げている(HTTPで)、ACM(AWS Certificate Manager)でSSL証明書を取得している、ロードバランサーでHTTPSのアクセス許可をしている前提とします。
まだ設定されていないという方は以前のチャプターをご覧ください。

Route53で作成したホストゾーンのレコードからタイプAの編集

※ちなみにレコードタイプAとは「Address」頭文字。ドメインに対するIPv4アドレスを登録している。

サービス検索欄から「Route53」と入力し検索します。
「ホストゾーン」を選択して作成済みの「ドメイン名」を選択します。

その中の「タイプA」の「www.ドメイン名」のレコードにチェックを入れて「レコードを編集」をクリックします。

以下のように項目を修正します
名前:「www.ドメイン名」
レコードタイプ:「A-IPv4アドレス」
エイリアス : バーをクリックして有効にする
トラフィックのルーティング先 :「Application Load Balancer と Classic Load Balancerへのエイリアス」→「アジアパシフィック(東京)[ap-northeast-1]」→「アプリ名-ELBを選択」

「保存」を選択

参考

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?