Intrinsic Functions

5 minutes 5 Questions

Intrinsic functions are built-in functions provided by AWS CloudFormation to assign values or perform calculations on template parameters, resource properties or metadata. They enable dynamic configuration as well as allowing these values to be evaluated and resolved at runtime. Common intrinsic fu…

Test mode:
AWS Certified Solutions Architect - Intrinsic Functions Example Questions

Test your knowledge of Intrinsic Functions

Question 1

You want to get the current region of your stack using Intrinsic Functions. Which function should you use?

Question 2

In an AWS CloudFormation template, you have a parameter that provides a list of three EC2 instance IDs. You need to reference the first instance ID from that list to associate an Elastic IP to it. Which intrinsic function should you use to return a single element at a specific index from the list?

Question 3

How would you use Intrinsic Functions to create an EC2 instance with a name tag value as a combination of the stack name and a user-provided string?

More Intrinsic Functions questions
18 questions (total)