Skip to content

Commit

Permalink
add availabilityZoneRebalancing
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Dec 9, 2024
1 parent 89cfcfb commit ae1efc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ci/ecs-service-def.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local env = std.native('env');
local must_env = std.native('must_env');
local isCodeDeploy = env('DEPLOYMENT_CONTROLLER', 'ECS') == 'CODE_DEPLOY';
{
availabilityZoneRebalancing: 'ENABLED',
capacityProviderStrategy: [
{
base: 1,
Expand Down Expand Up @@ -95,11 +96,13 @@ local isCodeDeploy = env('DEPLOYMENT_CONTROLLER', 'ECS') == 'CODE_DEPLOY';
name: 'ebs',
},
],
/*
vpcLatticeConfigurations: [
{
portName: 'nginx-http',
roleArn: 'arn:aws:iam::%s:role/ecsInfrastructureRole' % must_env('AWS_ACCOUNT_ID'),
targetGroupArn: 'arn:aws:vpc-lattice:ap-northeast-1:%s:targetgroup/tg-009147df264a0bacb' % must_env('AWS_ACCOUNT_ID'),
},
],
*/
}

0 comments on commit ae1efc9

Please sign in to comment.