惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 三生石上(FineUI控件)
雷峰网
雷峰网
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
博客园 - 叶小钗
The Cloudflare Blog
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
月光博客
月光博客
小众软件
小众软件
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
宝玉的分享
宝玉的分享

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Deploy Static Sites in Minutes Using AWS CloudFormation
Diego Sevill · 2026-05-04 · via DEV Community
Cover image for Deploy Static Sites in Minutes Using AWS CloudFormation

Diego Sevilla

As a frontend developer, you’ve probably faced the need to deploy a web application — whether for a professional assignment, a client demo, or a personal project. Today, there’s no shortage of hosting options. Many platforms provide their own infrastructure or rely on major cloud providers like Amazon Web Services, Google Cloud, or Microsoft Azure behind the scenes.

What often goes unnoticed is that these deployments are powered by automated systems built on infrastructure as code, ensuring consistency and reliability. In this post, I’ll briefly introduce you to an Infrastructure as Code approach using a modernized AWS CloudFormation template that allows you to host static frontend applications in just a few minutes.


Table of Contents

📌Who this solution is for
📌Prerequisites
📌Purpose of this solution

📍Modernization Summary

📌What this project deploys?
📌Conclusions


In case you're in a hurry, you can jumpt right into the source code here amazon-cloudfront-secure-static-site-modernized


Who this solution is for?

This solution is useful if you want:

  • a secure static website on AWS
  • a CloudFormation-based starting point instead of clicking through the console
  • a template that reflects recent CloudFront/S3 practices
  • a good learning reference for CloudFront, S3, ACM, Route 53, and infrastructure design decisions

Note: this solution is framework agnostic, meaning you can build your React, Svelte, Angular and/or Vue application(s) as a static site and upload the artifacts/assets to the corresponding S3 Bucket.

Prerequisites

  1. You need a registered domain name, such as customdomain.com, and point it to a Route 53 hosted zone in the same AWS account in which you deploy this solution. See Configuring Amazon Route 53 as your DNS service to learn more
  2. You need the AWS CLI installed on your machine. Check AWS CLI Docs to learn more.

Purpose of this solution

The original upstream project is useful, but the older v0.5 release implementation used patterns that are now outdated for a fresh deployment, including:

  • Origin Access Identity (OAI) instead of Origin Access Control (OAC)
  • Node.js 12 for the copy helper Lambda and Lambda layer
  • a Lambda@Edge function for response security headers broader IAM access for the asset-copy function
  • This solution modernizes that approach by adopting the direction later visible in the upstream v0.12 pre-release and then adding some extra improvements for real-world use.

Modernization Summary

Compared with the older version of the AWS sample, this solution makes the following major changes:

  • Replacing OAI with Origin Access Control (OAC) for secure S3 access replaces Node.js 12 with Node.js 20 for the copy helper function
  • Removes the Lambda@Edge response-header function in favor of CloudFront Response Headers Policy
  • Applying least-privilege IAM for S3 operations
  • Keeping the S3 origin private behind CloudFront
  • Adding improved logging, encryption, and ownership controls
  • Supporting optional apex domains (example.com + www)
  • Defining custom Cache Policy and Origin Request Policy
  • Enabling SPA-friendly error handling (403/404 → 200)
  • adds explicit resource naming parameters

What this project deploys?

Visit Repo Here

  • An S3 bucket for static website assets
  • An S3 bucket for access logs
  • An ACM certificate for the domain
  • A CloudFront distribution in front of the S3 origin
  • Route 53 alias records for the subdomain and, optionally, the apex domain
  • A custom resource that uploads the sample/static assets to the origin bucket
  • CloudFront security headers, cache policy, and origin request policy

Follow the deployment steps in Deployment Detail

Diagram of Deployed Resources in your AWS Account

Secure Static Site Diagram

Troubleshotting

  • Following the deployment steps should be strightforward, nevertheless in case of any issues, you can always go inspect Cloud Formation Dashboard and double check the logs associated to the stack and nested stacks created.
  • Cloud Formation templates may have syntax upgrades from time to time, thus bear that in mind in case of unexpected issues.

Note: If you’re concerned about costs, this setup is generally very affordable. The main upfront expense is your domain name, which typically costs around $12–15 per year and can be reused across projects. Beyond that, services like Amazon CloudFront, storage, and DNS operate on a pay-as-you-go basis. For low-traffic static sites, these costs are usually minimal. — often just a few cents to a couple of dollars per month —


Conclusions

  1. Leveraging Cloud Formation as your infrastructure as code solution can save you hours of setup with the AWS console.
  2. The Apex Domain option is useful to reuse your customdomain to host new static sites.

I hope this article is useful to you!

Checkout these interesting resources about the management of the AWS cli and yml templates:

AWS CLI DEPLOY | AWS Cloudfront Dist Config | AWS CLI - Settings

Happy Coding! 🤓💻