

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# `AWS-UpdateEKSCluster`
<a name="automation-updateekscluster"></a>

 **설명** 

 `AWS-UpdateEKSCluster` 실행서는 Amazon Elastic Kubernetes Service(Amazon EKS) 클러스터를 사용하려는 Kubernetes 버전으로 업데이트하는 데 도움이 됩니다.

 [이 자동화 실행(콘솔)](https://console.aws.amazon.com/systems-manager/automation/execute/AWS-UpdateEKSCluster) 

**문서 유형**

자동화

**소유자**

Amazon

**플랫폼**

Linux, macOS, Windows 

**파라미터**
+ AutomationAssumeRole

  유형: 문자열

  설명: (선택 사항) 사용자를 대신하여 Systems Manager Automation을 통해 작업을 수행할 수 있도록 허용하는 AWS Identity and Access Management (IAM) 역할의 Amazon 리소스 이름(ARN)입니다. 역할을 지정하지 않은 경우, Systems Manager Automation에서는 이 실행서를 시작하는 사용자의 권한을 사용합니다.
+ ClusterName

  유형: 문자열

  설명: (필수) Amazon EKS 클러스터의 이름입니다.
+ 버전

  유형: 문자열

  설명: (필수) 클러스터를 업데이트하려는 Kubernetes 버전입니다.

**필수 IAM 권한**

실행서를 성공적으로 사용하려면 `AutomationAssumeRole` 파라미터에 다음 작업이 필요합니다.
+  `eks:DescribeUpdate` 
+  `eks:UpdateClusterVersion` 

 **문서 단계** 
+  `aws:executeAwsApi` - Amazon EKS 클러스터에서 사용하는 Kubernetes 버전을 업데이트합니다.
+  `aws:waitForAwsResourceProperty` - 업데이트 상태가가 될 때까지 기다립니다`Successful`.