Question 228:
As an AWS consultant, you have been assigned to automate the VPC creation process. You successfully performed POC at the ap-northeast-1 region using AWS CloudFormation Template. With this template, you have created a VPC with public & private subnets with CIDR range along with an Internet Gateway. You need to replicate the same template in other regions for deployment. Which of the following can be used to incorporate the CIDR range of the region to the template so that users in each region can select these values?
Answer options:
A.Create Reference in AWS CloudFormation to allow users in different regions to specify region-specific CIDR ranges during Stack creation. B.Use Parameters in AWS CloudFormation to allow users in different regions to specify region-specific CIDR ranges during Stack creation. C.Use Functions Fn::Cidrin AWS CloudFormation to allow users in different regions to specify region-specific CIDR ranges during Stack creation. D.Use Functions Fn::Select in AWS CloudFormation to allow users in different regions to specify region-specific CIDR ranges during Stack creation.