Fork me on GitHub
#onyx
<
2015-11-27
>
greywolve06:11:10

awesome thanks !

lucasbradstreet06:11:38

No problem. Heads up on the Riemann service name that we ended up using. We settled on [task-name]_peer-id where the peer-id will change. Hopefully that's acceptable for you. Let me know if it isn't.

robert-stuttaford06:11:56

hopefully we can grab all of them via wildcard somehow

lucasbradstreet06:11:50

Yeah. They have tags on them too which might help. I was trying to use the tags from grafana last night and I couldn't figure it out

robert-stuttaford06:11:41

don’t forget to tweet your release so i can RT it simple_smile

lucasbradstreet06:11:08

Will do. It's mostly a bug fix release so I wasn't so concerned about it but I will shortly

lucasbradstreet07:11:22

Boy, AWS is great at providing “comprehensive” docs that don’t actually show you how to fit things together

lucasbradstreet07:11:13

For example, I’m trying to increase the size of the EBS volumes used by my CF cloudformation scaling group instances

lucasbradstreet07:11:08

Hmm, I guess I need to increase the size on the image, meh

lucasbradstreet07:11:53

Ah then resize. No worries heh

Kira Sotnikov07:11:54

lucasbradstreet:

"Properties": {
        "BlockDeviceMappings": [
          {
            "DeviceName": "\/dev\/sda1",
            "Ebs": {
              "VolumeSize": "50"
            }
          }
        ]
      },
      "Type": "AWS::AutoScaling::LaunchConfiguration"
    }

lucasbradstreet07:11:15

Ah, excellent. Yep that’s exactly what I did

Kira Sotnikov07:11:18

It's part of my template for increase root volume

lucasbradstreet07:11:20

Thanks very much

lucasbradstreet07:11:11

I can set the iops for the volume under the Ebs key too, right?

Kira Sotnikov07:11:11

Iops
The number of I/O operations per second (IOPS) that the volume supports. This can be an integer from 100 – 2000.

Required: Conditional Required when the volume type is io1; not used with other volume types.

Type: Number

lucasbradstreet07:11:37

Cool, just checking that it’s the same Ebs property set(?)

Kira Sotnikov07:11:18

Yeah, you can use it simple_smile

Kira Sotnikov07:11:09

You are welcome, (it's good feeling when you can help and no only asking stupid questions))

Kira Sotnikov07:11:14

lucasbradstreet: I afraid you need to restart your instance (terminate and create new one)

lucasbradstreet07:11:31

No worries. It's for our benchmark suite so it's all pretty ephemeral anyway :)

lucasbradstreet07:11:31

We blow through 8GB of disk very quickly when testing state management. I'm going to need to get state compaction up and running to bench overnight :D