AWS Security ChangesHomeSearch

AWS config documentation change

Service: config · 2025-06-28 · Documentation low

File: config/latest/developerguide/example_config-service_DescribeConfigurationRecorders_section.md

Summary

Added PowerShell V5 examples for DescribeConfigurationRecorders showing configuration recorder details

Security assessment

Documents usage of security monitoring tools (AWS Config) but does not address vulnerabilities. Enhances visibility of security configuration features.

Diff

diff --git a/config/latest/developerguide/example_config-service_DescribeConfigurationRecorders_section.md b/config/latest/developerguide/example_config-service_DescribeConfigurationRecorders_section.md
index d0d75162f..ed22519b0 100644
--- a//config/latest/developerguide/example_config-service_DescribeConfigurationRecorders_section.md
+++ b//config/latest/developerguide/example_config-service_DescribeConfigurationRecorders_section.md
@@ -68,0 +69,21 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example returns the details of configuration recorders.**
+    
+    
+    Get-CFGConfigurationRecorder | Format-List
+    
+
+**Output:**
+    
+    
+    Name           : default
+    RecordingGroup : Amazon.ConfigService.Model.RecordingGroup
+    RoleARN        : arn:aws:iam::123456789012:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig
+
+  * For API details, see [DescribeConfigurationRecorders](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+