Error: error reading Macie ClassificationJob #125
-
A customer asked:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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
You should also have an entry for Finally - once you you have updated your permissions yaml file with the correct permissions, you will need to re |
Beta Was this translation helpful? Give feedback.
-
Credit for this solution goes to @yorinasub17 |
Beta Was this translation helpful? Give feedback.
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):You should also have an entry for
ECSReadOnlyAccess
if your Ref Arch uses EC…