ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

270 / 500

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": {