sample_data.yaml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. - name: productionstate
  32. size: 12089
  33. account: production
  34. region: us-east-1
  35. vpcs:
  36. - vpc_id: vpc-21121
  37. name: prod-vpc-1
  38. state: available
  39. default: false
  40. cidr: 192.168.0.0/24
  41. region: us-east-1
  42. account: production
  43. - vpc_id: vpc-21122
  44. name: test-vpc-1
  45. state: available
  46. default: false
  47. cidr: 192.168.5.0/24
  48. region: us-west-1
  49. account: testing
  50. subnets:
  51. - subnet_id: subnet-444444
  52. cidr: 192.168.5.0/25
  53. name: test-subnet-public
  54. ip_count: 128
  55. state: avaliable
  56. az: us-west-1a
  57. vpc_id: vpc-21122
  58. - subnet_id: subnet-444445
  59. cidr: 192.168.5.128/25
  60. name: test-subnet-private
  61. ip_count: 128
  62. state: avaliable
  63. az: us-west-1c
  64. vpc_id: vpc-21122
  65. - subnet_id: subnet-555555
  66. cidr: 192.168.0.0/26
  67. name: test-subnet-public
  68. ip_count: 64
  69. state: avaliable
  70. az: us-east-1a
  71. vpc_id: vpc-21121
  72. - subnet_id: subnet-555556
  73. cidr: 192.168.0.64/26
  74. name: test-subnet-private
  75. ip_count: 64
  76. state: avaliable
  77. az: us-east-1b
  78. vpc_id: vpc-21121
  79. - subnet_id: subnet-555557
  80. cidr: 192.168.0.128/25
  81. name: test-subnet-private
  82. ip_count: 128
  83. state: avaliable
  84. az: us-east-1d
  85. vpc_id: vpc-21121
  86. nodes:
  87. - node_id: i-1111111111
  88. name: web1
  89. ip: 192.168.5.2
  90. public_ip: 8.8.8.8
  91. size: m1.medium
  92. ami: ami-12345678
  93. subnet_id: subnet-444444
  94. az: us-west-1a
  95. ssh_key: test-key
  96. account: testing
  97. - node_id: i-1111111112
  98. name: web2
  99. ip: 192.168.5.3
  100. public_ip: 8.8.8.4
  101. size: m1.medium
  102. ami: ami-12345678
  103. subnet_id: subnet-444444
  104. az: us-west-1a
  105. ssh_key: test-key
  106. account: testing
  107. - node_id: i-1111111113
  108. name: app1
  109. ip: 192.168.5.201
  110. public_ip: ""
  111. size: m1.medium
  112. ami: ami-12345678
  113. subnet_id: subnet-444445
  114. az: us-west-1a
  115. ssh_key: test-key
  116. account: testing