Welcome to the repository for the Terraform on AWS with SRE & IaC DevOps Real World Demos Udemy course. This repository contains the resources and examples used throughout the course.
This course covers the following topics:
- Introduction to Terraform
- Setting up AWS and Terraform
- Infrastructure as Code (IaC) principles
- SRE best practices
- Examples and use cases
Before starting this course, ensure you have the following:
- An AWS account
- Basic understanding of AWS services
- Basic knowledge of command-line interface (CLI)
- Installed Terraform on your local machine
- Create an AWS account if you don't already have one.
- Set up AWS CLI on your local machine. Follow the AWS CLI User Guide for instructions.
- Configure your AWS CLI with your AWS credentials:
aws configure