This AWS and Terraform blog post will show how to create a security group using a Terraform configuration code.
Month: July 2021
Enable Terraform Remote Backend on AWS S3
When working in a team environment with multiple DevOps engineers or developers it is highly recommended to use a remote backend.
Create a PostgreSQL DB on AWS With Terraform
PostgreSQL is one of the most powerful and widely used databases in the world. This post will show how to create one on AWS with Terraform.
Find AWS S3 Bucket Size Using AWS CLI
This blog post will show you how to find the size of an AWS S3 bucket size using AWS CLI.
Create a Windows EC2 VM on AWS With Terraform
In this Terraform blog post, we will learn how to create a Windows Server 2019 Datacenter edition EC2 virtual machine on AWS using a Terraform configuration code.
How to Get an AWS Public Key from a Private Key
If you create an SSH key using the AWS management console, you have probably noticed that the public key is not available to download.
Create MySQL DB on AWS With Terraform
AWS Managed relational database service (RDS) offer multiple databases option, and one of these options is MySQL.
List All AWS Regions With AWS CLI
With ever-growing AWS regions and data centres, it very handy to use the AWS CLI command-line to list all the available regions.
Create Elastic Container Registry (ECR) In AWS With Terraform
In this post, we will create an Elastic Container Registry (ECR) in AWS with Terraform.
Create Ubuntu Server AWS EC2 Instance With Terraform
In this AWS and Terraform blog post, we will create an AWS EC2 Instance (VM) that runs Ubuntu Server 20.04 using Terraform.