Thursday, 22 March 2018

Amazon CloudFront has added support to Elliptic Curve Digital Signature Algorithm

Amazon CloudFront can be ultized to organize HTTPS connections to origin utilizing Elliptic Curve Digital Signature Algorithm. ECDSA uses the smaller keys that secure and faster as the older RSA Algorithm. The smaller keys increase the amount of TLS handshakes that the origins can perform per second thereby reducing the cost of cryptography and saving the compute cycles. You have to simply configure the origin server to use and choose ECDSA Certificate to enable Elliptic Curve Digital Signature Algorithm. You don’t have to pay any additional fee for using this feature.

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...