carlwgeorge / centos / centos.org

Forked from centos/centos.org 3 years ago
Clone
e8ec7a
---
d66007
title: "CentOS AWS AMI Cloud Images"
12dce5
12dce5
with_datatables: true
e8ec7a
---
d66007
34ad21
CentOS Amazon AMI images
e8ec7a
===========================
e8ec7a
34ad21
Here is the list of current/up2date AMI images IDs that we made public.
34ad21
1cca56
So far we build/update/maintain the following CentOS variants and architectures:
34ad21
e42bb2
 * CentOS Stream 9 (x86_64 and aarch64)
34ad21
34ad21
You can search for architecture or region through search bar.
34ad21
2c11fe
Please note that you can also directly use then the "Deploy Link" function to deploy in specific region, one click away.
e8ec7a
a00813
a00813
5e60f3
Worth knowing that starting from CentOS Stream 9 the cloud user is `ec2-user` while it was `centos` for CentOS Linux 7
a00813
a00813
a00813
12dce5
32cb17
3dc5ae
  
5e29e5
    Version
5e29e5
    Region
5e29e5
    Architecture
5e29e5
    AMI ID
5e29e5
    Deploy link
3dc5ae
  
32cb17
32cb17
3dc5ae
{% for row in site.data.aws-images %}
3dc5ae
  
12dce5
    {{ row["Version"] }}
12dce5
    {{ row["Region"] }}
12dce5
    {{ row["Architecture"] }}
12dce5
    {{ row["AMI ID"] }}
12dce5
    
12dce5
        {% assign row_deploy_link = row["Deploy link"] %}
12dce5
        {% include base/link.html
12dce5
           name="Deploy link"
12dce5
           class="btn btn-sm btn-primary"
12dce5
           icon="fa-brands fa-aws"
12dce5
           icon_position="start"
12dce5
           url=row_deploy_link
12dce5
        %}
12dce5
3dc5ae
  
3dc5ae
{% endfor %}
32cb17
3dc5ae