-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Open
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.needs-triageWaiting for first response or review from a maintainer.Waiting for first response or review from a maintainer.service/autoscalingIssues and PRs that pertain to the autoscaling service.Issues and PRs that pertain to the autoscaling service.
Description
Description
Support AvailabilityZoneImpairmentPolicy to enable Zonal Shift feature for EC2 Auto Scaling groups
Affected Resource(s) or Data Source(s)
No response
Potential Terraform Configuration
resource "aws_autoscaling_group" "bar" {
availability_zones = ["us-east-1a"]
desired_capacity = 1
max_size = 1
min_size = 1
availability_zone_impairment {
impaired_zone_health_check_behavior = IgnoreUnhealthy | ReplaceUnhealthy
enable = true | false
}
References
Would you like to implement the enhancement?
No
nirajvbhatt
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.needs-triageWaiting for first response or review from a maintainer.Waiting for first response or review from a maintainer.service/autoscalingIssues and PRs that pertain to the autoscaling service.Issues and PRs that pertain to the autoscaling service.