2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CloudFront Continuous Deployment を試した

Last updated at Posted at 2024-11-05

CDN の設定変更

  • CDN は変更に時間がかかったりすることがある
    • なので,staging distribution という別の設定を追加して,その動作を確認してから反映させられたりするので便利という機能がある

見た感じ

  • continuous deployment を作成すると
    • 2つのdistribution ができる
      • primary distribution / staging distribution
        • type だと production になってそうなので,用語を統一して欲しい
  • 反映するには,promote すればよい
    • distribution を切り替えるのかと思ったけど,既存の primary 側に設定を反映してそうだった

ステージング状態だと

  • staging に向ける方法が2種類ある
    • 荷重
    • header
  • header を使った方が良さそうに感じてはいる
    • cache したりして,header が付かないミスに注意する

ハマったところ

  • 何故か primary distribution と link してくれない状態でstaging distribution が作成されてしまって,delete するしかない状態になった
    • よくわからない……
  • staging 環境の staging distribution とかで,会話でよくわからない状態になったりする.
    • しょうがなさそう

気になるところ

  • どっちの distribution を使っているかどうか確認する術ってあるんだろうか
    • 特に荷重だと,どっちに割り振られてるか知りたくない?

Refs

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?