Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit cca8f12

Browse files
alexvt-amzAlex T
andauthored
fix: allow auto-generated IAM Role name to prevent 's3BucketDeploymentRole already exists' error (#546)
Co-authored-by: Alex T <alexvt@amazon.co.uk>
1 parent 6b25002 commit cca8f12

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/src/emr-eks-platform/emr-eks-cluster.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ export class EmrEksCluster extends TrackedConstruct {
402402
assumedBy: new ServicePrincipal('lambda.amazonaws.com'),
403403
description: 'Role used by S3 deployment cdk construct',
404404
managedPolicies: [lambdaExecutionRolePolicy],
405-
roleName: 'araS3BucketDeploymentRole',
406405
});
407406

408407

0 commit comments

Comments
 (0)