Cleanup, a few notes for centos

This commit is contained in:
Justin Santa Barbara 2016-11-06 22:28:07 -05:00
parent 3e2d89c6b0
commit 7e7dd953c8
1 changed files with 15 additions and 6 deletions

View File

@ -34,21 +34,30 @@ In addition, we support a few-well known aliases for the owner:
## CentOS
CentOS7 support is still experimental.
CentOS7 support is still experimental, but should work. Please report any issues.
The following steps are known:
* Accept the agreement at http://aws.amazon.com/marketplace/pp?sku=aw0evgkw8e5c1q413zgy5pjce
* Specify the AMI by id (there are no tags): us-east-1: ami-6d1c2007
* You must accept the agreement at http://aws.amazon.com/marketplace/pp?sku=aw0evgkw8e5c1q413zgy5pjce
* Specify the AMI by id (there are no tags): us-east-1: `ami-6d1c2007`
* You may find images from the [CentOS AWS page](https://wiki.centos.org/Cloud/AWS)
* You can also query by product-code: `aws ec2 describe-images --region=us-west-2 --filters Name=product-code,Values=aw0evgkw8e5c1q413zgy5pjce`
Be aware of the following limitations:
* CentOS 7.2 is the recommended minimum version
* CentOS7 AMIs are running an older kernel than we prefer to run elsewhere
## RHEL7
RHEL7 support is still experimental.
RHEL7 support is still experimental, but should work. Please report any issues.
The following steps are known:
* RHEL 7.2 is the recommended minimum version
* RHEL7 AMIs are running an older kernel than we prefer to run elsewhere
* Redhat AMIs can be found using `aws ec2 describe-images --region=us-east-1 --owner=309956199498 --filters Name=virtualization-type,Values=hvm`
* You can specify the name using the owner alias, for example `redhat.com/RHEL-7.2_HVM-20161025-x86_64-1-Hourly2-GP2`
Be aware of the following limitations:
* RHEL 7.2 is the recommended minimum version
* RHEL7 AMIs are running an older kernel than we prefer to run elsewhere