Replies: 1 comment 2 replies
-
👋 Hey there! You asked about the potential pitfalls of creating two separate Copilot managed apps in the same VPC. Here's a quick rundown: Sharing a VPC and Subnets
Independent CloudFormation Stacks
Potential Concerns
🌟 In a Nutshell: Your plan sounds solid. It's a great way to have two separate but friendly apps. Just keep an eye on the shared space and communication! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
are there any gotchas to this approach?
create the first app with default setup, vpc, subnets, etc
create second app, but import vpc and subnets created from the first step
intent is to have two separate copilot managed apps, their code in seperate git repos, their build process independent, but having them in the same vpc where they can communicate with common ec2 services or between each other easily
I have no concerns about over consuming IP's
I am thinking this would mainly be 2 independent Cloud Formation stacks (only one with the vpc, subnet configuration) and they wont be able to conflict because naming is different between the apps.
Beta Was this translation helpful? Give feedback.
All reactions