aws-deployment-framework icon indicating copy to clipboard operation
aws-deployment-framework copied to clipboard

Feature: possibility to have more than one SCP in adf-bootstrap

Open GiuDB opened this issue 4 years ago • 0 comments

Hi,

when bootstrapping accounts via ADF it's possible to use "only" one Service Control Policy (in the form of scp.json file within the adf-bootstrap folder from the aws-deployment-framework-bootstrap repository on the Master Account).

When such scp.json exceed the maximum allowed limit of 5KB, it cause an issue: An error occurred (ConstraintViolationException) when calling the UpdatePolicy operation: You have exceeded the maximum policy size

It would be good to have adf managing more than one SCPs, like for example in a folder like this: scp |__ scp1.json |__ scp2.json |__ ...

GiuDB avatar Aug 06 '21 10:08 GiuDB