sample_data.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. ---
  2. accounts:
  3. - :name: production
  4. - :name: testing
  5. regions:
  6. - us-east-1:
  7. - us-east-1a
  8. - us-east-1b
  9. - us-east-1c
  10. - us-east-1d
  11. - us-east-1e
  12. - us-west-1:
  13. - us-west-1a
  14. - us-west-1c
  15. ssh_keys:
  16. - name: prod1
  17. account: production
  18. - name: prod2
  19. account: production
  20. - name: test-key
  21. account: testing
  22. buckets:
  23. - name: testingbucket
  24. size: 10000000
  25. account: testing
  26. region: us-west-1
  27. - name: productionbucket
  28. size: 90999000000
  29. account: production
  30. region: us-east-1
  31. vpcs:
  32. - vpc_id: vpc-21121
  33. name: prod-vpc-1
  34. state: available
  35. default: false
  36. cidr: 192.168.0.0/24
  37. region: us-east-1
  38. account: production
  39. - vpc_id: vpc-21122
  40. name: test-vpc-1
  41. state: available
  42. default: false
  43. cidr: 192.168.5.0/24
  44. region: us-west-1
  45. account: testing
  46. subnets:
  47. - subnet_id: subnet-444444
  48. cidr: 192.168.5.0/25
  49. name: test-subnet-public
  50. ip_count: 128
  51. state: avaliable
  52. az: us-west-1a
  53. vpc_id: vpc-21122
  54. - subnet_id: subnet-444445
  55. cidr: 192.168.5.128/25
  56. name: test-subnet-private
  57. ip_count: 128
  58. state: avaliable
  59. az: us-west-1c
  60. vpc_id: vpc-21122
  61. - subnet_id: subnet-555555
  62. cidr: 192.168.0.0/26
  63. name: test-subnet-public
  64. ip_count: 64
  65. state: avaliable
  66. az: us-east-1a
  67. vpc_id: vpc-21121
  68. - subnet_id: subnet-555556
  69. cidr: 192.168.0.64/26
  70. name: test-subnet-private
  71. ip_count: 64
  72. state: avaliable
  73. az: us-east-1b
  74. vpc_id: vpc-21121
  75. - subnet_id: subnet-555557
  76. cidr: 192.168.0.128/25
  77. name: test-subnet-private
  78. ip_count: 128
  79. state: avaliable
  80. az: us-east-1d
  81. vpc_id: vpc-21121
  82. nodes:
  83. - node_id: i-1111111111
  84. name: web1
  85. ip: 192.168.5.2
  86. public_ip: 8.8.8.8
  87. size: m1.medium
  88. ami: ami-12345678
  89. subnet_id: subnet-444444
  90. az: us-west-1a
  91. ssh_key: test-key
  92. account: testing
  93. - node_id: i-1111111112
  94. name: web2
  95. ip: 192.168.5.3
  96. public_ip: 8.8.8.4
  97. size: m1.medium
  98. ami: ami-12345678
  99. subnet_id: subnet-444444
  100. az: us-west-1a
  101. ssh_key: test-key
  102. account: testing
  103. - node_id: i-1111111113
  104. name: app1
  105. ip: 192.168.5.201
  106. public_ip: ""
  107. size: m1.medium
  108. ami: ami-12345678
  109. subnet_id: subnet-444445
  110. az: us-west-1a
  111. ssh_key: test-key
  112. account: testing