Creating a Compute Instance with the Linode Terraform Provider | Working With IaC Episode 1
In this new series, Talia Nassi showcases how to build applications with Infrastructure as Code. In this episode, Talia uses a Linode Terraform provider to create a compute instance.
NOTE: When generating SSH keys, the ‘ssh-keygen’ command will generate two files, a public key and a private key. The public key has a “.pub” extension that should be entered in the “authorized_keys” parameter of your Terraform configuration file. The other file is your private key and is something a user should not share anywhere.
New to Cloud Computing? Get started here with a $100 credit → https://www.linode.com/lp/youtube-viewers/?ifso=linodetube&utm_source=youtube&utm_medium=SuperUser
Chapters:
0:00 Introduction
0:20 Using IaC to Provision
0:50 Prerequisites
1:05 Overview of a Terraform Configuration File
2:05 Obtain Linode API Token
2:40 Create SSH Key
3:15 Add SSH Key to Build
3:42 Initialize Terraform
5:00 Check Deployment
5:40 Conclusion
Read the doc for a beginner’s guide to Terraform → https://www.linode.com/docs/guides/beginners-guide-to-terraform/
Learn more about Terraform → https://www.terraform.io/
Subscribe to get notified of new episodes as they come out → https://www.youtube.com/channel/UCf8uu3IE42b6hRUusufEH8g?sub_confirmation=1
#AkamaiDeveloper #Terraform #infrastructureascode
Product: Akamai, Terraform, Infrastructure as Code; Talia Nassi