-
Notifications
You must be signed in to change notification settings - Fork 284
Enhancement: Allow selecting Single AZ deployment to facilitate spinning up low cost non-production environment for quick PoC #65
Comments
@maulik-modi22 PoC/workshop/non-production use cases are starting to become more common, but production use cases are what we focus on. We don't have any plans to build this feature, but we might be willing to accept a pull request if you want to build it. Are you interested? If so, don't start building it yet as I need to discuss with my team. |
@tlindsay42 , Single AZ based VPC are need of the hour for people running GPU based workloads for load testing, internal demonstrations, bechmarking as part of CI/CD Pipelines that require automation to spin up VPC, Deploy AWS resources, benchmark ML model training duration performance against given GPU based instance and delete nested stack... Some of the softwares still do not support Graviton based GPU Sharing an example calculator with just 1 GPU instance of size p3.16xlarge or p4d.24xlarge |
@maulik-modi22 Thanks for the additional context about your use case. |
Still debating with my team whether we would be willing to support this feature. In the meantime, it's possible with existing features to deploy a 2 AZ VPC with the |
Let me provide two more use cases where we tend to use single compute node: |
You're not addressing or answering the questions I'm asking. ? |
I am looking for pure Single AZ deployment, it seems you are suggesting to deploy multi AZ; here's the side effects:
|
Deploying an unused subnet in a second AZ doesn't make an architecture multi-AZ, same as deploying in a region with more than one AZ doesn't it multi-AZ just because it's available. How the application is designed on top of that infrastructure is what's important.
Please elaborate. This isn't generally how infrastructure as code solutions work. ?
Would either adding a design decision note or just not show it in the diagram (since it isn't used) work for you. ?
Please elaborate. I don't understand what challenge this poses for you and your customers. ? Last but not least, if my team decides to support a single-AZ VPC feature (which comes with risks that we're not sure we want to accept), would you be interested in building it? If not, this isn't on our roadmap, so we may not get around to it anytime soon. If my team decides that we don't want to support this feature, one of the best things about open source projects like this is that you can fork the project and customize as needed for your use case. In case others stumble across this and want this feature, please add a 👍 to the original comment to help us gauge interest. |
What if you keep a separate VPC template altogether? |
We have no interest in that for now, but you're welcome to start your own fork. |
I am able to create VPC using AWS Console in 1 AZ but this cannot be automated. How do I achieve this using your VPC template-
|
It can be automated. One way to go about it is to build a new CloudFormation template that deploys the VPC template, kinda like this, but with the parameters configured the way that you want, like |
To have tight control over costs, we would like to use Single AZ deployment to facilitate spinning up low cost non-production environment for quick PoC. Number of availability zones needs an additional option - "1" and related validations if any
The text was updated successfully, but these errors were encountered: