ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Professional Exam Questions

Amazon

AWS Certified Solutions Architect Professional

70 / 465

Question 70:

Your company is developing a Serverless application with Lambda Proxy Integration in API Gateway. Caching is also used for the Rest APIs. Your company is worried about the security of the APIs. Which of the following security considerations should you NOT recommend for your application? (Select TWO).

Answer options:

A.Suggest setting up API and user activity logging with AWS CloudTrail.
B.Suggest setting up AWS Inspector to perform security assessments on the Rest APIs.
C.Suggest creating private Rest APIs and using CloudWatch Logs or Amazon Kinesis Data Firehose to log requests to your APIs.
D.Use IAM policies to implement least privilege access for creating, reading, updating, or deleting Rest APIs in API Gateway.
E.Suggest using JSON Web Tokens (JWTs) for encrypting cache.