> 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-vpc.md).

# EC2 VPC

## 리소스 유형

`AWS.EC2.VPC`

## 리소스 ID 형식

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

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

## 배경

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

## 필드

| 필드                            | 유형        | 설명                                                                                                                                                                                                                                                                                                                                   |
| ----------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `CidrBlock`                   | `문자열`     | VPC의 IP 범위                                                                                                                                                                                                                                                                                                                           |
| `CidrBlockAssociationSet`     | `리스트`     | VPC와 연결된 IP CIDR 블록에 대한 정보.                                                                                                                                                                                                                                                                                                          |
| `DhcpOptionsId`               | `문자열`     | VPC에 연결한 DHCP 옵션 집합의 ID입니다.                                                                                                                                                                                                                                                                                                          |
| `InstanceTenancy`             | `문자열`     | VPC에 시작되는 인스턴스의 허용 테넌시입니다. VPC와 연결된 IPv6 CIDR 블록에 대한 정보.                                                                                                                                                                                                                                                                             |
| `Ipv6CidrBlockAssociationSet` | `리스트`     | VPC와 연결된 IPv6 CIDR 블록에 대한 정보.                                                                                                                                                                                                                                                                                                        |
| `IsDefault`                   | `Boolean` | VPC가 기본 VPC인지 여부입니다.                                                                                                                                                                                                                                                                                                                 |
| `소유자 ID`                      | `문자열`     | VPC를 소유한 Amazon Web Services 계정의 ID입니다.                                                                                                                                                                                                                                                                                              |
| `상태`                          | `문자열`     | VPC의 현재 상태입니다.                                                                                                                                                                                                                                                                                                                       |
| `FlowLogs`                    | `리스트`     | 흐름 로그에 대한 정보.                                                                                                                                                                                                                                                                                                                        |
| `NetworkAcls`                 | `리스트`     | 설정된 네트워크 ACL을 나타내며, 이는 VPC의 기본 방화벽 역할을 합니다. 다음을 참조하세요. [AWS 사용자 문서](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html) 자세한 내용은                                                                                                                                                                                  |
| `RouteTables`                 | `리스트`     | 경로 테이블이 구성되어 있으며, 이는 VPC의 기본 라우팅 테이블 역할을 합니다. 다음을 참조하세요. [AWS 사용자 문서](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html) 자세한 내용은.                                                                                                                                                                               |
| `보안 그룹`                       | `리스트`     | 이 VPC에 구성된 보안 그룹으로, VPC 내 인스턴스의 방화벽 역할을 합니다. 다음을 참조하세요. [AWS 사용자 문서](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html) 자세한 내용은                                                                                                                                                                               |
| `StaleSecurityGroups`         | `리스트`     | VPC에서 'stale'인 보안 그룹으로, 해당 보안 그룹 또는 VPC 피어링 연결이 삭제되었음을 의미합니다. 아래 예시에는 stale 보안 그룹이 포함되어 있습니다. `보안 그룹`, 실제로는 그렇지 않습니다. 에 나열된 모든 보안 그룹은 `StaleSecurityGroups` 에도 존재합니다 `보안 그룹`. 다음을 참조하세요. [AWS 문서](https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-security-groups.html#vpc-peering-stale-groups) stale 보안 그룹에 대한 자세한 내용은. |
| `VPC ID`                      | `문자열`     | VPC의 고유 식별자                                                                                                                                                                                                                                                                                                                          |

## 예시

```javascript
{
    "AccountId": "123456789012",
    "Arn": "arn:aws:ec2:eu-west-3:123456789012:vpc/vpc-1",
    "CidrBlock": "10.0.0.0/16",
    "CidrBlockAssociationSet": [
        {
            "AssociationId": "vpc-cidr-assoc-1",
            "CidrBlock": "10.0.0.0/16",
            "CidrBlockState": {
                "State": "associated",
                "StatusMessage": null
            }
        }
    ],
    "DefaultNetworkAclId": "acl-1",
    "DefaultSecurityGroupId": "sg-1",
    "DhcpOptionsId": "dopt-1",
    "FlowLogs": [
        {
            "CreationTime": "2026-02-12T18:07:41.186Z",
            "DeliverCrossAccountRole": null,
            "DeliverLogsErrorMessage": null,
            "DeliverLogsPermissionArn": null,
            "DeliverLogsStatus": "SUCCESS",
            "DestinationOptions": {
                "FileFormat": "plain-text",
                "HiveCompatiblePartitions": false,
                "PerHourPartition": false
            },
            "FlowLogId": "fl-1",
            "FlowLogStatus": "ACTIVE",
            "LogDestination": "arn:aws:s3:::my-bucket/",
            "LogDestinationType": "s3",
            "LogFormat": "${account-id} ${interface-id} ${srcaddr} ${dstaddr} ${srcport} ${dstport}",
            "LogGroupName": null,
            "MaxAggregationInterval": 600,
            "ResourceId": "vpc-1",
            "Tags": [
                {
                    "Key": "name",
                    "Value": "value"
                }
            ],
            "TrafficType": "ALL"
        }
    ],
    "Id": "vpc-1",
    "InstanceTenancy": "default",
    "Ipv6CidrBlockAssociationSet": null,
    "IsDefault": true,
    "NetworkAcls": [
        "acl-1",
        "acl-2"
    ],
    "OwnerId": "123456789012",
    "Region": "eu-west-3",
    "ResourceId": "arn:aws:ec2:eu-west-3:123456789012:vpc/vpc-1",
    "ResourceType": "AWS.EC2.VPC",
    "RouteTables": [
        {
            "Associations": [
                {
                    "AssociationState": {
                        "State": "associated",
                        "StatusMessage": null
                    },
                    "GatewayId": null,
                    "Main": true,
                    "PublicIpv4Pool": null,
                    "RouteTableAssociationId": "rtbassoc-1",
                    "RouteTableId": "rtb-1",
                    "SubnetId": null
                }
            ],
            "OwnerId": "123456789012",
            "PropagatingVgws": null,
            "RouteTableId": "rtb-1",
            "Routes": [
                {
                    "CarrierGatewayId": null,
                    "CoreNetworkArn": null,
                    "DestinationCidrBlock": "10.0.0.0/24",
                    "DestinationIpv6CidrBlock": null,
                    "DestinationPrefixListId": null,
                    "EgressOnlyInternetGatewayId": null,
                    "GatewayId": "local",
                    "InstanceId": null,
                    "InstanceOwnerId": null,
                    "IpAddress": null,
                    "LocalGatewayId": null,
                    "NatGatewayId": null,
                    "NetworkInterfaceId": null,
                    "OdbNetworkArn": null,
                    "Origin": "CreateRouteTable",
                    "State": "active",
                    "TransitGatewayId": null,
                    "VpcPeeringConnectionId": null
                }
            ],
            "Tags": null,
            "VpcId": "vpc-1"
        }
    ],
    "SecurityGroups": [
        "sg-1",
        "sg-2"
    ],
    "StaleSecurityGroups": null,
    "State": "available",
    "Tags": null,
    "TimeCreated": null
}
```


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.panther.com/ko/cloud-scanning/cloud-resource-attributes/aws/ec2-vpc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
