Skip to content

Commit 333014d

Browse files
committed
revert(docs): Update ECS service and Fargate docs for new AZ rebalancing default values
1 parent e07c89b commit 333014d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/aws-cdk-lib/aws-ecs/lib/ec2/ec2-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export interface Ec2ServiceProps extends BaseServiceOptions {
9696
* service must not be a target of a Classic Load Balancer.
9797
*
9898
* @see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html
99-
* @default AvailabilityZoneRebalancing.ENABLED
99+
* @default AvailabilityZoneRebalancing.DISABLED
100100
*/
101101
readonly availabilityZoneRebalancing?: AvailabilityZoneRebalancing;
102102
}

packages/aws-cdk-lib/aws-ecs/lib/fargate/fargate-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export interface FargateServiceProps extends BaseServiceOptions {
7171
* of a Classic Load Balancer.
7272
*
7373
* @see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html
74-
* @default AvailabilityZoneRebalancing.ENABLED
74+
* @default AvailabilityZoneRebalancing.DISABLED
7575
*/
7676
readonly availabilityZoneRebalancing?: AvailabilityZoneRebalancing;
7777
}

0 commit comments

Comments
 (0)