In this lab, we will learn how to configure and use cross-stack references. We will use export and import commands in a template to enable the sharing of data between stacks.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Deploy the Network Stack with AWS CloudFormation
Deploy the sample network configuration stack from the URL provided in the instructions.
The lab files can be foud at:
https://github.com/natonic/CloudFormation-Deep-Dive/tree/master/Labs/CrossStack
- Deploy an Amazon EC2 Instance using Cross-Stack References with AWS CloudFormation
Using the template provided in the instructions, deploy a new stack that will set up an EC2 instance and reference the sample network security stack.