The Transport Layer Security(TLS) and its predecessor SSL(secure socket layer) are web protocols that are used to swap normal web traffic in a protected,…
In this guide we will learn how to provision an EC2 instance with user_data when launching the instance using terraform. AWS user_data is the set…
Terraform allows you to target specific resources when you plan, apply, or destroy your infrastructure. You can use Terraform’s -target option to target specific resources,…
In this guide we will learn how to back up and restore – inporting and exporting data in Mysql or Mariadb – the commands…