For NetAcad users who are familiar with the DevNet Associate course, here is an additional webinar focusing on Infrastructure as Code with Terraform and cloud provider AWS.
Topics:
- Preparation steps for Amazon Web Services (AWS) and Terraform
- Amazon Machine Images (AMI), AWS Console
- Terraform language, HashiCorp Configuration Language (HCL)
- Terrafom actions: init, plan, apply, destroy
- Declaring resources, ip addressing, subnets, default gateway, security rules
- Installing Apache2
---
Terraform is an open-source infrastructure as code software tool. Learn how it can be utilized to manage and automate your AWS cloud infrastructure. We'll start off by setting up a free AWS account to play around with and move on to setting up and installing Terraform on a Windows/MAC/Linux machine. From there we'll move on to deploying our first resource through terraform and learning other core concepts. You'll even get a chance to setup a simple web server in AWS.
Comments