Q38. A Solutions Architect must design a highly available stateless REST service. The service will require multiple persistent storage layers for service object meta information and the delivery of content. Each request needs t

欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web


Q38. A Solutions Architect must design a highly available stateless REST service. The service will require multiple persistent storage layers for service object meta information and the delivery of content. Each request needs to be
Authenticated and securely processed. There is a requirement to keep costs as low as possible? How can these requirements be met?

A.Use AWS Fargate to host a container that runs a self-contained REST service. Set up an Amazon ECS service that is fronted by an Application Load Balancer (ALB). Use a custom authenticator to control access to the API. Store request meta information in Amazon DynamoDB with Auto Scaling and static content in a secured S3 bucket. Make secure signed requests for Amazon S3 objects and proxy the data through the REST service interface.
B.Use AWS Fargate to host a container that runs a self-contained REST service. Set up an ECS service that is fronted by a cross-zone ALB. Use an Amazon Cognito user pool to control access to the API.Store request meta information in DynamoDB with Auto Scaling and static content in a secured S3 bucket.
Generate presigned URLs when returning references to content stored in Amazon S3. C.Set up Amazon API Gateway and create the required API resources and methods. Use an Amazon Cognito user pool to control access to the API. Configure the methods to use AWS Lambda proxy integrations and process each resource with a unique AWS Lambda function.Store request meta information in DynamoDB with Auto Scaling and static content in a secured S3 bucket. Generate presigned URLs when returning references to content stored in Amazon S3. D.Set up Amazon API Gateway and create the required API resources and methods. Use an Amazon API Gateway custom authorizer to control access to the API. Configure the methods to use AWS Lambda custom integrations and process each resource with a unique Lambda function. Store request meta
Information in an Amazon ElastiCache Multi-AZ cluster and static content in a secured S3 bucket.Generate presigned URLs when returning references to content stored in Amazon S3.
正确答案C
访客
邮箱
网址

通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作


  • 自动写文案
  • 自动写小说
  • 马上扫码让Ai帮你完成工作
通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作

  • 自动写论文
  • 自动写软件
  • 我不是人,但是我比人更聪明,我是强大的Ai
Top