Skip to content

Commit 2d208e3

Browse files
update
1 parent 77e0735 commit 2d208e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cfn/ESDK-Python.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,15 @@ Resources:
172172
AssumeRolePolicyDocument: "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"codebuild.amazonaws.com\"},\"Action\":\"sts:AssumeRole\"}]}"
173173
MaxSessionDuration: 3600
174174
ManagedPolicyArns:
175+
# Ideally we would add GeneratedVectorsArtifactsS3BucketPolicy to run test vectors.
176+
# However, this role would then have 11 managed policies.
177+
# IAM has a limit of 10 managed policies per role.
178+
# If we need to add more policies here, we should increase this limit.
175179
- !Ref CryptoToolsKMS
176180
- !Ref CodeBuildBatchPolicy
177181
- !Ref CodeBuildBasePolicy
178182
- !Ref SecretsManagerPolicy
179183
- !Ref CodeBuildCISTSAllow
180-
- !Ref GeneratedVectorsArtifactsS3BucketPolicy
181184

182185
CodeBuildCIServiceRole:
183186
Type: "AWS::IAM::Role"

0 commit comments

Comments
 (0)