Re: [aws] How to run t2.micro?
Brian Cunnie <bcunnie@...>
I use t2.micro stemcells all the time, but I only deploy with bosh-init,
toggle quoted messageShow quoted text
not bosh. here's a snippet from https://github.com/APShirley/sslxip-release/blob/master/examples/bosh-init-manifest-sslip.yml - name: sslip_pool network: default cloud_properties: instance_type: t2.micro ephemeral_disk: size: 4000 type: gp2 availability_zone: us-east-1a stemcell: url: https://bosh.io/d/stemcells/bosh-aws-xen-hvm-centos-7-go_agent?v=3042 sha1: 082b4eee247bb199138ec6163fb4ea92f6b7fcc4
On Thu, Aug 20, 2015 at 12:35 PM, Stevo Slavić <sslavic(a)gmail.com> wrote:
Why not try with latest version of that stemcell?
|
|