From Fedora Project Wiki

Revision as of 13:03, 2 June 2020 by Kparal (talk | contribs) (first shot at this)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Launch Fedora CoreOS in Amazon Web Services from the next image.

Idea.png
Free of charge
At the time of writing this test case, FCOS could be launched free of charge in AWS, making it possible to run this test case without paying for it.

Setup

  1. Create an Amazon AWS account.

How to test

  1. Pick the closest region in the list of FCOS AWS next images and copy the AMI image ID.
  2. Follow Launching on Amazon Web Services (AWS) documentation to launch the image in AWS using this AMI image ID.
  3. Use the provided instructions in AWS to SSH to the new FCOS instance using ssh username@ipaddress (replace username and ipaddress with actual values).
    • If you did not provide a custom Ignition file and only provided a SSH key-pair, then the default username to use is core.

Expected Results

  1. The system launches in AWS according to the instructions.
  2. You can connect through SSH.
  3. The linked documentation is clear, all steps are understandable, and nothing important is missing from it.

Optional

  1. Instead of providing just a SSH key-pair, familiarize yourself with FCOS provisioning philosophy and create an Ignition file (copying the simplest example is fine). Then run this test case again, this time using your custom Ignition file.
  2. Instead of launching the AWS instance from the command line, use AWS web interface to launch it. At the download page, click on the link next to your selected image to be redirected to the AWS web interface.