单选题 A company has been storing analytics data in an Amazon RDS instance for the past few years. The company asked a solutions architect to find a solution that allows users to access this data using an API. The expectation is that the application will experience periods of inactivity but could receive bursts of traffic within seconds.
Which solution should the solutions architect suggest?

A、 Set up an Amazon API Gateway and use Amazon ECS.
B、 Set up an Amazon API Gateway and use AWS Elastic Beanstalk.
C、 Set up an Amazon API Gateway and use AWS Lambda functions.
D、 Set up an Amazon API Gateway and use Amazon EC2 with Auto Scaling.
下载APP答题
由4l***4b提供 分享 举报 纠错
相关题库推荐

相关试题

单选题 A solutions architect is deploying a distributed database on multiple Amazon EC2 instances The database stores all data on multiple instances so it can withstand the loss of an instance The database requires block storage with latency and throughput to support several million transactions per second per server.

Which storage solution should the solutions architect use?

一个解决方案架构师正在多个亚马逊EC2实例上部署一个分布式数据库,该数据库将所有数据存储在多个实例上,因此它可以承受一个实例的损失,该数据库需要具有延迟和吞吐量的块存储,以支持每台服务器每秒几百万次交易。

解决方案架构师应该使用哪种存储解决方案?

A、

 Amazon EBS

B、

Amazon EC2 instance store

C、

 Amazon EFS

D、

Amazon S3

单选题 A bicycle sharing company is developing a multi-tier architecture to track the location Of its bicycles during peak operating

Hours. The company wants to use these data points in its existing analytics platform A solutions architect must determine the

Most viable multi-tier option to support this architecture, The data points must be accessible from the REST API. Which action meets these requirements for storing and retrieving location data?

一家共享单车公司正在开发一个多层次的架构,以便在运营高峰期追踪其单车的位置。

时间。该公司希望在其现有的分析平台中使用这些数据点。

数据点必须能够从REST API中访问。哪个行动符合这些存储和检索位置数据的要求?

A使用Amazon Athena与Amazon S3

B使用亚马逊API网关与AWS Lambda

C使用亚马逊QuickSight与亚马逊Redshift

D将亚马逊API网关与亚马逊Kinesis数据分析一起使用

A、

Use Amazon Athena With Amazon S3

B、

Use Amazon API Gateway with AWS Lambda

C、

Use Amazon QuickSight with Amazon Redshift

D、

Use Amazon API Gateway with Amazon Kinesis Data Analytics

单选题

A business has a multi-tier application that is hosted on six front-end web servers in an Amazon EC2 Auto Scaling group in a single Availability Zone and is protected by an Application Load Balancer (ALB). Without affecting the application, a solutions architect must adapt the infrastructure to make it highly accessible.

Which architecture should the solutions architect use to ensure maximum availability?

一个企业有一个多层应用程序,它被托管在一个单一可用区的亚马逊EC2自动扩展组中的六个前端Web服务器上,并受到一个应用程序负载平衡器(ALB)的保护。在不影响应用的情况下,解决方案架构师必须调整基础设施,使其具有高度可访问性。

该解决方案架构师应该使用哪种架构来确保最大的可用性?

A

创建一个自动扩展组,在两个区域的每个区域使用三个实例。

B

修改自动扩展组,在两个可用区的每个区使用三个实例。

C

创建一个自动扩展模板,可以用来在另一个区域快速创建更多的实例。

D

在轮流配置中改变亚马逊EC2实例前面的ALB,以平衡到网络层的流量。

A、

Create an Auto Scaling group that uses three instances across each of two Regions.

B、

Modify the Auto Scaling group to use three instances across each of two Availability Zones.

C、

Create an Auto Scaling template that can be used to quickly create more instances in another Region.

D、

Change the ALB in front of the Amazon EC2 instances in a round-robin configuration to balance traffic to the web tier.

单选题
The web application of a business makes use of many Linux Amazon EC2 instances and data is stored on Amazon Elastic Block Store (Amazon EBS) volumes. The organization is searching for a solution that will boost the application's resilience in the event of a failure and will offer storage that adheres to the atomicity, consistency, isolation, and durability requirements (ACID).
What actions should a solutions architect take to ensure that these criteria are met?

A、 Launch the application on EC2 instances in each Availability Zone. Attach EBS volumes to each EC2 instance.
B、 Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Mount an instance store on each EC2 instance.
C、 Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Store data on Amazon Elastic File System (Amazon EFS) and mount a target on each instance.
D、 Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Store data using Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA).

单选题

A solutions architect must develop a managed storage solution with high-performance machine learning capability for a company's application. This application is hosted on AWS Fargate, and the storage attached to it must support concurrent file access and give good performance.

Which storage choice should the architect of solutions recommend?

一个解决方案架构师必须为一个公司的应用程序开发一个具有高性能机器学习能力的管理存储解决方案。这个应用程序托管在AWS Fargate上,连接到它的存储必须支持并发的文件访问并给予良好的性能。

该解决方案的架构师应该推荐哪种存储选择?

A

为应用程序创建一个Amazon S3桶,并为Fargate建立一个IAM角色以与Amazon S3通信。

B

创建一个Amazon FSx for Lustre文件共享,并建立一个IAM角色,允许Fargate与FSx for Lustre通信。

C

创建一个亚马逊弹性文件系统(Amazon EFS)文件共享,并建立一个IAM角色,允许Fargate与亚马逊弹性文件系统(Amazon EFS)通信。

D

