Deploy a simple server using AWS + Terraform
What is Terraform?
Terraform is an Infrastructure as Code(IAC) tool that lets you define both cloud and on-prem resources in human-readable configuration files, that you can version, reuse, and share.
The core Terraform workflow
Write: You define ...
blog.kubesimplify.com4 min read
Asrin Dayananda
Cloud & Software Engineer π¨βπ»
Nice blog. Will run though this. I automated Terraform with Github actions if you like to try. It's on my blog! blog.azcodez.com/creating-a-aws-ec2-using-github-β¦