Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/installing/cloud/aws-ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ We will be launching three instances, with a few parameters in the User Data, an

## Installation from a VMDK image

Note: it is not recommened to install from a VMDK image, due to intermittent AMI corruptions. Please consider using a raw image `flatcar_production_ami_image.bin.bz2` instead.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there maybe an issue with some background for this recommendation?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Note: it is not recommened to install from a VMDK image, due to intermittent AMI corruptions. Please consider using a raw image `flatcar_production_ami_image.bin.bz2` instead.
Note: It is not recommened to install from a VMDK image, due to intermittent AMI corruptions in the AWS import function ([more information in this closed issue](https://github.com/flatcar/Flatcar/issues/840)). Please consider using a raw image `flatcar_production_ami_image.bin.bz2` instead.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Note: it is not recommened to install from a VMDK image, due to intermittent AMI corruptions. Please consider using a raw image `flatcar_production_ami_image.bin.bz2` instead.
Note: it is not recommended to install from a VMDK image, due to intermittent AMI corruptions. Please consider using a raw image `flatcar_production_ami_image.bin.bz2` instead.


One of the possible ways of installation is to import the generated VMDK Flatcar image as a snapshot. The image file will be in `https://${CHANNEL}.release.flatcar-linux.net/${ARCH}-usr/${VERSION}/flatcar_production_ami_vmdk_image.vmdk.bz2`.
Make sure you download the signature (it's available in `https://${CHANNEL}.release.flatcar-linux.net/${ARCH}-usr/${VERSION}/flatcar_production_ami_vmdk_image.vmdk.bz2.sig`) and check it before proceeding.

Expand Down