Skip to content

Instantly share code, notes, and snippets.

View wraffaelle98's full-sized avatar

William Raffaelle wraffaelle98

  • Rochester
View GitHub Profile
AWSTemplateFormatVersion: 2010-09-09
Description: S3 bucket remediation automation using AWS Config and AWS Service Manager
Parameters:
Versioning:
Type: String
AllowedValues: [ "true", "false" ]
Default: "true"