Friday, 13 July 2018

Amazon Elastic Container Registry is now PCI DSS compliant in APAC, EMEA and AMER

AWS has announced that Amazon Elastic Container Registry is now PCI compliance with AMER, EMEA, and APAC. The PCI DSS compliance in China is still pending. Elastic Container Registry can be used to deploy, store and manage the Docker Container Images which are now compliant to the Payment Card Industry Data Security Standard. Amazon ECS also meets the PCI compliance in AMER, APAC, and EMEA. PCI DSS is a Payment Card Industry Data Security Standard is security standard that protects the entities that store, transmit, process the cardholder data or the sensitive authentication data including the service providers, processors, acquirers and merchants. 

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...