# EKS 클러스터

## 리소스 유형

`AWS.EKS.Cluster`

## 리소스 ID 형식

리소스 ID는 클러스터 ARN입니다.

`arn:aws:eks:us-west-2:123456789012:cluster/prod-cluster`

## 배경

이 리소스는 AWS EKS 클러스터의 스냅샷을 나타냅니다.

## 필드

| 필드                     | 유형    | 설명                                                                                                                                                                                                                                                                                                                                               |
| ---------------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `CertificateAuthority` | `Map` | 클러스터의 certificate-authority-data입니다.                                                                                                                                                                                                                                                                                                             |
| `EncryptionConfig`     | `목록`  | 클러스터의 암호화 구성입니다.                                                                                                                                                                                                                                                                                                                                 |
| `Endpoint`             | `문자열` | Kubernetes API 서버의 엔드포인트입니다.                                                                                                                                                                                                                                                                                                                     |
| `Identity`             | `Map` | 클러스터의 ID 공급자 정보입니다.                                                                                                                                                                                                                                                                                                                              |
| `Logging`              | `Map` | 클러스터의 로깅 구성입니다.                                                                                                                                                                                                                                                                                                                                  |
| `PlatformVersion`      | `문자열` | Amazon EKS 클러스터의 플랫폼 버전입니다. 자세한 내용은 Amazon EKS 사용 설명서의 Platform Versions(<https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html)를> 참조하세요.                                                                                                                                                                                      |
| `ResourcesVpcConfig`   | `Map` | 클러스터 제어 플레인이 사용하는 VPC 구성입니다. Amazon EKS VPC 리소스는 Kubernetes와 제대로 작동하려면 특정 요구 사항을 충족해야 합니다. 자세한 내용은 Amazon EKS 사용 설명서의 Cluster VPC Considerations(<https://docs.aws.amazon.com/eks/latest/userguide/network\\_reqs.html>) 및 Cluster Security Group Considerations(<https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html)를> 참조하세요. |
| `RoleArn`              | `문자열` | Kubernetes 제어 플레인이 사용자를 대신하여 Amazon Web Services API 작업을 호출할 수 있도록 권한을 제공하는 IAM 역할의 Amazon 리소스 이름(ARN)입니다.                                                                                                                                                                                                                                       |
| `Status`               | `문자열` | 클러스터의 현재 상태입니다.                                                                                                                                                                                                                                                                                                                                  |
| `Version`              | `문자열` | 클러스터의 Kubernetes 서버 버전입니다.                                                                                                                                                                                                                                                                                                                       |
| `NodeGroup`            | `목록`  | Amazon EKS에서 관리하는 노드 그룹입니다.                                                                                                                                                                                                                                                                                                                      |
| `FargateProfile`       | `목록`  | Amazon EKS Fargate 프로필                                                                                                                                                                                                                                                                                                                           |

## 예시

```javascript
{
  "AccountId": "123456789012",
  "Arn": "arn:aws:eks:us-east-1:123456789012:cluster/prod-cluster",
  "CertificateAuthority": {
    "Data": "BASE64=="
  },
  "Endpoint": "https://ABCD.gr7.us-east-1.eks.amazonaws.com",
  "Identity": {
    "Oidc": {
      "Issuer": "https://oidc.eks.us-east-1.amazonaws.com/id/ABCD"
    }
  },
  "Logging": {
    "ClusterLogging": [
      {
        "Enabled": true,
        "Types": ["api", "audit", "authenticator", "controllerManager", "scheduler"]
      }
    ]
  },
  "Name": "prod-cluster",
  "NodeGroup": [
    {
      "AccountId": null,
      "AmiType": "AL2_x86_64",
      "Arn": "arn:aws:eks:us-east-1:123456789012:nodegroup/prod-cluster/panther-nodegroup/a8c014e7-1745-153s-8629-fdd2310dd454",
      "DiskSize": 20,
      "Health": {
        "Issues": null
      },
      "InstanceTypes": ["t3.medium"],
      "LaunchTemplate": null,
      "NodeRole": "arn:aws:iam::123456789012:role/pantherAmazonEKSNodeRole",
      "NodegroupArn": "arn:aws:eks:us-east-1:123456789012:nodegroup/prod-cluster/panther-nodegroup/a8c014e7-1745-153s-8629-fdd2310dd454",
      "NodegroupName": "panther-nodegroup",
      "Region": null,
      "ReleaseVersion": "1.21.5-20220406",
      "RemoteAccess": null,
      "Resources": {
        "AutoScalingGroups": [
          {
            "Name": "eks-panther-nodegroup-a8c014e7-1745-153s-8629-fdd2310dd454"
          }
        ],
        "RemoteAccessSecurityGroup": null
      },
      "ScalingConfig": {
        "DesiredSize": 2,
        "MaxSize": 2,
        "MinSize": 2
      },
      "Subnets": [
        "subnet-04f8c113e077c380d",
        "subnet-0f4f3b663720faa55",
        "subnet-0667b8049fd745gae",
        "subnet-04c1f3d997e75c82f"
      ],
      "Tags": null,
      "TimeCreated": "2022-04-14T20:40:28.917Z",
      "Version": "1.21"
    }
  ],
  "PlatformVersion": "eks.2",
  "Region": "us-east-1",
  "ResourceId": "arn:aws:eks:us-east-1:123456789012:cluster/prod-cluster",
  "ResourceType": "AWS.EKS.Cluster",
  "ResourcesVpcConfig": {
    "ClusterSecurityGroupId": "sg-03avb0a6b09a782df",
    "EndpointPrivateAccess": false,
    "EndpointPublicAccess": true,
    "PublicAccessCidrs": ["0.0.0.0/0"],
    "SecurityGroupIds": null,
    "SubnetIds": [
      "subnet-04f8c113e077c380d",
      "subnet-0f4f3b663720faa55",
      "subnet-0667b8049fd745gae",
      "subnet-04c1f3d997e75c82f"
    ],
    "VpcId": "vpc-006d2efcd9b2df2f2"
  },
  "RoleArn": "arn:aws:iam::123456789012:role/pantherEKSClusterRole",
  "Status": "ACTIVE",
  "TimeCreated": "2022-04-14T19:45:31.286Z",
  "Version": "1.22"
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/ko/cloud-scanning/cloud-resource-attributes/aws/eks-cluster.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
