EC2-us-west-2.profiles 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. # Official distro images for Arch, Centos, Debian, Fedora, FreeBSD, Ubuntu
  2. # Arch Linux
  3. # https://wiki.archlinux.org/index.php/Arch_Linux_AMIs_for_Amazon_Web_Services
  4. #arch_ec2:
  5. # provider: my-ec2-config
  6. # image: ami-bcf77e8c
  7. # size: t1.micro
  8. # ssh_username: root
  9. # location: us-west-2
  10. # minion:
  11. # grains:
  12. # cloud: ec2-us-west-2
  13. #arch_cloud-init_ec2:
  14. # provider: my-ec2-config
  15. # image: ami-6a5f7c2f
  16. # size: t1.micro
  17. # ssh_username: root
  18. # location: us-west-2
  19. # minion:
  20. # grains:
  21. # cloud: ec2-us-west-2
  22. # Centos 6, available from ec2 marketplace for no-charge
  23. # http://wiki.centos.org/Cloud/AWS
  24. #centos_6:
  25. # provider: my-ec2-config
  26. # image: ami-de5bd2ee
  27. # size: t1.micro
  28. # ssh_username: root
  29. # location: us-west-2
  30. # minion:
  31. # grains:
  32. # cloud: ec2-us-west-2
  33. # official Debian, available at no-charge from ec2 marketplace:
  34. # http://wiki.debian.org/Cloud/AmazonEC2Image
  35. #debian_squeeze_ec2:
  36. # provider: my-ec2-config
  37. # image: ami-e4da52d4
  38. # size: t1.micro
  39. # ssh_username: admin
  40. # location: us-west-2
  41. # minion:
  42. # grains:
  43. # cloud: ec2-us-west-2
  44. # Fedora project cloud images
  45. # https://fedoraproject.org/wiki/Cloud_images
  46. #fedora_17_ec2:
  47. # provider: my-ec2-config
  48. # image: ami-8e69e5be
  49. # size: t1.micro
  50. # ssh_username: ec2-user
  51. # location: us-west-2
  52. # minion:
  53. # grains:
  54. # cloud: ec2-us-west-2
  55. #fedora_18_ec2:
  56. # provider: my-ec2-config
  57. # image: ami-0266ed32
  58. # size: t1.micro
  59. # ssh_username: ec2-user
  60. # location: us-west-2
  61. # minion:
  62. # grains:
  63. # cloud: ec2-us-west-2
  64. # FreeBSD 9.1
  65. # http://www.daemonology.net/freebsd-on-ec2/
  66. # this t1.micro instance does not auto-populate SSH keys see above link
  67. #freebsd_91_ec2:
  68. # provider: my-ec2-config
  69. # image: ami-aa09819a
  70. # size: t1.micro
  71. # ssh_username: ec2-user
  72. # location: us-west-2
  73. # minion:
  74. # grains:
  75. # cloud: ec2-us-west-2
  76. #freebsd_91_4XL_ec2:
  77. # provider: my-ec2-config
  78. # image: ami-66169e56
  79. # size: Cluster Compute 4XL
  80. # ssh_username: ec2-user
  81. # location: us-west-2
  82. # minion:
  83. # grains:
  84. # cloud: ec2-us-west-2
  85. # Canonical Ubuntu LTS images
  86. # http://cloud-images.ubuntu.com/releases/
  87. #ubuntu_lucid_ec2:
  88. # provider: my-ec2-config
  89. # image: ami-6ec8425e
  90. # size: t1.micro
  91. # ssh_username: ubuntu
  92. # location: us-west-2
  93. # minion:
  94. # grains:
  95. # cloud: ec2-us-west-2
  96. #ubuntu_precise_ec2:
  97. # provider: my-ec2-config
  98. # image: ami-e0941ed0
  99. # size: t1.micro
  100. # ssh_username: ubuntu
  101. # location: us-west-2
  102. # minion:
  103. # grains:
  104. # cloud: ec2-us-west-2