CompTIA Cloud+ (CV0-003) — Question 273

A cloud administrator needs to implement a new web application. Due to a regulatory requirement, the administrator must guarantee that all deployments follow the security requirements. The security configuration must run after each instance starts. Which of the following will most likely meet these requirements?

Answer options

Correct answer: B

Explanation

Bootstrapping virtual machines allows for the execution of scripts or commands once an instance starts, ensuring that security configurations are applied immediately. Creating custom images may not guarantee that configurations run on every instance launch, while IaC templates are more about infrastructure setup than instance-specific configurations. Serverless functions do not directly relate to instance bootstrapping in this context.