> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/cloud-scanning/cloud-resource-attributes/aws/ec2-volume.md).

# EC2 볼륨

## 리소스 유형

`AWS.EC2.Volume`

## 리소스 ID 형식

EC2 볼륨의 경우 리소스 ID는 ARN입니다.

`arn:aws:ec2:us-west-2:123456789012:volume/vol-1`

## 배경

이 리소스는 AWS EC2 볼륨의 스냅샷을 나타냅니다.

## 필드

| 필드         | 유형    | 설명                                                                                                 |
| ---------- | ----- | -------------------------------------------------------------------------------------------------- |
| `첨부`       | `목록`  | 이 볼륨이 연결된 장치                                                                                       |
| `가용 영역`    | `문자열` | 볼륨의 가용 영역입니다.                                                                                      |
| `암호화됨`     | `불리언` | 볼륨이 암호화되었는지 나타냅니다                                                                                  |
| `IOPS`     | `정수`  | 초당 I/O 작업 수(IOPS)입니다.                                                                              |
| `KMS 키 ID` | `문자열` | 볼륨의 볼륨 암호화 키를 보호하는 데 사용된 AWS Key Management Service(AWS KMS) 고객 마스터 키(CMK)의 Amazon 리소스 이름(ARN)입니다. |
| `크기`       | `정수`  | 볼륨의 크기(기비바이트 단위)입니다.                                                                               |
| `스냅샷 ID`   | `문자열` | 볼륨이 생성된 스냅샷입니다.                                                                                    |
| `볼륨 유형`    | `문자열` | 볼륨 유형입니다.                                                                                          |
| `스냅샷`      | `목록`  | 스냅샷 설명이 포함된 목록입니다.                                                                                 |
| `상태`       | `문자열` | 볼륨 상태입니다.                                                                                          |

```javascript
{
    "AccountId": "123456789012",
    "ARN": "arn:aws:ec2:us-west-2:123456789012:volume/vol-1",
    "첨부": [
        {
            "연결된 리소스": null,
            "연결 시간": "2019-01-01T00:00:00Z",
            "종료 시 삭제": false,
            "장치": "/dev/sdf",
            "인스턴스 ID": "i-1",
            "인스턴스를 소유한 서비스": null,
            "상태": "attached",
            "볼륨 ID": "vol-1"
        }
    ],
    "가용 영역": "us-west-2b",
    "Encrypted": false,
    "ID": "vol-1",
    "IOPS": 100,
    "KmsKeyId": null,
    "Region": "us-west-2",
    "리소스 ID": "arn:aws:ec2:us-west-2:123456789012:volume/vol-1",
    "리소스 유형": "AWS.EC2.Volume",
    "크기": 1,
    "SnapshotId": "snap-1",
    "스냅샷": [
        {
            "AvailabilityZone": null,
            "완료 기간(분)": null,
            "완료 시간": "2025-12-18T17:45:29.945Z",
            "볼륨 생성 권한": null,
            "데이터 암호화 키 ID": null,
            "설명": "볼륨 스냅샷",
            "Encrypted": false,
            "전체 스냅샷 크기(바이트)": 1728577536,
            "KmsKeyId": null,
            "OutpostArn": null,
            "소유자 별칭": null,
            "OwnerId": "123456789012",
            "진행률": "100%",
            "복원 만료 시간": null,
            "SnapshotId": "snap-1",
            "SSE 유형": null,
            "시작 시간": "2019-01-01T00:00:00.000Z",
            "상태": "completed",
            "상태 메시지": null,
            "저장소 계층": "standard",
            "Tags": null,
            "전송 유형": "standard",
            "볼륨 ID": "vol-1",
            "볼륨 크기": 1
        }
    ],
    "상태": "in-use",
    "Tags": {
        "키1": "값1",
        "키2": "값2"
    },
    "TimeCreated": "2019-01-01T00:00:00.000Z",
    "볼륨 유형": "gp2"
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/ec2-volume.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.
