Which of these is not an intrinsic function in AWS Clou…

Which of these is not an intrinsic function in AWS CloudFormation?

Which of these is not an intrinsic function in AWS CloudFormation?

A.
Fn::Split

B.
Fn::FindInMap

C.
Fn::Select

D.
Fn::GetAZs

Explanation:
This is the complete list of Intrinsic Functions: Fn::Base64, Fn::And, Fn::Equals, Fn::If, Fn::Not, Fn::Or, Fn::FindInMap,
Fn::GetAtt, Fn::GetAZs, Fn::Join, Fn::Select, Ref.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference.html



Leave a Reply 5

Your email address will not be published. Required fields are marked *


4sk

4sk

Fn::Split does exist now. 🙂

JoeS

JoeS

None of the above

Danish Hashmi

Danish Hashmi

A.
Fn::Split

Danish Hashmi

Danish Hashmi

A is not the right answer
none of above

List of intrinsic functions

Fn::Base64
Condition Functions
Fn::FindInMap
Fn::GetAtt
Fn::GetAZs
Fn::ImportValue
Fn::Join
Fn::Select
Fn::Split
Fn::Sub
Ref

Unnat

Unnat

Answer A.

Because all other options exist and intrinsic functions, where as Fn::Split is not exist i.e is it not intrinsic.