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
Fn::Split does exist now. 🙂
None of the above
A.
Fn::Split
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
Answer A.
Because all other options exist and intrinsic functions, where as Fn::Split is not exist i.e is it not intrinsic.