wiki/info/landscape/creating-ec2-image-from-scratch.md
... ...
@@ -2,7 +2,7 @@
2 2
3 3
I started out with a clean "Amazon Linux AMI 2015.03 (HVM), SSD Volume Type - ami-a10897d6" image from Amazon and added the existing Swap and Home snapshots as new volumes. The root/system volume I left as is, to start with. This requires having access to a user key that can be selected when launching the image.
4 4
5
-Enable the EPEL repository by issuing `yum-config-manager --enable epel/x86_64`.
5
+Enable the EPEL repository by issuing `yum-config-manager --enable epel/x86_64` or `sudo amazon-linux-extras install epel -y`.
6 6
7 7
I then did a `yum update` and added the following packages:
8 8