-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathcloudfront_metadata.yaml
More file actions
22 lines (22 loc) · 965 Bytes
/
cloudfront_metadata.yaml
File metadata and controls
22 lines (22 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cloudfront_GettingStarted:
title: Get started with a basic CloudFront distribution
title_abbrev: Get started with a basic CloudFront distribution
synopsis_list:
- Create an Amazon S3 bucket
- Upload content to the bucket
- Create a CloudFront distribution with OAC
- Clean up resources
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}