Student Reviews
( 5 Of 5 )
1 review
Video of Azure and AWS Examples in Terraform Terraform Tutorial #6 in Terraform course by Will Brock channel, video No. 7 free certified online
In this video we'll go over examples in Terraform by creating infrastructure in Azure and AWS. This will give you an idea of how the code to create resources is similar across different cloud providers. Each cloud provider will has its own resources that are available to use.
A few topics we'll touch on:
- Differences between the AWS and Azure providers
- How to create an EC2 instance (AWS) vs. creating a VM (Azure)
- Create a virtual network in both AWS and Azure
- Azure uses Resource Groups
- Azure provider is not based on region like AWS is
- Azure regions are specified on the resource level
Code Examples
https://github.com/WillBrock/terraform-course-examples
Azure Provider
https://www.terraform.io/docs/providers/azurerm/index.html
Authenticating to Azure
https://www.terraform.io/docs/providers/azurerm/index.html#authenticating-to-azure
AWS Provider
https://www.terraform.io/docs/providers/aws/