> 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/elbv2-application-load-balancer.md).

# ELBV2 애플리케이션 로드 밸런서

## 리소스 유형

`AWS.ELBV2.ApplicationLoadBalancer`

## 리소스 ID 형식

ELBV2 로드 밸런서의 경우 리소스 ID는 ARN입니다.

`arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/example-lb/1`

## 배경

이 리소스는 AWS ELBv2 Application Load Balancer의 스냅샷을 나타냅니다

| 필드       | 유형    | 설명                                                                                                                     |
| -------- | ----- | ---------------------------------------------------------------------------------------------------------------------- |
| `웹 ACL`  | `문자열` | 연결된 AWS WAF Web ACL ID                                                                                                 |
| `리스너`    | `목록`  | 특정 포트의 리스너와 해당 작업에 대응하는 맵 목록입니다                                                                                        |
| `SSL 정책` | `맵`   | 로드 밸런서가 지원하는 SSL 암호화 방식과 프로토콜에 대한 설명입니다. 각 항목에 대해 `리스너` 하나를 포함하는 `SSL 정책`, 여기에는 해당 항목의 세부 정보가 포함된 대응 항목이 있습니다 `SSL 정책` |

## 예시

```javascript
{
    "AccountId": "123456789012",
    "Arn": "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/example-lb/1",
    "가용 영역": [
        {
            "로드 밸런서 주소": null,
            "Outpost ID": null,
            "Source NAT IPv6 프리픽스": null,
            "SubnetId": "subnet-1",
            "가용 영역 이름": "us-west-2d"
        },
        {
            "로드 밸런서 주소": null,
            "Outpost ID": null,
            "Source NAT IPv6 프리픽스": null,
            "SubnetId": "subnet-1",
            "가용 영역 이름": "us-west-2a"
        }
    ],
    "정규 호스티드 존 ID": "AAAA",
    "DNS 이름": "internal-example-lb-1111.us-west-2.elb.amazonaws.com",
    "IP 주소 유형": "ipv4",
    "리스너": [
        {
            "인증서": [
                {
                    "인증서 ARN": "arn:aws:acm:us-west-2:123456789012:certificate/example-cert",
                    "기본값 여부": null
                }
            ],
            "기본 작업": [
                {
                    "Cognito 인증 구성": null,
                    "OIDC 인증 구성": null,
                    "고정 응답 구성": null,
                    "순서": null,
                    "리디렉션 구성": null,
                    "대상 그룹 ARN": "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/test-lb-target-group/1",
                    "유형": "forward"
                }
            ],
            "리스너 ARN": "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/example-lb/1/1",
            "로드 밸런서 ARN": "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/example-lb/1",
            "상호 인증": {
                "신뢰 저장소 CA 이름 광고": null,
                "클라이언트 인증서 만료 무시": null,
                "모드": "off",
                "신뢰 저장소 ARN": null,
                "신뢰 저장소 연결 상태": null
            },
            "포트": 443,
            "프로토콜": "HTTPS",
            "SSL 정책": "ELBSecurityPolicy-2016-08"
        }
    ],
    "이름": "example-lb",
    "Region": "us-west-2",
    "리소스 ID": "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/example-lb/1",
    "리소스 유형": "AWS.ELBV2.ApplicationLoadBalancer",
    "SSL 정책": {
        "ELBSecurityPolicy-2016-08": {
            "암호화 방식": [
                {
                    "이름": "ECDHE-ECDSA-AES128-GCM-SHA256",
                    "우선순위": 1
                },
                {
                    "이름": "ECDHE-RSA-AES128-GCM-SHA256",
                    "우선순위": 2
                },
                {
                    "이름": "AES256-SHA",
                    "우선순위": 3
                }
            ],
            "이름": "ELBSecurityPolicy-2016-08",
            "SSL 프로토콜": [
                "TLSv1",
                "TLSv1.1",
                "TLSv1.2"
            ]
        }
    },
    "스킴": "internal",
    "SecurityGroups": [
        "sg-1"
    ],
    "State": {
        "코드": "active",
        "사유": null
    },
    "Tags": {
        "Key1": "Value1"
    },
    "TimeCreated": "2019-01-01T00:00:00.000Z",
    "유형": "application",
    "VPC ID": "vpc-1",
    "Web ACL": "1111-2222-3333"
}
```


---

# 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/elbv2-application-load-balancer.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.
