DEV Community

Understanding Signing Profile Creation in AWS Signer

“ I have checked the documents of AWS for understanding signing profile creation in aws signer. AWS signer makes it easy for trust and integrity of the code. In terms of cost, the solution is cheaper and secure.”

AWS Signer is a fully managed code-signing service designed to ensure the trust and integrity of your code. It allows organizations to validate code against a digital signature, confirming that the code is unaltered and from a trusted publisher. AWS Signer manages the code-signing certificate’s public and private keys and enables central management of the code-signing lifecycle. Integration with AWS CloudTrail helps track who is generating code signatures, aiding in compliance requirements.

In this post, you will experience the understanding signing profile creation in aws signer. Here I have created a signing profile with a signing platform.

Architecture Overview


The architecture diagram shows the overall deployment architecture with data flow, aws signer, code and aws lambda.

Solution Overview

The blog post consists of the following phase:

  1. Create of Signing Profile in AWS Signer

Phase 1: Create of Signing Profile in AWS Signer

  1. Open the AWS Signer console, create a signing profile with required profile name “Sign_pro_one”, signing platform as aws lambda, signature validity period as 1 day and tag as key - value. Once the signing profile successfully creates, we can get the profile arn.

Clean-up

Cancel and revoke signer profile.

Pricing

I review the pricing and estimated cost of this example.

Cost of AWS Signer = $0.00

Total Cost = $0.00

Summary

In this post, I showed “Understanding Signing Profile Creation in AWS Signer”.

For more details on AWS Signer, Checkout Get started AWS Signer, open the AWS Signer console. To learn more, read the AWS Signer documentation.

Thanks for reading!

Connect with me: Linkedin

Top comments (0)