cloudfoundry-community-attic / bosh-bootstrap

From zero to a running micro BOSH in one command line
MIT License
63 stars 46 forks source link

switch to m3.medium instance type (m1.medium no longer available) #299

Closed thewoolleyman closed 9 years ago

drnic commented 9 years ago

We can't use m3.medium due to its tiny ephemeral disk (4G). Annoying. So m3.large?

On Wed, Jan 21, 2015 at 1:15 PM, Chad Woolley notifications@github.com wrote:

You can view, comment on, or merge this pull request online at: https://github.com/cloudfoundry-community/bosh-bootstrap/pull/299 -- Commit Summary --

thewoolleyman commented 9 years ago

I would go with c3.large, it's more resources (except for memory) than m3.large, and cheaper.

Also, https://github.com/cloudfoundry-community/terraform-aws-bosh/pull/2 is a companion pull request.

Would you like me to update both of these with new pull requests, or do you just want to make the changes?

thewoolleyman commented 9 years ago

Wait, so m3.medium should be ok for cloudfoundry-community/terraform-aws-bosh#2 - since that's just the bastion. Right?

lnguyen commented 9 years ago

Hey so I added m3 with ephemeral disk so it should defaulted to m3 now .