From the course: AWS Certified Advanced Networking - Specialty (ANS-C01) Cert Prep

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

CloudFormation: Custom resource

CloudFormation: Custom resource

- [Lecturer] Now let's talk about CloudFormation custom resource. In this video, you will be able to: understand when to use a custom resource in your CloudFormation templates; learn how a custom resource works and how AWS Lambda and SNS integrates with it; explain what makes a custom resource different from CloudFormation registry. CloudFormation custom resources are bits of logic that you declare to run during the provisioning phase of your CloudFormation template. This allows you to extend the features of CloudFormation to perform operations it could not normally do like: provisioning resources that are not available as AWS CloudFormation resource type; provisioning non-AWS resources; and performing provisioning steps not related to infrastructure. Custom resources enable you to write custom provisioning logic in templates that AWS CloudFormation runs anytime you create, update, if you change the custom…

Contents