You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/config.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
---
2
2
title: "Config"
3
-
linkTitle: "Config"
4
3
description: Get started with Config on LocalStack
5
4
persistence: supported
6
5
tags: ["Free"]
@@ -13,7 +12,7 @@ Config provides a comprehensive view of the resource configuration across your A
13
12
Config continuously records configuration changes and allows you to retain a historical record of these changes.
14
13
15
14
LocalStack allows you to use the Config APIs in your local environment to assesses resource configurations and notifies you of any non-compliant items to mitigate potential security risks.
16
-
The supported APIs are available on our [API coverage page]({{< ref "coverage_config" >}}), which provides information on the extent of Config's integration with LocalStack.
15
+
The supported APIs are available on our [API coverage page](), which provides information on the extent of Config's integration with LocalStack.
17
16
18
17
## Getting started
19
18
@@ -28,20 +27,20 @@ The S3 bucket will be used to receive a configuration snapshot on request and co
28
27
The SNS topic will be used to notify you when a configuration snapshot is available.
29
28
You can create a new S3 bucket and SNS topic using the AWS CLI:
You can now create a new configuration recorder to record configuration changes for specified resource types, using the [`PutConfigurationRecorder`](https://docs.aws.amazon.com/config/latest/APIReference/API_PutConfigurationRecorder.html) API.
39
38
Run the following command to create a new configuration recorder:
You can now start recording configurations of the local AWS resources you have selected to record in your running LocalStack container.
86
85
You can use the [`StartConfigurationRecorder`](https://docs.aws.amazon.com/config/latest/APIReference/API_StartConfigurationRecorder.html) API to start the configuration recorder.
87
86
Run the following command to start the configuration recorder:
You can list the delivery channels and configuration recorders using the [`DescribeDeliveryChannels`](https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeDeliveryChannels.html) and [`DescribeConfigurationRecorderStatus`](https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigurationRecorderStatus.html) APIs respectively.
0 commit comments