In this lab scenario, Alfredo of Alfredo’s Pizza is building a web application to manage his supply and food inventory. He’s looking for help to provision his database infrastructure, which will hold his data. You’ll use CloudFormation to write the desired state of the infrastructure using code, which includes a DynamoDB table to hold inventory items. You’ll first launch the resources in his development environment, but the template can later be used to launch a stack in the test and production environments as well. By the end of this lab, you’ll have a good understanding of infrastructure as code using CloudFormation.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Review and Download the CloudFormation Template
Review and download the CloudFormation template.
- Launch the CloudFormation Stack
Upload the CloudFormation template, and launch the stack to create the DynamoDB table.
- Verify the DynamoDB Table Was Created
Verify that the Inventory table was correctly created.