MongoDB Atlas and AWS CloudFormation
Learn to use AWS CloudFormation to create Atlas instances.
MongoDB Atlas and AWS CloudFormation
Learning Byte Overview
In this Learning Byte, learn how you can use AWS CloudFormation to provision new MongoDB Atlas instances. Infrastructure as Code (or IaC) lets you deploy instances from templates which has numerous advantages over provisioning manually. Review some benefits of using IaC to provision before diving into AWS CloudFormation. Watch a demonstration of using AWS Cloud Formation and a YAML template (available on GitHub) to create new Atlas M0 clusters.
Chapters:
- Intro
- What is AWS CloudFormation?
- Using CloudFormation with MongoDB Atlas
- Demo: Deploying Using AWS CloudFormation
- Learn More