HA in an existing VPC

I'm trying to deploy this in front of a bunch of existing stacks, in an existing VPC, is there a way that we can to deploy the HA template in an existing VPC? [:S] Also, it would be nice to be able to define the subnets that it will be using.

Any help would be appreciated.
Parents
  • Hey everyone, thanks for your feedback, and sorry for the slow reply on my part. I've been busy travelling, and am just getting caught up from my return.

    The existing incarnation is meant to be for creating new setups, rather than changing existing setups, and is limited to a single public IP currently. Some of this is because of limits in features available in the cloudformation template system.

    We're working on some features for release following the autoscaling release, that will help simplify deployment, and should allow conversion of an existing UTM from standalone to HA or autoscaling. 

    I made a couple of tweaks to the published templates, to test a couple ideas, and the attached templates in this post offer the ability to set the octet for each subnet we'll create, and also to choose the three availability zones currently statically listed in the template. There are issues where AWS will not make all AZs available in all accounts, so if you run into this issue, you don't need to edit the template to work around it. I've also updated the default AMI ID, since it was still referencing the AMI ID sent to aws for publishing, not the AMI ID they made public after publishing.  

    If you're having problems deploying, give these a try, and let me know if it helps.
    aws ha templates.zip
Reply
  • Hey everyone, thanks for your feedback, and sorry for the slow reply on my part. I've been busy travelling, and am just getting caught up from my return.

    The existing incarnation is meant to be for creating new setups, rather than changing existing setups, and is limited to a single public IP currently. Some of this is because of limits in features available in the cloudformation template system.

    We're working on some features for release following the autoscaling release, that will help simplify deployment, and should allow conversion of an existing UTM from standalone to HA or autoscaling. 

    I made a couple of tweaks to the published templates, to test a couple ideas, and the attached templates in this post offer the ability to set the octet for each subnet we'll create, and also to choose the three availability zones currently statically listed in the template. There are issues where AWS will not make all AZs available in all accounts, so if you run into this issue, you don't need to edit the template to work around it. I've also updated the default AMI ID, since it was still referencing the AMI ID sent to aws for publishing, not the AMI ID they made public after publishing.  

    If you're having problems deploying, give these a try, and let me know if it helps.
    aws ha templates.zip
Children