LoginSignup
0
0

More than 3 years have passed since last update.

AWS APIGatewayに、保有しているドメインを割り当てる方法

Last updated at Posted at 2020-02-08

APIGatewayをデプロイしただけだと、めっちゃ長い文字の羅列になっているので、
ドメインを割り当てることにしてみました。

手順

①ACM証明書(SSL証明書)の発行リクエスト《Certificate Manager》

▼私の設定メモ
パブリック証明書のリクエスト
ドメイン:XXX
DNS検証 ※メール検証だと有効期限があり更新忘れの可能性あり。

②ACM証明書のリクエストの承認(DNS)《Route 53》

DNSレコードを作成し、検証

③APIgatewayカスタムドメインの設定《APIGateway》

▼私の設定メモ
REST
ドメイン:XXX
リージョン
TLS1.0
ベースパスマッピング(API名:ステージ)

④DNSレコードに"③"のレコードを追加《Route 53》

参考

https://dev.classmethod.jp/cloud/api-gateway-custom-domain-ssl/

以上です。

0
0
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
0