Skip to content

CDN 構成アーキテクチャ No.4

概要

S3 + CloudFront構成の構成。

IPアドレスで許可設定を行い、特定のIPアドレスのみ閲覧できるようにしている。

用途

SSG(Static Site Generation)などの静的コンテンツ配置。

簡易なIPアドレス制限を行いたい場合。

AWSアーキテクチャ

# {{ $frontmatter.title }}

AWS CloudFormation

https://github.com/m-kotaro/aws-cloudformation-cdn-004