Bootstrapping is the execution of automated actions to services such as EC2 and RDS. This is
typically in the form of scripts that run when the instances are launched.
Golden Images are snapshots of pre-configured EBS volumes that can be used to launch new
instances. You do this using Amazon Machine Images (AMIs).
Containerization is incorrect. Containers are packaged software that runs in a Docker image.
Services such as Amazon ECS and Fargate can run Docker containers.
Workflow automation is a process or orchestrating automated actions. This is associated with
services such as Chef and Puppet or AWS OpsWorks.