ExamQuestions.com

Register
Login
AWS Certified SysOps Administrator Associate Exam Questions

Amazon

AWS Certified SysOps Administrator Associate

20 / 340

Question 20:

As an AWS system administrator, you need to maintain CloudFormation templates used to deploy an application in multiple AWS Regions. At the moment, each AWS region has its own CloudFormation template as the AMI ID is different per region. You want to parameterize the AMI ID so that the same CloudFormation template can be reused for different AWS Regions. Which of the following options is the most suitable?

Answer options:

A.Use the “Parameters” section to define the AMI ID per region and return the correct AMI ID through the “Fn::FindInParameter” intrinsic function.
B.Use “Conditions” to include different AMI IDs per region and return the correct AMI ID through the “Fn::If” intrinsic function.
C.Use “Metadata” to define different AMI IDs per region and return the correct AMI ID through the “Fn::FindInMetadata” intrinsic function.
D.Use “Mappings” to include different AMI IDs per region and return the correct AMI ID through the “Fn::FindInMap” intrinsic function.