# convenient

Published articles for convenient.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Setting Up AWS S3 Buckets + CloudFront CDN for your Assets

DevFeed: [Setting Up AWS S3 Buckets + CloudFront CDN for your Assets](<https://devfeed.tech/articles/setting-up-aws-s3-buckets-cloudfront-cdn-for-your-assets-31312.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/using-aws-s3-buckets-cloudfront-distribution-with-craft-cms>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2020-01-23T23:01:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [assets](<https://devfeed.tech/tags/assets.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-s3](<https://devfeed.tech/tags/aws-s3.md>), [cdn](<https://devfeed.tech/tags/cdn.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-storage](<https://devfeed.tech/tags/cloud-storage.md>), [cloudfront](<https://devfeed.tech/tags/cloudfront.md>), [cms](<https://devfeed.tech/tags/cms.md>), [convenient](<https://devfeed.tech/tags/convenient.md>), [distribution](<https://devfeed.tech/tags/distribution.md>), [here-s](<https://devfeed.tech/tags/here-s.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [inexpensive](<https://devfeed.tech/tags/inexpensive.md>), [insights](<https://devfeed.tech/tags/insights.md>), [latency](<https://devfeed.tech/tags/latency.md>), [like](<https://devfeed.tech/tags/like.md>), [right](<https://devfeed.tech/tags/right.md>), [s3](<https://devfeed.tech/tags/s3.md>), [storage](<https://devfeed.tech/tags/storage.md>), [store](<https://devfeed.tech/tags/store.md>), [using](<https://devfeed.tech/tags/using.md>)

### AI overview

A tutorial on storing website and CMS assets in Amazon S3 and serving them through CloudFront. It explains the benefits of cloud storage, recommends using CloudFront rather than serving files directly from S3 buckets, and describes how cached assets are delivered from nearby edge locations.

### Source excerpt

Using a cloud storage system like AWS S3 with a CDN distribution can be a convenient and inexpensive way to store your assets. Here's how to set it up right.