Created
August 20, 2015 16:07
-
-
Save drnic/0ee3335b0c0d435861e6 to your computer and use it in GitHub Desktop.
t2.micro/t2.small erroring
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compilation: | |
cloud_properties: | |
instance_type: m3.medium | |
network: agent1 | |
reuse_compilation_vms: true | |
workers: 6 | |
director_uuid: 6f4651e3-2fe6-4ce8-851c-xxxxxxxx | |
jobs: | |
- instances: 1 | |
name: agent | |
networks: | |
- name: agent1 | |
resource_pool: small_z1 | |
templates: | |
- name: agent | |
release: stannis | |
meta: | |
stemcell: | |
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent | |
version: 3033 | |
name: uswest2-cf-1-stannis | |
networks: | |
- name: agent1 | |
subnets: | |
- cloud_properties: | |
security_groups: | |
- ssh-cf | |
- bosh-uswest2-cf-1 | |
subnet: subnet-xxxxxx | |
dns: | |
- 10.72.0.2 | |
gateway: 10.72.10.129 | |
name: stannis | |
range: 10.72.10.128/27 | |
reserved: | |
- 10.72.10.130-10.72.10.140 | |
static: | |
- 10.72.10.141 | |
type: manual | |
properties: | |
bosh_uploader: ... | |
releases: | |
- name: stannis | |
version: 1 | |
resource_pools: | |
- cloud_properties: | |
instance_type: t2.small | |
name: small_z1 | |
network: agent1 | |
size: 1 | |
stemcell: | |
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent | |
version: 3033 | |
update: | |
canaries: 1 | |
canary_watch_time: 1000-30000 | |
max_in_flight: 50 | |
serial: false | |
update_watch_time: 1000-30000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment