Skip to content

Error: error reading Macie ClassificationJob #125

Answered by zackproser
zackproser asked this question in Help
Discussion options

You must be logged in to vote

One thing to check would be your deploy_permissions.yml file - which could be in various places (but probably next to your mgmt/ecs-deploy-runner directory, depending on when your Ref Arch was deployed).

The idea is that ECS deploy runner permissions are defined here and used to generate the actual IAM policies that allow pipelines to manage infrastructure for you.

You also have a read_only_permissions.yml file which should look like this (if you're running a CIS-compliant Ref Arch):

MacieReadOnlyAccess:
  effect: "Allow"
  actions:
  - "macie2:Get*"
  - "macie2:List*"
  - "macie2:Describe*"
  resources:
  - "*"

You should also have an entry for ECSReadOnlyAccess if your Ref Arch uses EC…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by zackproser
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment