Problem scenario
You have heard about user data in AWS, Azure, or Terraform. What is it? What does user data include?
AWS User Data versus Terraform User Data
Answer for AWS
Generally it is a customization that the account owner configured to apply to an EC-2 instance when it first launches. It is either a shell script or a cloud-init directive that is used when an EC-2 instance is launched (according to Amazon’s website).
…
Continue reading “What is User Data in AWS, Azure, or Terraform?”