Description
In this course, you will learn :
- how to use Terraform to configure infrastructure and manage Amazon Web Services resources (AWS).
- how to configure AWS for Terraform, Josh explains how Terraform manages your infrastructure and how to use the core Terraform commands.
- explores more advanced topics, such as how to organise Terraform code to make it more maintainable and modular.
- With this powerful tool, you'll have the knowledge you need to efficiently define and manage infrastructure.
Syllabus :
1. First Steps with Terraform
- What is Terraform
- Installing Terraform
- Setting up AWS for Terraform
- Your Terraform code repository
2. Terraform in Action
- Initial deployment
- How Terraform works
- Terraform plan
- Terraform state
- Terraform graph
- Terraform apply
3. Infrastructure as Code
- Resources
- Basic resource types
- Teraform style
- Expanding your installation
- Security group
- Instance
- Static IP
- Get ready to scale
- Load balancer
4. Advanced Topics
- Variables
- Split out your data
- Modules