salt/conf/cloud.profiles.d/EC2-us-east-1.profiles

117 lines
2.4 KiB
Plaintext
Raw Normal View History

2013-01-28 21:53:08 +00:00
# Official distro images for Arch, Centos, Debian, Fedora, FreeBSD, Ubuntu
2013-01-28 08:09:02 +00:00
# Arch Linux
# https://wiki.archlinux.org/index.php/Arch_Linux_AMIs_for_Amazon_Web_Services
2013-11-20 15:48:01 +00:00
arch_ec2:
provider: my-ec2-config
2013-01-28 08:09:02 +00:00
image: ami-6ee95107
2014-09-27 17:09:08 +00:00
size: t1.micro
2013-01-28 21:53:08 +00:00
ssh_username: root
2013-01-28 08:09:02 +00:00
location: us-east-1
minion:
grains:
2013-01-28 21:53:08 +00:00
cloud: ec2-us-east-1
2013-01-28 08:09:02 +00:00
2013-11-20 15:48:01 +00:00
arch_cloud-init_ec2:
provider: my-ec2-config
2013-01-28 08:09:02 +00:00
image: ami-596de730
2014-09-27 17:09:08 +00:00
size: t1.micro
2013-01-28 21:53:08 +00:00
ssh_username: root
2013-01-28 08:09:02 +00:00
location: us-east-1
minion:
grains:
2013-01-28 21:53:08 +00:00
cloud: ec2-us-east-1
2013-01-28 08:09:02 +00:00
2013-11-20 15:48:01 +00:00
# Centos 6, available from ec2 marketplace for no-charge
2013-01-28 23:08:43 +00:00
# http://wiki.centos.org/Cloud/AWS
2013-01-29 00:04:18 +00:00
centos_6:
2013-11-20 15:48:01 +00:00
provider: my-ec2-config
2013-01-28 08:09:02 +00:00
image: ami-86e15bef
2014-09-27 17:09:08 +00:00
size: t1.micro
2013-01-28 08:09:02 +00:00
ssh_username: root
location: us-east-1
minion:
grains:
2013-01-28 21:53:08 +00:00
cloud: ec2-us-east-1
2013-01-28 08:09:02 +00:00
2014-08-11 17:58:55 +00:00
# official Debian, available at no-charge from ec2 marketplace:
2013-01-28 23:08:43 +00:00
# http://wiki.debian.org/Cloud/AmazonEC2Image
2013-11-20 15:48:01 +00:00
debian_squeeze_ec2:
provider: my-ec2-config
2013-01-28 08:09:02 +00:00
image: ami-a121a6c8
2014-09-27 17:09:08 +00:00
size: t1.micro
2013-01-28 08:09:02 +00:00
ssh_username: admin
location: us-east-1
minion:
grains:
2013-01-28 21:53:08 +00:00
cloud: ec2-us-east-1
2013-01-28 08:09:02 +00:00
# Fedora project cloud images
# https://fedoraproject.org/wiki/Cloud_images
2013-11-20 15:48:01 +00:00
fedora_17_ec2:
provider: my-ec2-config
2013-01-28 08:09:02 +00:00
image: ami-2ea50247
2014-09-27 17:09:08 +00:00
size: t1.micro
2013-01-28 21:53:08 +00:00
ssh_username: ec2-user
2013-01-28 08:09:02 +00:00
location: us-east-1
minion:
grains:
2013-01-28 21:53:08 +00:00
cloud: ec2-us-east-1
2013-01-28 08:09:02 +00:00
2013-11-20 15:48:01 +00:00
fedora_18_ec2:
provider: my-ec2-config
2013-01-28 08:09:02 +00:00
image: ami-6145cc08
2014-09-27 17:09:08 +00:00
size: t1.micro
2013-01-28 21:53:08 +00:00
ssh_username: ec2-user
2013-01-28 08:09:02 +00:00
location: us-east-1
minion:
grains:
2013-01-28 21:53:08 +00:00
cloud: ec2-us-east-1
2013-01-28 08:09:02 +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
2014-09-27 17:09:08 +00:00
# this t1.micro instance does not auto-populate SSH keys see above link
2013-11-20 15:48:01 +00:00
freebsd_91_ec2:
provider: my-ec2-config
2013-01-28 18:19:58 +00:00
image: ami-5339bb3a
2014-09-27 17:09:08 +00:00
size: t1.micro
2013-01-28 21:53:08 +00:00
ssh_username: ec2-user
location: us-east-1
minion:
grains:
cloud: ec2-us-east-1
2013-11-20 15:48:01 +00:00
freebsd_91_4XL_ec2:
provider: my-ec2-config
2013-01-28 21:53:08 +00:00
image: ami-79088510
size: Cluster Compute 4XL
ssh_username: ec2-user
2013-01-28 18:19:58 +00:00
location: us-east-1
minion:
grains:
2013-01-28 21:53:08 +00:00
cloud: ec2-us-east-1
2013-01-28 18:19:58 +00:00
2013-01-28 08:09:02 +00:00
# Canonical Ubuntu LTS images
# http://cloud-images.ubuntu.com/releases/
2013-11-20 15:48:01 +00:00
ubuntu_lucid_ec2:
provider: my-ec2-config
2013-01-28 08:09:02 +00:00
image: ami-21e47148
2014-09-27 17:09:08 +00:00
size: t1.micro
2013-01-28 08:09:02 +00:00
ssh_username: ubuntu
location: us-east-1
minion:
grains:
2013-01-28 21:53:08 +00:00
cloud: ec2-us-east-1
2013-01-28 08:09:02 +00:00
2013-11-20 15:48:01 +00:00
ubuntu_precise_ec2:
provider: my-ec2-config
2013-02-13 19:00:57 +00:00
image: ami-0145d268
2014-09-27 17:09:08 +00:00
size: t1.micro
2013-01-28 08:09:02 +00:00
ssh_username: ubuntu
location: us-east-1
minion:
grains:
2013-01-28 21:53:08 +00:00
cloud: ec2-us-east-1
2013-01-28 08:09:02 +00:00