Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In an AWS CloudFormation template for deploying EC2 instances across multiple accounts, how should a developer restrict instance selection to a predefined list of approved types?
A
Create individual CloudFormation templates for each approved EC2 instance type.
B
Define resources in the template for each approved EC2 instance type.
C
Include a separate template parameter for each approved EC2 instance type.
D
Utilize a single template parameter with approved types listed in AllowedValues.