Question 262:
A startup firm has deployed bill payment application servers on custom on-premises servers which handles all users` requests. Amazon CloudFront has been deployed which forwards user HTTPS request to these custom origin servers. Last week there was a security breach incident wherein client credit card information was leaked from these servers. As an AWS Consultant, the security head from a startup firm is looking for your guidance to enhance security for users performing transactions with credit cards. Which of the following security feature can be implemented to provide additional security for credit card transactions?
Answer options:
A.Use Field-Level Encryption capability with Amazon CloudFront to encrypt all fields in POST request using 2048 bits RSA key pair. B.Use Field-Level Encryption capability with Amazon CloudFront to encrypt all fields in POST request using 1024 bits RSA key pair. C.Use Field-Level Encryption capability with Amazon CloudFront to encrypt specific fields in POST request using 2048 bits RSA key pair. D.Use Field-Level Encryption capability with Amazon CloudFront to encrypt specific fields in POST request using 1024 bits RSA key pair.