📦 Use raw image format for AWS
Although the vhdx format is smaller than raw, AWS often has some issues booting instances from an imported vhdx snapshot. The raw format seems to boot consistently at AWS. Fixes #754. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
dd0fc32b02
commit
0f32f35756
12 changed files with 28 additions and 29 deletions
|
|
@ -10,10 +10,9 @@ popular cloud computing platform. It conforms to Amazon’s
|
|||
EC2 uses Amazon Machine Images (AMIs) internally, which can only be created
|
||||
inside EC2. An image in a standard format (ova, vmdk, vhd/x, or raw) must be
|
||||
imported from S3 storage. *osbuild-composer* generates this image type in the
|
||||
VHDX format, because it is fairly modern, widely used, and uses less space than
|
||||
RAW images.
|
||||
RAW format for the best compatibility with AWS.
|
||||
|
||||
This image is availble for `x86_64` and `aarch64`, because those are the only
|
||||
This image is available for `x86_64` and `aarch64`, because those are the only
|
||||
architectures available in EC2.
|
||||
|
||||
EC2 doesn't require any specialized firmware. Thus, in order to keep the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue