Questions tagged [nested-stack]

19 questions
0
votes
1 answer

Referencing the output of Parent stack in nested stack - Cloudformation

I am trying to create the nested stack but having trouble as I am new to this and still in learning process. I have created the vpc with 2 private and 2 public subnets. Then attached the internet-facing elb to 2 public subnets. I think I am not…
0
votes
1 answer

Migrating current resources into reusable nested stack

I have a monolith cloudformation stack in every microservices creating the same kind of resource, I want to make it modular by breaking it into the nested stack and reusing them in each service. My understanding of nested stack is that you can use…
SpaceX
  • 555
  • 1
  • 6
  • 16
0
votes
1 answer

How to conditionalize nested stack creation via CommaDelimitedList parameter

in my AWS CloudFormation Template, I would like to conditionalize nested stack creation via a CommaDelimitedList parameter. I would have done it this way: { "AWSTemplateFormatVersion": "2010-09-09", "Parameters": { "DeployNestedStacks": { …
-1
votes
1 answer

Output 'VPCId2' not found in stack

I created an AWS CloudFormation template that calls nested stacks to create an Application Load Balancer, EC2 instance with enable SSM and tomcat ec2 and 3 VPCs. However, when I upload the root stack I got this error: Output 'VPCId2' not found in…
1
2