workers are all in one availability zone
nkhine opened this issue · 3 comments
nkhine commented
bruj0 commented
Something like this:
modules/worker/ec2.tf
@@ -1,4 +1,5 @@
resource "aws_launch_configuration" "worker" {
+ availability_zones = ["us-east-1a", "us-east-1b", "us-east-1c"]
ebs_block_device {
device_name = "/dev/xvdf"
volume_size = "${ var.volume_size["ebs"] }"
More info: https://www.terraform.io/docs/providers/aws/d/availability_zones.html
cemo commented
like this:
nkhine commented
nice one, thank you
…On 25 June 2017 at 09:12, Cemalettin Koc ***@***.***> wrote:
like this:
https://github.com/kz8s/tack/pull/182/files
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#195 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAFMWDVc0mx6hABeYtTO4X_r_v9EJOYqks5sHhaBgaJpZM4OEin1>
.
--
%>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or chr(97+(ord(c)-83)%26) for
c in ",adym,*)&uzq^zqf" ] )