

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# VM Import/Export를 사용하여 EC2 인스턴스로 VM 가져오기
<a name="vmimport-instance-import"></a>

**중요**  
VM을 인스턴스 대신 Amazon Machine Image(AMI)로 가져오는 것을 강력하게 권장합니다. 자세한 내용은 [VM Import/Export를 사용하여 Amazon EC2에 VM을 이미지로 가져오기](vmimport-image-import.md) 단원을 참조하십시오.

VM Import/Export를 사용하여 가상 머신(VM) 이미지를 가상화 환경에서 Amazon EC2에 인스턴스로 가져올 수 있습니다. 그런 다음 이러한 VM 이미지를 인스턴스에서 다시 가상 환경으로 내보낼 수 있습니다. 이 경우 IT 보안, 구성 관리, 규정 준수 요구 사항을 충족하기 위해 구축해 둔 VM에 대한 투자를 Amazon EC2로 가져와 활용할 수 있습니다.

**Topics**
+ [인스턴스 가져오기에 대한 제한 사항](#vmimport-instance-import-limitations)
+ [인스턴스 가져오기를 사용하여 VM 가져오기](#vmimport-instance-import-prerequisites)

## 인스턴스 가져오기에 대한 제한 사항
<a name="vmimport-instance-import-limitations"></a>

VM을 인스턴스로 가져오는 것에는 다음 제한 사항이 있습니다. 
+  AWS Command Line Interface (AWS CLI)는 VM을 인스턴스로 가져오는 것을 지원하지 않으므로 더 이상 사용되지 않는 Amazon EC2 명령줄 인터페이스(Amazon EC2 CLI)를 사용해야 합니다.
+ 기존 보유 라이선스 사용(BYOL)모델을 인스턴스로 사용하는 Windows 인스턴스를 가져올 수 없습니다. 대신 VM을 AMI으로 가져와야 합니다.
+ VM Import/Export에서는 Windows 인스턴스 가져오기 작업 시 대부분의 인스턴스 유형으로의 변환을 지원합니다. Linux 인스턴스는 다음 인스턴스 유형으로 가져올 수 있습니다.
  + 범용: `t2.micro` \| `t2.small` \| `t2.medium` \| `m3.medium` \| `m3.large` \| `m3.xlarge` \| `m3.2xlarge`
  + 컴퓨팅 최적화: `c3.large` \| `c3.xlarge` \| `c3.2xlarge` \| `c3.4xlarge` \| `c3.8xlarge` \| `cc1.4xlarge` \| `cc2.8xlarge`
  + 메모리 최적화: `r3.large` \| `r3.xlarge` \| `r3.2xlarge` \| `r3.4xlarge` \| `r3.8xlarge` \| `cr1.8xlarge`
  + 스토리지 최적화: `i2.xlarge` \| `i2.2xlarge` \| `i2.4xlarge` \| `i2.8xlarge` \| `hi1.4xlarge` \| `hi1.8xlarge`
+ `ImportInstance` 및 `ImportVolume` API 작업은 다음 리전에서만 지원되며 기타 다른 리전에서는 지원되지 않습니다.
  + 북미: us-east-1 \| us-west-1 \| us-west-2 \| us-east-2 \| ca-central-1 \| us-gov-west-1
  + 남미: sa-east-1
  + 유럽/중동/아프리카: eu-west-1 \| eu-central-1
  + 아시아 태평양: ap-southeast-1 \| ap-northeast-1 \| ap-southeast-2 \| ap-northeast-2 \| ap-south-1 \| cn-north-1

## 인스턴스 가져오기를 사용하여 VM 가져오기
<a name="vmimport-instance-import-prerequisites"></a>

`ImportInstance` 작업을 사용하여 VM을 인스턴스로 가져올 수 있습니다. 자세한 내용은 **Amazon Elastic Compute Cloud API 참조의 [ImportInstance](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html)를 참조하세요.