ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

452 / 474

Question 452:

You are writing a CloudFormation template to configure multiple AWS resources including an application load balancer. You need to launch the load balancer in two availability zones that have more free IP resources. How would you configure the load balancer in the CloudFormation template?

Answer options:

A.Specify two subnets IDs that belong to two availability zones in the template.
B.Specify the availability zone names in the template such as ap-southeast-2a and ap-southeast-2b.
C.Use the availability zone IDs in the template such as apse2-az1 and apse2-az2.
D.No actions required as CloudFormation automatically selects two availability zones that have more resources for the load balancer.