Skip to content

Latest commit

 

History

History
20 lines (7 loc) · 765 Bytes

File metadata and controls

20 lines (7 loc) · 765 Bytes

AWS Config Custom Resource Samples Repository

Example 1/ How to Track and Secure Any Publicly Accessible Google Storage Bucket with AWS Config Custom Resource

Blog: https://vivek-aws.medium.com/unveiling-the-hidden-risks-how-to-track-and-secure-any-publicly-accessible-google-storage-bucket-6e1dcf59e61c

Custom Lambda Function to capture custom resource configuration data from Google Storage Bucket: https://github.com/awsdataarchitect/aws-config-custom-resource-samples/blob/main/1-lambda-put-config-gcp-bucket.py

Custom Lambda Function to evaluate when the configuration changes for Config Custom resource (Google Storage Bucket): https://github.com/awsdataarchitect/aws-config-custom-resource-samples/blob/main/2-lambda-eval-config-gcp-bucket.py