Question 270:
You are creating a Cloudformation template in which Userdata is going to be passed to underlying EC2 Instance. Which of the below functions is normally used to pass data to the UserData section in the Cloudformation template?
Answer options:
A. "UserData": {"Fn::Base64": {
B. "UserData": { "Fn::Ref": {
C."UserData": { "Fn::GetAtt": {
D."UserData": { "Fn::FindInMap": {