IaC - Deploying AWS EC2 user-data with Terraform
When we launch an EC2 instance, we can pass user data to the instance for performing common automated configuration tasks or running scripts after the instance boot.
With Terraform, like using the console, we could 'paste' the script we would like to...
ujangmumu.com5 min read