File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/aws-cdk-lib/aws-autoscaling Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -531,7 +531,7 @@ about allowing connections between resources backed by instances.
531531## Max Instance Lifetime
532532
533533To enable the max instance lifetime support, specify ` maxInstanceLifetime ` property
534- for the ` AutoscalingGroup ` resource. The value must be between 7 and 365 days(inclusive).
534+ for the ` AutoscalingGroup ` resource. The value must be between 1 and 365 days(inclusive).
535535To clear a previously set value, leave this property undefined.
536536
537537## Instance Monitoring
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ export interface CommonAutoScalingGroupProps {
267267 * to all current and future instances in the group. As an instance approaches its maximum duration,
268268 * it is terminated and replaced, and cannot be used again.
269269 *
270- * You must specify a value of at least 604,800 seconds (7 days ). To clear a previously set value,
270+ * You must specify a value of at least 86,400 seconds (one day ). To clear a previously set value,
271271 * leave this property undefined.
272272 *
273273 * @see https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-max-instance-lifetime.html
You can’t perform that action at this time.
0 commit comments