forked from aws-samples/sample-developer-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloudfront_metadata.yaml
More file actions
25 lines (25 loc) · 1.2 KB
/
cloudfront_metadata.yaml
File metadata and controls
25 lines (25 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cloudfront_GettingStarted:
title: Get started with a basic CloudFront distribution using the CLI
title_abbrev: Get started with CloudFront
synopsis_list:
- Create an Amazon S3 bucket for content storage
- Upload sample content to the S3 bucket
- Create an origin access control (OAC) for secure S3 access
- Create a CloudFront distribution with S3 as origin
- Update S3 bucket policy to allow CloudFront access
- Wait for distribution deployment and test content access
- Clean up resources including distribution, OAC, and S3 bucket
category: Scenarios
languages:
Bash:
versions:
- sdk_version: 2
github_name: "Sample developer tutorials"
github: https://github.com/aws-samples/sample-developer-tutorials/tree/main/tuts/005-cloudfront-gettingstarted
excerpts:
- description:
snippet_files:
- tuts/005-cloudfront-gettingstarted/cloudfront-gettingstarted.sh
services:
cloudfront: {
CreateOriginAccessControl, GetOriginAccessControl, DeleteOriginAccessControl, CreateDistribution, GetDistribution, GetDistributionConfig, UpdateDistribution, DeleteDistribution, WaitDistributionDeployed}