Which Amazon EC2 feature allows you to run a script automatically when an EC2 instance first starts to install software and configure the environment?
Explanation
EC2 user data is a script that runs automatically on first boot commonly used to install software configure settings and pull application code. Image Builder automates AMI creation. Instance metadata provides information about the running instance. Placement groups control instance placement.