Courseiva
Data ProtectionmediumMultiple ChoiceObjective-mapped

SCS-C03 Data Protection Practice Question

A company is implementing a new internal web application and needs to use SSL/TLS certificates. Due to regulatory requirements, the certificates must be issued by a private Certificate Authority (CA) managed by the company, rather than a public CA. Which AWS service should be used to meet this requirement?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

AWS Private Certificate Authority (AWS Private CA)

AWS Private Certificate Authority (AWS Private CA) allows organizations to create a private CA hierarchy and issue certificates for internal use. This is essential for securing communication between internal services, devices, and users where a public trust chain is not required or is explicitly prohibited by security policies.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • AWS Private Certificate Authority (AWS Private CA)

    Why this is correct

    AWS Private CA is the correct service for managing a private CA hierarchy. It allows you to issue and revoke certificates that are trusted within your organization but not by the public internet. It integrates with ACM, making it easy to deploy these private certificates to resources like Load Balancers.

  • AWS Certificate Manager (ACM) with public certificates.

    Why it's wrong here

    ACM public certificates are issued by Amazon's public CA and are trusted by browsers worldwide. However, they cannot be used for private CAs or internal-only trust chains that require custom root certificates. The requirement specifically mandates a private CA, making the public offering of ACM unsuitable for this use case.

  • AWS CloudHSM to store and manage the private keys of the web application.

    Why it's wrong here

    While CloudHSM provides high-security storage for cryptographic keys and can be used to build a CA, it is a low-level service that requires significant manual management. AWS Private CA is a fully managed service that provides the CA functionality more efficiently while still using underlying hardware security modules for protection.

  • AWS Secrets Manager to store and rotate the SSL/TLS certificates.

    Why it's wrong here

    Secrets Manager is designed for storing secrets like API keys and passwords. While it can store certificate files as strings, it is not a Certificate Authority and cannot issue or manage the lifecycle of SSL/TLS certificates. Using Secrets Manager for certificates would require manual effort that AWS Private CA automates.

About these practice questions

Courseiva writes every SCS-C03 question from scratch — 156 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed September 2026 · checked against the official Amazon Web Services exam blueprint

This SCS-C03 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SCS-C03 exam.