What is the difference between AWS ASG Launch Templates and Launch Configurations?
I'm getting confused when using Terraform to provision an auto-scaling group. Should I use launch configuration or launch template for EC2 properties, such as which AMI, instance types, ...? I don't know what the difference is between them, which we should use and why they exist?