AMI/AKI/ARI 아마존에 이미지 포맷형태
The AMI/AKI/ARI format was the initial image format supported by Amazon
EC2. The image consists of three files:
• AMI (Amazon Machine Image):
This is a virtual machine image in raw format, as described above.
VM Image Guide June 11, 2015 current
2
:: raw format 이미지
• AKI (Amazon Kernel Image)
A kernel file that the hypervisor will load initially to boot the image. For
a Linux machine, this would be a vmlinuz file.
:: 커널 압축이미지 vmlinuz
• ARI (Amazon Ramdisk Image)
An optional ramdisk file mounted at boot time. For a Linux machine,
this would be an initrd file.
:: 커널모듈 이미지와 같은 역활 (커널이 로딩되기전에 미리불러들어지는 이미지 : initrd)