Is Macie supported in AWS CloudFormation?

Viewed 455
3 Answers

Unfortunately, Cloudformation supports only few functions of Macie. At the moment (November 2021), Cloudformation only supports the following actions:

  1. AWS::Macie::CustomDataIdentifier defines a custom data identifier
  2. AWS::Macie::FindingsFilter defines a filter on the jobs' results
  3. AWS::Macie::Session represents the Amazon Macie service and configuration settings for an account.

Cloudformation is still missing the core functionality of Macie which is the creation of jobs (based whether on a defined data identifier or a custom one). I hope it will be added soon to CloudFormation.

No, it's not supported. There's not much to configure with Macie, it just runs. Amazon explicitly states that Macie doesn't accept custom regexes, for example, unlike Google DLP.

Related