Architecting on AWS 学习笔记系列文章导航页面


  1. A Solutions Architect is designing a service that must have four Amazon EC2 instances running between 8 AM and 6 PM daily. The service requires one EC2 instance outside of those hours.
    What is the MOST cost-effective way to provide enough compute?
    A. Use one Amazon EC2 Reserved Instance and use an Auto Scaling group to add and remove EC2 instances based on CPU utilization.
    B. Use one Amazon EC2 On-Demand instance and use an Auto Scaling group to add and remove EC2 instances based on CPU utilization.
    C. Use one Amazon EC2 On-Demand instance and use an Auto Scaling Group scheduled action to add three EC2 Spot instances at 7:30 AM and remove three instances at 6:10 PM.
    D. Use one Amazon EC2 Reserved Instance and use an Auto Scaling Group scheduled action to add three EC2 On-Demand instances at 7:30 AM and remove three instances at 6:10 PM.

  1. A photo-sharing website running on AWS allows users to generate thumbnail images of photos stored in Amazon S3. An Amazon DynamoDB table maintains the locations of photos, and thumbnails are easily re-created from the originals if they are accidentally deleted.
    How should the thumbnail images be stored to ensure the LOWEST cost?
    A. Amazon S3 Standard-Infrequent Access (S3 Standard-IA) with cross-region replication
    B. Amazon S3
    C. Amazon Glacier
    D. Amazon S3 with cross-region replication

  1. A company is storing application data in Amazon S3 bucket across multiple AWS Regions. Company policy requires that encryption keys be generated at the company headquarters, but the encryption keys may be stored in AWS after generation. The Solutions Architect plans to configure cross-region replication.
    Which solution will encrypt the data while requiring the LEAST amount of operational overhead?
    A. Configure the application to write to an S3 bucket using client-side encryption.
    B. Configure S3 buckets to encrypt using AES-256.
    C. Configure S3 object encryption using AWS CLI with Server_Side Encryption with AWS KMS_managed keys (SSE-KMS)
    D. Configure S3 bucket to use Server-Side encryption with AWS KMS-Management Keys (SSE-KMS) with imported key met— in both region.

  1. A Solutions Architect must design a web application that will be hosted on AWS, allowing users to purchase access to premium, shares content that is stored in an S3 bucket. Upon payment, content will be available for download for 14 days before the user is denied access.
    Which of the following would be the LEAST complicated implementation?
    A. Use an Amazon CloudFront distribution with an origin access identity (OAI). Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design a Lambda function to remove that is older than 14 days
    B. Use an S3 bucket and provide direct access to the file. Design the application to trace purchases in a DynamoDB table. Configure a Lambda function to remove data that is older than 14 days bases on a query to Amazon DynamoDB
    C. Use an Amazon CloudFront distribution with an OAI. Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design the application to set an expiration of 14 days for the URL
    D. Use an Amazon CloudFront distribution with an OAI. Configure the distribution with an Amazon S3 origin to provide access to the file through signed URLs. Design the application to set an expiration of 60 minutes for the URL, and recreate the URL as necessary

  1. A Solutions Architect plans to migrate a load balancer tier from a data center to AWS. Several websites have multiple domains that require secure balancing.. The Architect decides to use Elastic Load Balancing Application Load Balancers.
    What is the MOST efficient method for achieving secure communication?
    A. Create a wildcard certificate and upload it to the Application Load Balancer.
    B. Create an SNI certificate and upload it to the Application Load Balancer.
    C. Create a secondary proxy server to terminate SSL traffic before the traffic reaches the Application Load Balancer.
    D. Let a third-party Certificate Manager manage certificates required to all domains and upload them to the Application Load Balancer.

  1. A Solution Architect is developing as AWS Lambda-based service for a social networking game to retrieve information on tourist landmarks stored in an Amazon DynamoDB table. The solutions Architect wants to minimize costs as the service scales to many millions of users through a mobile app.
    How can the Solution Architect optimize performance while minimizing costs? (Select TWO)
    A. Use DynamoDB Accelerator (DAX), and configure Auto Scaling of read throughput on the DynamoDB table
    B. Configure AppSync to cache responses on the mobile client, and the configure Auto Scaling of reads on the DynamoDB table
    C. Configure Amazon CloudFront, specify an appropriate TTL for response caching, and configure the DynamoDB table as the origin
    D. Authorize mobile clients to communicate directly with DynamoDB through AWS STS token, and configure DynamoDB for global replication and Auto Scaling
    E. Expose the Lambda function through the Amazon API Gateway, configure the endpoint with caching, and configure Auto Scaling of read throughput on the DynamoDB table

