Topic 1 Question 345
A company wants to restrict access to the content of one of its main web applications and to protect the content by using authorization techniques available on AWS. The company wants to implement a serverless architecture and an authentication solution for fewer than 100 users. The solution needs to integrate with the main web application and serve web content globally. The solution must also scale as the company's user base grows while providing the lowest login latency possible.
Which solution will meet these requirements MOST cost-effectively?
Use Amazon Cognito for authentication. Use [email protected] for authorization. Use Amazon CloudFront to serve the web application globally.
Use AWS Directory Service for Microsoft Active Directory for authentication. Use AWS Lambda for authorization. Use an Application Load Balancer to serve the web application globally.
Use Amazon Cognito for authentication. Use AWS Lambda for authorization. Use Amazon S3 Transfer Acceleration to serve the web application globally.
Use AWS Directory Service for Microsoft Active Directory for authentication. Use [email protected] for authorization. Use AWS Elastic Beanstalk to serve the web application globally.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: A
CloudFront=globally [email protected] = Authorization/ Latency Cognito=Authentication for Web apps
👍 8Lonojack2023/02/24 A Amazon Cognito for authentication and [email protected] for authorizatioN, Amazon CloudFront to serve the web application globally provides low-latency content delivery
👍 3SMAZ2023/02/21- 正解だと思う選択肢: A
Amazon CloudFront is a global content delivery network (CDN) service that can securely deliver web content, videos, and APIs at scale. It integrates with Cognito for authentication and with [email protected] for authorization, making it an ideal choice for serving web content globally.
[email protected] is a service that lets you run AWS Lambda functions globally closer to users, providing lower latency and faster response times. It can also handle authorization logic at the edge to secure content in CloudFront. For this scenario, [email protected] can provide authorization for the web application while leveraging the low-latency benefit of running at the edge.
👍 2LuckyAro2023/02/23
シャッフルモード