-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathconfig_service_aws_config_metadata.yaml
More file actions
28 lines (28 loc) · 1.25 KB
/
config_service_aws_config_metadata.yaml
File metadata and controls
28 lines (28 loc) · 1.25 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
26
27
28
config_service_GettingStarted_053:
title: Getting started with Config
title_abbrev: Getting started with Config
synopsis_list:
- Create an Amazon S3 bucket
- Create an Amazon SNS topic
- Create an IAM role for Config
- Set up the Config configuration recorder
- Set up the Config delivery channel
- Start the configuration recorder
- Verify the Config setup
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/053-aws-config-gs
excerpts:
- description:
snippet_files:
- tuts/053-aws-config-gs/aws-config-gs.sh
services:
config-service: {DeleteConfigurationRecorder, DeleteDeliveryChannel, DescribeConfigurationRecorderStatus, DescribeConfigurationRecorders, DescribeDeliveryChannels, PutConfigurationRecorder, PutDeliveryChannel, StartConfigurationRecorder, StopConfigurationRecorder}
iam: {AttachRolePolicy, CreateRole, DeleteRole, DeleteRolePolicy, DetachRolePolicy, PutRolePolicy}
s3: {CreateBucket, DeleteBucket, PutPublicAccessBlock, Rm}
sns: {CreateTopic, DeleteTopic}
sts: {GetCallerIdentity}