Free Top Amazon/AWS DEA-C01 Actual Exam Questions - Question 1 Discussion

Question No. 1
A company hosts its applications on Amazon EC2 instances. The company must use SSL/TLS
connections that encrypt data in transit to communicate securely with AWS infrastructure that is
managed by a customer.
A data engineer needs to implement a solution to simplify the generation, distribution, and rotation
of digital certificates. The solution must automatically renew and deploy SSL/TLS certificates.
Which solution will meet these requirements with the LEAST operational overhead?
Select one option, then reveal solution.
US
HC
Haris C.
2026-02-21

It’s B for sure. ACM handles certs automatically and works with Elastic Load Balancers in front of EC2, so you avoid manual cert management or complex scripting.

0
FJ
Farhan J.
2026-02-20

Makes sense to skip A since self-managing certs means more manual work and risk. B seems best for auto-renewal without extra scripting hassle. Going with B here.

0
SJ
Sohail J.
2026-02-15

Actually, option D can be ruled out since ECS Service Connect is designed for containerized applications, and the question only mentions EC2 instances. Also, A isn’t ideal because managing self-signed certificates manually adds a lot of operational work. So, between B and C, B’s use of AWS Certificate Manager is more straightforward and fully managed. It automatically issues, renews, and deploys certificates without extra scripting, which fits the requirement for the least operational overhead perfectly.

0
SJ
Sohail J.
2026-02-15

It’s B because ACM automates cert management with zero manual intervention needed.

0
KN
Karan N.
2026-02-12

B/C? B is the easiest since ACM handles certs end-to-end, but C could offer customization if they already use Secrets Manager. Still, custom scripts usually add overhead, so B seems cleaner here.

0
KN
Karan N.
2026-02-09

Probably B again. Since the question focuses on EC2 and managing certificates with minimal overhead, ACM fits perfectly because it automates the whole process—no need for custom scripts or manual updates. Option C would add more complexity since you’d have to maintain your own automation. D is less relevant here unless the apps are running on ECS, which isn’t stated. So, B seems like the cleanest, most straightforward choice to meet all the requirements with the least operational hassle.

0
KN
Karan N.
2026-02-03

Probably B since AWS Certificate Manager handles certs automatically without custom scripts.

0
BO
Brian O.
2026-02-02

B vs C? B seems solid since ACM is designed to handle cert lifecycle automatically, which fits the “least operational overhead” requirement perfectly. C could work if you want full control, but writing and maintaining custom scripts adds complexity and risk. ACM’s integration with EC2 also means you don’t have to worry about manual deployment or renewal. So between these two, B looks like the more straightforward and reliable choice for this scenario.

0
BO
Brian O.
2026-01-31

Not A, because managing certificates manually on EC2 means a lot of overhead and risk of expiration. B is better since ACM automates renewal and deployment with minimal manual work.

0
PH
Peter H.
2026-01-29

Makes sense to go with B here since ACM handles cert lifecycle end-to-end and integrates directly with EC2, cutting down manual effort way more than options A or C. B

0
SW
Sami W.
2026-01-25

Maybe D? ECS Service Connect is designed to simplify secure service-to-service communication, and it can manage encrypted connections automatically. Since the question mentions communication with AWS infrastructure managed by the customer, using ECS Service Connect might handle certs and encryption with minimal setup on EC2 instances. This could reduce operational overhead compared to managing certs directly with ACM or writing custom scripts. Options A and C seem more manual and require more maintenance, so D might be the easiest for seamless, automatic certificate handling in this scenario.

0
AJ
Amir J.
2026-01-24

It’s B. ACM handles all the heavy lifting for cert issuance and renewal without needing you to build and maintain scripts, unlike C. That’s the simplest way to keep SSL/TLS certs up to date on EC2.

0
AJ
Amir J.
2026-01-19

B/C? I get why B makes sense because ACM automates cert management with minimal hassle. But C could work if they want more control over custom certs or non-AWS endpoints. Still, that adds scripting and maintenance, which seems against the “least operational overhead” part. So overall, B fits best for automatic renewals and ease of use without extra work.

0
PP
Peter P.
2026-01-16

This one feels straightforward since ACM handles cert management and rotation automatically. Going with B makes sense here.

0