- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
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.
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].