AWS CDK ECS Task Definition Without Task Role – Amazon Web Sevices
In AWS CDK v2 the ECS TaskDefinition L2 construct has an optional property TaskRole if not specified CDK default behavior is to create a task role. However I do not want a task role set for this resource, it is…