

# Amazon Virtual Private Cloud(Amazon VPC)
<a name="component-configuration-examples-vpc"></a>

다음 예에서는 Amazon VPC에 대한 JSON 형식의 구성 요소 구성을 보여줍니다.

```
{
  "alarmMetrics": [
    {
      "alarmMetricName": "NetworkAddressUsage",
      "monitor": true
    },
    {
      "alarmMetricName": "NetworkAddressUsagePeered",
      "monitor": true
    },
    {
      "alarmMetricName": "VPCFirewallQueryVolume",
      "monitor": true
    }
  ]
}
```