
Answer-first summary for fast verification
Answer: Create a regional ACM certificate for each Region and associate it with the respective ALB.
The correct answer is C. ACM certificates are region-specific resources. This means you must create a separate certificate in ACM for each AWS Region where you want to use the certificate. Therefore, to meet the requirement of deploying SSL certificates to Application Load Balancers (ALBs) in three different AWS Regions, you need to create and import a certificate in ACM in each of those Regions. Option C correctly describes this process and ensures that the ALBs in each Region have the appropriate certificates.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
How can a developer deploy SSL certificates to Application Load Balancers (ALBs) across three AWS Regions using AWS CloudFormation and AWS Certificate Manager (ACM)?
A
Create and import a single ACM certificate from any Region into ALBs in all Regions.
B
Create a global ACM certificate and use CloudFormation to deploy it to ALBs in each Region.
C
Create a regional ACM certificate for each Region and associate it with the respective ALB.
D
Create an ACM certificate in the us-east-1 Region and deploy it to ALBs in all Regions using CloudFormation.