为应用程序创建一个亚马逊弹性块存储(Amazon EBS)卷,并建立一个IAM角色,允许Fargate与亚马逊弹性块存储(Amazon EBS)通信。

A、

Create an Amazon S3 bucket for the application and establish an IAM role for Fargate to communicate with Amazon S3.

B、

Create an Amazon FSx for Lustre file share and establish an IAM role that allows Fargate to communicate with FSx for Lustre.

C、

Create an Amazon Elastic File System (Amazon EFS) file share and establish an IAM role that allows Fargate to communicate with Amazon Elastic File System (Amazon EFS).

D、

Create an Amazon Elastic Block Store (Amazon EBS) volume for the application and establish an IAM role that allows Fargate to communicate with Amazon Elastic Block Store (Amazon EBS).

单选题
A solutions architect is developing a web application that will be hosted on Amazon EC2 instances and managed by an Application Load Balancer (ALB). The organization places a high premium on the application's resilience to hostile internet activities and assaults, as well as its protection against newly discovered vulnerabilities and exposures.
What recommendations should the solutions architect make?

A、 Leverage Amazon CloudFront with the ALB endpoint as the origin.
B、 Deploy an appropriate managed rule for AWS WAF and associate it with the ALB.
C、 Subscribe to AWS Shield Advanced and ensure common vulnerabilities and exposures are blocked.
D、 Configure network ACLs and security groups to allow only ports 80 and 443 to access the EC2 instances.

单选题

A solutions architect is developing a solution that will allow users to browse a collection of photos and make requests for customized images. Parameters for image customisation will be included in each request made to an AWS API Gateway API. The personalized picture will be created on demand, and consumers will get a link to see or download it. The solution must be very user-friendly in terms of viewing and modifying photos.

Which approach is the MOST cost-effective in meeting these requirements?

一个解决方案的架构师正在开发一个解决方案,该方案将允许用户浏览照片集,并提出定制图片的请求。图片定制的参数将包括在向AWS API网关API提出的每个请求中。个性化的图片将按需创建,消费者将得到一个链接来查看或下载它。该解决方案在查看和修改照片方面必须非常方便用户。

在满足这些要求方面,哪种方法的成本效益最高?

A

使用亚马逊EC2实例,将原始图像处理成所要求的定制。在Amazon S3中存储原始图像和操作过的图像。在EC2实例的前面配置一个弹性负载平衡器。

B

使用AWS Lambda将原始图像处理成所要求的定制。在Amazon S3中存储原始图像和操作过的图像。配置一个以S3桶为原点的Amazon CloudFront分发。

C

使用AWS Lambda对原始图像进行操作,以达到要求的定制。将原始图像存储在Amazon S3中,将处理后的图像存储在Amazon DynamoDB中。在亚马逊EC2实例前配置一个弹性负载平衡器。

D

使用Amazon EC2实例将原始图像处理成所要求的定制。在Amazon S3中存储原始图像,在Amazon DynamoDB中存储处理后的图像。配置一个以S3桶为原点的Amazon CloudFront分布。

A、

Use Amazon EC2 instances to manipulate the original image into the requested customizations. Store the original and manipulated images in Amazon S3. Configure an Elastic Load Balancer in front of the EC2 instances.

B、

Use AWS Lambda to manipulate the original image to the requested customizations. Store the original and manipulated images in Amazon S3. Configure an Amazon CloudFront distribution with the S3 bucket as the origin.

C、

Use AWS Lambda to manipulate the original image to the requested customizations. Store the original images in Amazon S3 and the manipulated images in Amazon DynamoDB. Configure an Elastic Load Balancer in front of the Amazon EC2 instances.

D、

Use Amazon EC2 instances to manipulate the original image into the requested customizations. Store the original images in Amazon S3 and the manipulated images in Amazon DynamoDB. Configure an Amazon CloudFront distribution with the S3 bucket as the origin.

单选题

A company runs an internal browser-based application. The application runs on Amazon EC2 instances behind an Application Load Balancer. The instances run in an Amazon EC2 Auto Scaling group across multiple Availability Zones. The Auto Scaling group scales up to 20 instances during work hours, but scales down to

2 instances overnight. Staff are complaining that the application is very slow when the day begins, although it runs well by mid-morning.

How should the scaling be changed to address the staff complaints and keep costs to a minimum?

一家公司运行一个基于浏览器的内部应用程序。该应用在应用负载平衡器后面的亚马逊EC2实例上运行。这些实例在一个亚马逊EC2自动扩展组中运行,跨越多个可用区。自动扩展组在工作时间内可扩展到20个实例,但在夜间可扩展到 2个实例过夜。工作人员抱怨说,当一天开始的时候,应用程序非常慢,尽管到了上午的时候运行良好。

应该如何改变扩展方式以解决员工的抱怨,并将成本保持在最低水平?

A

实施一个预定的行动,在办公室开放前不久将期望的容量设置为20。

B

实施一个在较低的CPU阈值上触发的阶梯式扩展动作,并减少冷却期。

C

实施一个在较低的CPU阈值上触发的目标跟踪动作,并减少冷却期。

D

实施一个预定动作,在办公室开放前不久将最小和最大容量设置为20。

A、

Implement a scheduled action that sets the desired capacity to 20 shortly before the office opens.

B、

Implement a step scaling action triggered at a lower CPU threshold, and decrease the cooldown period.

C、

Implement a target tracking action triggered at a lower CPU threshold, and decrease the cooldown period.

D、

Implement a scheduled action that sets the minimum and maximum capacity to 20 shortly before the office opens.