Profile

こうブログ

Notes to Self


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

2024年1月1日 Portfolio
Tags: aws cloudformation cdn s3 cloudfront ses lambda ip-restriction

概要

S3 + CloudFront + SES + Lambda。

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


用途

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

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


AWSアーキテクチャ

AWSアーキテクチャ


AWS CloudFormation

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