├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── awsconfig-guard-cft-gd.yaml ├── awsconfig-guard-cft.yaml ├── awsconfig-guard-tf-ec2vol.json ├── awsconfig-guard-tf-example.json ├── awsconfig-guard-tf-gd.json ├── images ├── ExampleEc2VolumeAWSConfigConfigurationItem.png ├── Scenario1-EC2VolumeJSON.png └── Scenario2-GuardDutyJSON.png ├── reinvent-sec314 ├── freetier.guard ├── guardduty.guard ├── prohibitedresources.guard └── securitygroup.guard └── reinvent24-sec314 ├── bucketpolicy.guard ├── bucketpolicy.yaml ├── demo-full.guard ├── demo-full.yaml ├── encryption.guard ├── encryption.yaml ├── prohibited-resources.guard ├── prohibited-resources.yaml ├── scenario.txt └── tags.guard /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/README.md -------------------------------------------------------------------------------- /awsconfig-guard-cft-gd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/awsconfig-guard-cft-gd.yaml -------------------------------------------------------------------------------- /awsconfig-guard-cft.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/awsconfig-guard-cft.yaml -------------------------------------------------------------------------------- /awsconfig-guard-tf-ec2vol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/awsconfig-guard-tf-ec2vol.json -------------------------------------------------------------------------------- /awsconfig-guard-tf-example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/awsconfig-guard-tf-example.json -------------------------------------------------------------------------------- /awsconfig-guard-tf-gd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/awsconfig-guard-tf-gd.json -------------------------------------------------------------------------------- /images/ExampleEc2VolumeAWSConfigConfigurationItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/images/ExampleEc2VolumeAWSConfigConfigurationItem.png -------------------------------------------------------------------------------- /images/Scenario1-EC2VolumeJSON.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/images/Scenario1-EC2VolumeJSON.png -------------------------------------------------------------------------------- /images/Scenario2-GuardDutyJSON.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/images/Scenario2-GuardDutyJSON.png -------------------------------------------------------------------------------- /reinvent-sec314/freetier.guard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent-sec314/freetier.guard -------------------------------------------------------------------------------- /reinvent-sec314/guardduty.guard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent-sec314/guardduty.guard -------------------------------------------------------------------------------- /reinvent-sec314/prohibitedresources.guard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent-sec314/prohibitedresources.guard -------------------------------------------------------------------------------- /reinvent-sec314/securitygroup.guard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent-sec314/securitygroup.guard -------------------------------------------------------------------------------- /reinvent24-sec314/bucketpolicy.guard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent24-sec314/bucketpolicy.guard -------------------------------------------------------------------------------- /reinvent24-sec314/bucketpolicy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent24-sec314/bucketpolicy.yaml -------------------------------------------------------------------------------- /reinvent24-sec314/demo-full.guard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent24-sec314/demo-full.guard -------------------------------------------------------------------------------- /reinvent24-sec314/demo-full.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent24-sec314/demo-full.yaml -------------------------------------------------------------------------------- /reinvent24-sec314/encryption.guard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent24-sec314/encryption.guard -------------------------------------------------------------------------------- /reinvent24-sec314/encryption.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent24-sec314/encryption.yaml -------------------------------------------------------------------------------- /reinvent24-sec314/prohibited-resources.guard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent24-sec314/prohibited-resources.guard -------------------------------------------------------------------------------- /reinvent24-sec314/prohibited-resources.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent24-sec314/prohibited-resources.yaml -------------------------------------------------------------------------------- /reinvent24-sec314/scenario.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent24-sec314/scenario.txt -------------------------------------------------------------------------------- /reinvent24-sec314/tags.guard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-config-custom-rule-cloudformation-guard/HEAD/reinvent24-sec314/tags.guard --------------------------------------------------------------------------------