Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 307 discussion

A developer needs to deploy an application in three AWS Regions by using AWS CloudFormation. Each Region will use an AWS Elastic Beanstalk environment with an Application Load Balancer (ALB). The developer wants to use AWS Certificate Manager (ACM) to deploy SSL certificates to each ALB.

Which solution will meet these requirements?

  • A. Create a certificate in ACM in any one of the Regions. Import the certificate into the ALB that is in each Region.
  • B. Create a global certificate in ACM. Update the CloudFormation template to deploy the global certificate to each ALB.
  • C. Create a certificate in ACM in each Region. Import the certificate into the ALB for each Region.
  • D. Create a certificate in ACM in the us-east-1 Region. Update the CloudFormation template to deploy the certificate to each ALB.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
SerialiDr
Highly Voted 8 months, 3 weeks ago
Selected Answer: C
Regional Certificates: ACM certificates are regional resources. They cannot be shared across different Regions. Creating a certificate in each Region ensures proper certificate management and association with the ALBs. CloudFormation Integration: CloudFormation allows you to define resources and their configurations for individual Regions. Creating certificates within the template for each Region aligns well with this approach.
upvoted 6 times
...
albert_kuo
Most Recent 1 week, 1 day ago
Selected Answer: C
ACM is a regional service
upvoted 1 times
...
Saurabh04
3 months, 1 week ago
Selected Answer: D
Given the requirements and cost-effectiveness, I recommend Option D—create a certificate in ACM in the us-east-1 Region and update the CloudFormation template to deploy the certificate to each ALB. This way, you maintain consistency while minimizing certificate management overhead.
upvoted 1 times
...
65703c1
6 months ago
Selected Answer: C
C is the correct answer.
upvoted 1 times
...
KarBiswa
8 months, 2 weeks ago
Selected Answer: C
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html
upvoted 2 times
...
nder
9 months ago
Selected Answer: C
Certificates in ACM are regional resources. To use a certificate with Elastic Load Balancing for the same fully qualified domain name (FQDN) or set of FQDNs in more than one AWS region, you must request or import a certificate for each region.
upvoted 2 times
...
tgv
9 months, 1 week ago
Selected Answer: C
The correct solution is to create a certificate in each Region and to assign it to each ALB.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...