# alibabacloud-config-samples **Repository Path**: aliyun/alibabacloud-config-samples ## Basic Information - **Project Name**: alibabacloud-config-samples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-08 - **Last Updated**: 2025-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > # Aliyun Config Python Samples This repo provides samples for config customer features, it will help you to deploy rules and remediation more quickly. ## Prerequisite * Enable [Aliyun Config](https://help.aliyun.com/document_detail/213747.html) and finished resource monitor. * Prepare the AK&SK with AliyunConfigFullAccess. * Install Python SDK . ## Features see more [managed rules](https://help.aliyun.com/document_detail/127404.html)
Topic Sample
customer-api-sample apis/open_api_sign.py
customer-rule-sample rules/ack_cluster_node_monitor_enabled.py
customer-remediation-sample remediation/aliyun-config-remediation.py
## Run and Deploy ### call apis by http client ``` python apis/open_api_sign.py ``` ### debug fc function and deploy debug the handler ``` python rules/vpc_flow_logs_enabled.py ```