Q146. You work in a video game company and your team is working on a feature that tells how many times that certain web pages have been viewed or clicked.
You also created an AWS Lambda function to sh

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


Q146. You work in a video game company and your team is working on a feature that tells how many times that certain web pages have been viewed or clicked.
You also created an AWS Lambda function to show some key statistics of the data. You tested the Lambda function and it worked perfectly. However your team lead requires you to show the statistics every day at 8:00AM GMT on a big TV screen so that when employees come in to the office every morning they have a rough idea of how the feature runs. What is the most cost efficient and straightforward way for you to make this happen?

A.Create an AWS CloudWatch Events rule that is scheduled using a cron expression as ?0 08* * ? *? Configure the target as the Lambda function.
B.Create an Amazon linux EC2 T2 instance and set up a Cron job using Crontab. Use AWS CLI to call your AWS Lambda every 8:00AM.
C.Use Amazon Batch to set up a job with a job definition that runs every 8:00AM for the Lambda function.
D.In AWS CloudWatch Events console click reate Event?using the cron expression ?* ? * * 08 00? Configure the target as the Lambda function.
正确答案A
访客
邮箱
网址

通用的占位符缩略图

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


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

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

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