pythian / opsviz

26 stars 24 forks source link

Lesaux/small fixes #68

Closed lesaux closed 9 years ago

lesaux commented 9 years ago

Fixing some minor issues that kinda prevented me from launching the stack.

1) t2 instance size is not supported on Bastion host and CFN error is not very explicit. There's probably a better solution but let's just not support t2 instances for now. This temporarily addresses https://github.com/pythian/opsviz/issues/34

2)There's a recent django issue that can be addressed by using latest graphite cookbook release. Not a long term solution either, but it works until the cookbook version is bumped.

3)VPC tag Network=public doesn't make sense. Replacing by Name=opsviz.

4)Fixed one typo in readme.md