I am Working on putting subnets into different availability zones with the help of ansible. I want to put subnet1 into us-east-1a, then subnet2 into us-east-1b and so on. Currently I can only be able to put servers onto us-east-1a only. Here is the ansible scripts.
I am Working on putting subnets into different availability zones with
the help of ansible. I want to put subnet1 into us-east-1a, then
subnet2 into us-east-1b and so on. Currently I can only be able to put
servers onto us-east-1a only. Here is the ansible scripts.
What happens when you try?
-Josh (jbs@care.com)
This email is intended for the person(s) to whom it is addressed and may contain information that is PRIVILEGED or CONFIDENTIAL. Any unauthorized use, distribution, copying, or disclosure by any person other than the addressee(s) is strictly prohibited. If you have received this email in error, please notify the sender immediately by return email and delete the message and any attachments from your system.
Hi I can only find all the subnets in the same availability zones which is us-east-1a only. I want each of my subnets into different availability zones in AWS.
Hi I can only find all the subnets in the same availability zones which
is us-east-1a only. I want each of my subnets into different
availability zones in AWS.
Hmm, I don't have any other great ideas, then -- setting the 'az'
parameter in the elements of the 'subnets' list does the right thing when
I try it. (I haven't tried your exact example, but something similar when
I set up a VPC at AWS a while ago.) I did encounter an error where AWS
wouldn't let me create a subnet in a particular AZ (us-east-1c, I think),
but that gave an obvious error, it didn't just drop the subnet into a
different AZ.
-Josh (jbs@care.com)
This email is intended for the person(s) to whom it is addressed and may contain information that is PRIVILEGED or CONFIDENTIAL. Any unauthorized use, distribution, copying, or disclosure by any person other than the addressee(s) is strictly prohibited. If you have received this email in error, please notify the sender immediately by return email and delete the message and any attachments from your system.