- Newest
- Most votes
- Most comments
You may use either as per your use-case. Both ways are possible, the AWS Public root CA out of the box if you just want to see the demo work or would not prefer external root CA. If may also use your own but would need to register it to your account's registry AWS IoT > Security > Certificate authorities. Just pick one as per the use case.
For fleet provisioning by claim, you can use either a public or private CA for your bootstrap (provisioning claim) certificates.
When using fleet provisioning by claim, devices are manufactured with provisioning claim certificates and private keys embedded in them. These are special purpose credentials that, when registered with AWS IoT, can be exchanged for unique device certificates that the device will use for regular operations.
If you choose to use AWS IoT fleet provisioning, AWS IoT can generate and securely deliver device certificates and private keys to your devices when they connect to AWS IoT for the first time. These client certificates are signed by the Amazon Root certificate authority (CA).
Alternatively, you can implement self-managed certificate signing in fleet provisioning. With this approach, you create an AWS IoT Core certificate provider to sign Certificate Signing Requests (CSRs). You can use this method to sign CSRs with:
- A CA generated by AWS Private CA
- Other publicly trusted CAs
- Your own Public Key Infrastructure (PKI)
The choice between public or private CA depends on your specific security requirements, operational model, and whether you need control over the entire certificate chain. Using AWS Private CA gives you more control over your certificate hierarchy but requires additional setup and management.
Sources
Provisioning devices that don't have device certificates using fleet provisioning - AWS IoT Core
Definitions - Internet of Things (IoT) Lens
Self-managed certificate signing using AWS IoT Core certificate provider - AWS IoT Core
SEC09-BP01 Implement secure key and certificate management - AWS Well-Architected Framework
Relevant content
- AWS OFFICIALUpdated 2 years ago

ok, quick follow up, when creating a provisioning template relying on the public certificates from aws, it warns me that CSR's will be AWS managed. This still is in relation to their AWS Certificate manager and NOT their private certificate authorizer. Do you think I understood that correctly?