IaC with Terraform and AWS
IaC with Terraform and AWS Today we’ll be using Terraform (https://www.terraform.io/) to deploy a web server (Apache) with a custom index.html on AWS. The webpage we’ll create won’t run on the default VPC but a new one we’ll create separately. This new VPC will contain an internet gateway, routes, a public […]
Cloud technology
Running your applications not on servers that are in your possession (either onsite or in a datacenter), but on somebody else’s server. That is where it all began. When people are talking about ‘the cloud’, they often mean the original big three: Amazon Web Services (AWS) Microsoft Azure Google Cloud […]