2013-01-28 21:53:08 +00:00
|
|
|
# Official distro images for Arch, Centos, Debian, Fedora, FreeBSD, Ubuntu
|
2013-01-28 06:31:43 +00:00
|
|
|
|
|
|
|
# Arch Linux
|
|
|
|
# https://wiki.archlinux.org/index.php/Arch_Linux_AMIs_for_Amazon_Web_Services
|
|
|
|
arch_aws:
|
|
|
|
provider: aws
|
|
|
|
image: ami-337d5b76
|
|
|
|
size: Micro Instance
|
|
|
|
os: Arch
|
2013-01-28 21:53:08 +00:00
|
|
|
ssh_username: root
|
2013-01-28 06:31:43 +00:00
|
|
|
location: us-west-1
|
|
|
|
minion:
|
|
|
|
grains:
|
2013-01-28 21:53:08 +00:00
|
|
|
cloud: ec2-us-west-1
|
2013-01-28 06:31:43 +00:00
|
|
|
|
|
|
|
arch_cloud-init_aws:
|
|
|
|
provider: aws
|
|
|
|
image: ami-6a5f7c2f
|
|
|
|
size: Micro Instance
|
|
|
|
os: Arch
|
2013-01-28 21:53:08 +00:00
|
|
|
ssh_username: root
|
2013-01-28 06:31:43 +00:00
|
|
|
location: us-west-1
|
|
|
|
minion:
|
|
|
|
grains:
|
2013-01-28 21:53:08 +00:00
|
|
|
cloud: ec2-us-west-1
|
2013-01-28 06:31:43 +00:00
|
|
|
|
|
|
|
# Centos 6, available from aws marketplace for no-charge
|
2013-01-28 23:08:43 +00:00
|
|
|
# http://wiki.centos.org/Cloud/AWS
|
2013-01-28 06:31:43 +00:00
|
|
|
centos_6
|
|
|
|
provider: aws
|
|
|
|
image: ami-f61630b3
|
|
|
|
size: Micro Instance
|
|
|
|
os: Centos
|
|
|
|
ssh_username: root
|
|
|
|
location: us-west-1
|
|
|
|
minion:
|
|
|
|
grains:
|
2013-01-28 21:53:08 +00:00
|
|
|
cloud: ec2-us-west-1
|
2013-01-28 06:31:43 +00:00
|
|
|
|
|
|
|
# official Debain, available at no-charge from aws marketplace:
|
2013-01-28 23:08:43 +00:00
|
|
|
# http://wiki.debian.org/Cloud/AmazonEC2Image
|
2013-01-28 06:31:43 +00:00
|
|
|
debian_squeeze_aws:
|
|
|
|
provider: aws
|
|
|
|
image: ami-2c735269
|
|
|
|
size: Micro Instance
|
|
|
|
os: Debian
|
|
|
|
ssh_username: admin
|
|
|
|
location: us-west-1
|
|
|
|
minion:
|
|
|
|
grains:
|
2013-01-28 21:53:08 +00:00
|
|
|
cloud: ec2-us-west-1
|
2013-01-28 06:31:43 +00:00
|
|
|
|
|
|
|
# Fedora project cloud images
|
|
|
|
# https://fedoraproject.org/wiki/Cloud_images
|
|
|
|
fedora_17_aws:
|
|
|
|
provider: aws
|
|
|
|
image: ami-877e24c2
|
|
|
|
size: Micro Instance
|
|
|
|
os: Fedora
|
2013-01-28 21:53:08 +00:00
|
|
|
ssh_username: ec2-user
|
2013-01-28 06:31:43 +00:00
|
|
|
location: us-west-1
|
|
|
|
minion:
|
|
|
|
grains:
|
2013-01-28 21:53:08 +00:00
|
|
|
cloud: ec2-us-west-1
|
2013-01-28 06:31:43 +00:00
|
|
|
|
|
|
|
fedora_18_aws:
|
|
|
|
provider: aws
|
|
|
|
image: ami-0899b94d
|
|
|
|
size: Micro Instance
|
|
|
|
os: Fedora
|
2013-01-28 21:53:08 +00:00
|
|
|
ssh_username: ec2-user
|
2013-01-28 06:31:43 +00:00
|
|
|
location: us-west-1
|
|
|
|
minion:
|
|
|
|
grains:
|
2013-01-28 21:53:08 +00:00
|
|
|
cloud: ec2-us-west-1
|
2013-01-28 06:31:43 +00:00
|
|
|
|
2013-01-28 18:19:58 +00:00
|
|
|
# FreeBSD 9.1
|
|
|
|
# http://www.daemonology.net/freebsd-on-ec2/
|
2013-01-28 21:53:08 +00:00
|
|
|
|
|
|
|
# this micro instance does not auto-populate SSH keys see above link
|
2013-01-28 18:19:58 +00:00
|
|
|
freebsd_91_aws:
|
|
|
|
provider: aws
|
|
|
|
image: ami-4c8baa09
|
|
|
|
size: Micro Instance
|
2013-01-28 21:53:08 +00:00
|
|
|
os: FreeBSD
|
|
|
|
ssh_username: ec2-user
|
2013-01-28 18:19:58 +00:00
|
|
|
location: us-west-1
|
|
|
|
minion:
|
|
|
|
grains:
|
2013-01-28 21:53:08 +00:00
|
|
|
cloud: ec2-us-west-1
|
2013-01-28 18:19:58 +00:00
|
|
|
|
2013-01-28 06:31:43 +00:00
|
|
|
# Canonical Ubuntu LTS images
|
|
|
|
# http://cloud-images.ubuntu.com/releases/
|
|
|
|
ubuntu_lucid_aws:
|
|
|
|
provider: aws
|
|
|
|
image: ami-bb88acfe
|
|
|
|
size: Micro Instance
|
|
|
|
os: Ubuntu
|
|
|
|
ssh_username: ubuntu
|
|
|
|
location: us-west-1
|
|
|
|
minion:
|
|
|
|
grains:
|
2013-01-28 21:53:08 +00:00
|
|
|
cloud: ec2-us-west-1
|
2013-01-28 06:31:43 +00:00
|
|
|
|
|
|
|
ubuntu_precise_aws:
|
|
|
|
provider: aws
|
|
|
|
image: ami-b87252fd
|
|
|
|
size: Micro Instance
|
|
|
|
os: Ubuntu
|
|
|
|
ssh_username: ubuntu
|
|
|
|
location: us-west-1
|
|
|
|
minion:
|
|
|
|
grains:
|
2013-01-28 21:53:08 +00:00
|
|
|
cloud: ec2-us-west-1
|
2013-01-28 06:31:43 +00:00
|
|
|
|