What problem does it solve? Configuring Amazon CloudFront correctly involves many interlocking decisions — choosing origins, locking them down, managing ACM certificates in us-east-1, restricting viewer access, and setting up logging — and mistakes like unlocked origins or wrong-Region certificates silently break security or availability. This Skill routes each CloudFront task to a vetted procedure with constraints, decision tables, and troubleshooting guidance. ## Core Features & Use Cases - Distribution setup and pricing: Decide when CloudFront is the right layer, create distributions with the correct origin type, tune cache behaviors and policies, and choose between pay-as-you-go and Flat Rate Pricing. - Certificates and multi-tenant SaaS: Manage ACM certificates in us-east-1, handle live-traffic migrations with HTTP validation, and run many customer domains through multi-tenant distributions with per-tenant certificates. - Origin and content security: Lock origins with OAC, VPC origins, or origin mTLS, and gate viewers with signed URLs/cookies, geographic restrictions, viewer mTLS, or edge token validation. - Use Case: A SaaS provider needs to serve 50 customer domains through one shared CloudFront configuration. The Skill walks through creating a multi-tenant distribution, per-tenant certificates, tenant activation, and testing against the connection group before DNS cutover. ## Quick Start Ask the agent to create a CloudFront distribution in front of your private S3 bucket with origin access control, HTTPS enforcement, and standard logging enabled.