AWS CloudFormation is an infrastructure as code (IaC) tool that allows you to declaratively define your cloud resources in textual templates. CloudFormation enables robust and easily repeatable deployments.
Custom resources in AWS CloudFormation enable you to provision infrastructure outside of AWS, such as third-party or organization-specific resources. By using custom resources, you can manage all of your resources in one place.
In this lab, you will implement an AWS Lambda that can be used to provision a non-AWS resource. And you will create an AWS CloudFormation stack containing a custom resource that is backed by the AWS Lambda function.
Upon completion of this beginner level lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
The following courses and labs can be used to fulfill the prerequisites:
August 31, 2021 - Enhance Introduction sections to provide more details on what will be performed and why in each lab step
Andrew is a Labs Developer with previous experience in the Internet Service Provider, Audio Streaming, and CryptoCurrency industries. He has also been a DevOps Engineer and enjoys working with CI/CD and Kubernetes.
He holds multiple AWS certifications including Solutions Architect Associate and Professional.