A page similar to “Fedora on Microsoft Azure” for AWS ie. “Fedora on AWS” would be very helpful.
Indeed, and we should also have one for Google Cloud as well. I'm happy to review a PR for those docs, but particularly for AWS I'm not too knowledgeable about the user experience and don't have an account to play around with.
I have publised the "Installing Fedora 43 on AWS EC2 using CLI" on Medium https://medium.com/@shettynico/installing-fedora-43-on-aws-ec2-using-cli-cedb97a35603
I can also add it to Fedora docs, and submit a PR.
I'd very happily review such a PR, thanks!
Skimming the post, I would probably tweak it for the docs to note users should install the cli with sudo dnf install awscli2 or something like that.
sudo dnf install awscli2
Thanks for reviewing it.
The below step in the document covers the installation of the AWS cli. It is as per the AWS documentation.
Step 2: Run the Installer To install the AWS CLI, run the following commands: $ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" $ unzip awscliv2.zip $ sudo ./aws/install
Fixed https://pagure.io/fedora-cloud/docs-site/pull-request/13
Metadata Update from @nicoshetty: - Issue status updated to: Closed (was: Open)