每天半小时搞定 AoAWS (一)相关推荐

  1. python做excel麻烦_高效办公必备:别人通宵做的 Excel,我用Python 半小时搞定!

    原标题:高效办公必备:别人通宵做的 Excel,我用Python 半小时搞定! 最近经常听到周围的人抱怨:"工作忙,在加班--" 不知不觉,当代职场人早就被"996&qu ...

  2. (素材源代码)猫猫学IOS(四)UI之半小时搞定Tom猫

    下载地址:http://download.csdn.net/detail/u013357243/8514915 以下是执行图片展示 制作思路以及代码解析 猫猫学IOS(四)UI之半小时搞定Tom猫这里 ...

  3. 半小时搞定Yolov5安装配置及使用(详细过程)

    Yolov5安装配置及使用教程(详细过程) 1. 下载Yolov5 1.1 下载Yolov5源码: 1.2 下载Yolov5预训练模型: 2. 安装Yolov5 3. 测试Yolov5 : 3.1 I ...

  4. hadooppythonsql_半小时搞定Hadoop+Mysql+Hive+Python

    1. 说明 搭建过Hadoop集群的小伙伴一定知道,如果不用docker,半小时配好Hadoop+Mysql+Hive(后简称Hive)肯定是胡吹,有了Docker镜像,没有说明文档,配好了也不一定会 ...

  5. hive+mysql+速度_半小时搞定Hadoop+Mysql+Hive+Python

    1. 说明 搭建过Hadoop集群的小伙伴一定知道,如果不用docker,半小时配好Hadoop+Mysql+Hive(后简称Hive)肯定是胡吹,有了Docker镜像,没有说明文档,配好了也不一定会 ...

  6. yolov5论文叫什么_论文格式与论文查重到底是什么鬼?教你半小时搞定的独门技巧...

    我们这里主要针对论文内容写作完成之后面临着字体.字号.文字格式等不统一,不符合学院要求等的问题做出合适的修改.排版以使论文格式符合学院要求. 毕业论文主要包括封面.论文原创性声明.中英文摘要及关键词( ...

  7. 免费为网站配置ssl证书, 使网站变成https.半小时搞定

    本文介绍的免费ssl证书是在阿里云上申请的个人免费版本.(申请下来的速度还是挺快的), 个人版本的一个证书只能用于一个固定的域名,有效期为1年.(例如 www.test.com 和 sub.test. ...

  8. 视频会说话:神策智能运营,让你半小时搞定一次活动!

    21 世纪暴增的运营人,在披荆斩棘的过程中不少人沦为 NPC,在迷茫与挫折前的你: 1.是否在为如何影响你的客户而埋头苦干? 2.是否还在为如何提升你存量用户的活跃度和转化率而绞尽脑汁? 如下为一个进 ...

  9. 猫猫学IOS(四)UI之半小时搞定Tom猫

    话不多说 先上效果 项目源码素材下载地址: Tom猫游戏代码iOS 素材http://blog.csdn.net/u013357243/article/details/44457357 效果图 曾经风 ...

最新文章

  1. 怎么打开外部文件_保存的DWG文件再次用CAD打开时提示文件损坏了怎么办?【AutoCAD教程】...
  2. hive性能调优实战pdf_1分钟带你入门JVM性能调优,实战解析调优工具
  3. ie对java的设置字体_关于IE6幽灵字体 - JavaSwing的个人空间 - OSCHINA - 中文开源技术交流社区...
  4. AttributeError: module 'pymongo' has no attribute 'Connection'
  5. java之StringBuider与StringBuffer
  6. iRobot新款OS能让军用机器人上战场
  7. cnpm安装webpack_快速打造最强 Webpack 前端工具链
  8. 基于 HTML5 WebGL 的 3D 机房
  9. selenium 获取不了标签文本的解决方法
  10. 20145122 《Java程序设计》第5周学习总结
  11. 提速30倍!这个加速包让Python代码飞起来
  12. 智慧新泰时空大数据与云平台_智慧城市时空大数据与云平台建设技术大纲即将出台...
  13. 美团点评Java一二面过,三面“凉凉”~复习备战“金三春招季
  14. android 壁纸存储位置,手机图片去了哪?教你理清照片存放路径(全文)
  15. 最新友价T5仿虚拟交易商城网站源码+PHP内核
  16. 全球人造丝卫生棉条行业调研及趋势分析报告
  17. FPGA中利用ICAP原语实现Multiboot功能-总结篇
  18. 分享个被骗10元钱的经历
  19. bzoj2096[Poi2010]Pilots*
  20. android 自动更新 覆盖安装后 自动启动的问题

热门文章

  1. 【微信小程序】view和scroll-view组件的基本使用
  2. 5个月的ui设计培训,都学习什么内容?
  3. html 输入框 焦点事件,input输入框用jquery怎么写失去焦点事件
  4. matlab做拉普拉斯曲线,Matlab 拉普拉斯滤波 以及 imfilter 详解(多图)
  5. 最好的python爬虫 小白入门教程
  6. 51单片机——时钟显示
  7. 锐捷路由器——NAT应用案例----TCP负载均衡
  8. 【架构设计】服务治理理论(一)
  9. 面试跳槽,HR 最喜欢听的 7 个离职原因!
  10. 接触角测量仪,表面张力仪如何使用