VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Terraform Course - Automate your AWS cloud infrastructure

Terraform Course - Automate your AWS cloud infrastructure

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn Terraform in this complete course for beginners. 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. - GitHub Repo: https://github.com/Sanjeev-Thiyagarajan/Terraform-Crash-Course - Download Terraform: https://www.terraform.io/downloads.html - This course was developed by Sanjeev Thiyagarajan. Check out his YouTube channel: https://www.youtube.com/channel/UC2sYgV-NV6S5_-pqLGChoNQ
Date: 2022-03-14

Comments and reviews: 10


-27:10 one important remark regarding AWS credentials - what you did here made me cringe. You do NOT show your keys to anyone EVER. I know it's for demo purposes and you probably deleted the keys after. But it's bad practice and you should never even entertain that. Secondly - DO NOT hardcode your credentials into the tf files. At some point you might commit it to git, then someone makes the repo public by mistake and you are toasted. GitHub will actually block your repo and send a notification to AWS that will block your keys and your user's ability to log in to the console. So better have your dedicated IAM user, don't do ANYTHING from your root account!
reply

Pro tip you don't need to use putty anymore for windows. They have openssh natively now. I don't even think you need to enable it in features anymore pretty sure it comes out of the box too, but I haven't used windows in a while
reply

Thankyou so much for creating this video. Can you please please make similar video such as how to best use Data Sources within Resource. I really like your teaching style. Thanks again.
reply

nicely explained. in my opinion this is very straight forward without incurring knowledge gaps. I have an Ansible background but Im a total beginner with Terraform. Sanjeev is genius!
reply

What a nice video. Everything what I needed to know about terraform for myself. The other tutorials are talking to much about senseless points.
Great tutorial! Go on like this.

reply

I completed this course before my scheduled interview on terraform and got the job and still i am using this course as a reference. thanks, man for the wonderful course.
reply

Argument or block definition required: An argument or block definition is required here. getting this error while executing commands, anyone can help ?
reply

Hey all, do I have to install Terraform on my Mac via Homebrew even though I am going to use it via VSC with the Terraform extension? Thanks.
reply

when i try to launch the website it says site cant be reached. the elastic IP is not working. Any idea why this is happening?
reply

HOW at 53:16 does he -comment it out-? the lines have pound # sign added. No one has asked in the comments. thanks bunches
reply
Add a review, comment






Other channel videos