Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
Configuration to enable Amazon Macie in an AWS Account. Amazon Macie is used to discover, monitor, and help protect sensitive data in Amazon S3 Buckets.
AWSTemplateFormatVersion: "2010-09-09"
Description: ""
Resources:
Macie:
Type: "AWS::Macie::Session"
Properties:
Status: "ENABLED"
Parameters: {}
Metadata: {}
Conditions: {}