Skip to content

[Enhancement]: support EKS ARC Zonal shift configuration #39852

@z0rc

Description

@z0rc

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

https://docs.aws.amazon.com/eks/latest/APIReference/API_CreateCluster.html#AmazonEKS-CreateCluster-request-zonalShiftConfig

Would you like to implement a fix?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/eksIssues and PRs that pertain to the eks service.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions