Skip to content

Commit

Permalink
fix(aws_ecs): Do not output NetworkConfiguraiton to ECS Service when …
Browse files Browse the repository at this point in the history
…using EXTERNAL deployment controller (#26338)

When using an external deployment controller, ECS Service creation fails because the `NetworkConfiguration` is output to the template.
This fix prevents the output of `NetworkConfiguration` when using external deployment controller.

Closes #26335

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
msysh committed Jul 14, 2023
1 parent 92de23d commit 170edda
Show file tree
Hide file tree
Showing 11 changed files with 1,869 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "32.0.0",
"files": {
"08f603b34dd592b1fe18725d57edf629a7b88639b2b9e032676b44567f62a470": {
"source": {
"path": "aws-ecs-integ.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "08f603b34dd592b1fe18725d57edf629a7b88639b2b9e032676b44567f62a470.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
}
},
"dockerImages": {}
}

0 comments on commit 170edda

Please sign in to comment.