1
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?

More than 3 years have passed since last update.

Cloudfrontの 署名付きCookie 署名付きURL とは?

Posted at

勉強前イメージ

署名付き・・・って?
SSL的な話?

調査

基本的にはどちらも同じ機能で、コンテンツにアクセスできる ユーザを制御 します

署名付きCookie のユースケース

  • 複数の制限されたファイル(HLS形式の動画やウェブサイトの購読者の領域にあるすべてのファイルなど)へのアクセスを提供する場合
  • 現在のURLを変更したくない場合

署名付きURL のユースケース

  • 個別のファイル (アプリケーションのインストールダウンロード) へのアクセスを制限する場合
  • ユーザーがCookieをサポートしていないクライアント(カスタムHTTPクライアント等)を使用している場合

そもそもcloudfrontとは?

AWSのCDN(負荷分散をするためのコンテンツを配信するためだけのネットワーク)のサービスです。
詳細は こちら をご確認ください

cloudfrontでの設定箇所

こちら日本語翻訳かけてます

AWSCloudFront管理コンソール - Google Chrome 2021-03-01 22.png

勉強後イメージ

確かにURLを変えたくない時とかは、署名付きCookieを使えばいいのねー

参考

1
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
1
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?