EC2 paravirtual instance types should not be used

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Description

This control checks the virtualization type of an EC2 instance to determine if it is set to paravirtual. The control fails if the instance is using paravirtualization.

Amazon Machine Images (AMIs) for Linux come in two virtualization types: paravirtual (PV) and hardware virtual machine (HVM). The primary distinctions between PV and HVM AMIs include their boot methods and their ability to leverage hardware extensions (such as CPU, network, and storage) for enhanced performance.

Historically, PV instances often outperformed HVM instances in many scenarios. However, with advancements in HVM technology and the availability of PV drivers for HVM AMIs, this is no longer the case. For further details, refer to the section on Linux AMI virtualization types in the Amazon EC2 User Guide for Linux Instances.

Remediation

For instructions on updating an EC2 instance to a new instance type, refer to the section on [changing the instance type in the Amazon EC2 User Guide for Linux Instances][2].