You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The Resources section is the only required part of a CloudFormation template, and it is where you define the AWS infrastructure to build. Parameters make your templates reusable by accepting input at deployment time, and Outputs let you expose important values — such as endpoint URLs or resource IDs — after the stack is created. In this lesson we will explore all three in depth with practical examples.
Every resource follows this structure:
Resources:
LogicalName:
Type: AWS::Service::Resource
Properties:
PropertyName: value
WebServer, AppDatabase)AWS::EC2::Instance, AWS::S3::Bucket)Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.