-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Closed
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/eksIssues and PRs that pertain to the eks service.Issues and PRs that pertain to the eks service.
Milestone
Description
Description
Amazon Elastic Kubernetes Service (Amazon EKS) now supports Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift.
Affected Resource(s) and/or Data Source(s)
- aws_eks_cluster
Potential Terraform Configuration
resource "aws_eks_cluster" "example" {
...
zonal_shift_config {
enabled = true
}
...
}References
Would you like to implement a fix?
None
RoseSecurity, joryirving, nathanielram and bryantbiggs
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/eksIssues and PRs that pertain to the eks service.Issues and PRs that pertain to the eks service.