题解理解

 

430题   应该是AE

429题 为什么是A,  因为SQS尽力保障顺序,消费了不去删除,那么第二个系统就可以晚上再进行消费。如何保证实时呢,长轮询么

428题 应该是A吧 地址:https://aws.amazon.com/cn/blogs/devops/integrating-aws-codeartifact-package-mgmt-flow/     

https://docs.aws.amazon.com/codeartifact/latest/ug/external-connection.html

使用命令 aws codeartifact associate-external-connection  进行编辑

427 应该是B, 使用最少的AWS基础设施

426 应该是A吧,没找打RCU加到RDS的相关文档

425 D   Retry mechanism already included in AWS SDK API calls

424 应该是AD吧,

423 应该是B,路Pro,你应该是对的

422  选A , B选项主要用于访问,也可以上传本质上还是 S3加速器

S3 Transfer Acceleration
• Increase transfer speed by transferring file to an AWS edge location which will forward the data to the S3 bucket in the target region
• Compatible with multi-part upload

418 官网有最佳实践,可是为什么环境变量传递给函数就可以提高性能。。。 应该是提高开发人员的效率了吧

417 应该选A

415 复杂耗时 应该是C吧, 但是A好像更好,因为说无需加载整个仪表盘,通过websocket推送更新

414 不会

412 ProvisionedThroughputExceededException 消息:您超出了表或一个或多个全局二级索引的最大允许预置吞吐量。要查看预置吞吐量与消耗吞吐量的性能指标

411 标准 Exactly-once workflow execution.  快速 At-least-once workflow execution.

407 应该是D

406 利用 DeletionPolicy 属性,您可以在某个资源的堆栈被删除时保留并(在某些情况下)备份该资源。您可为要控制的每个资源指定 DeletionPolicy 属性。默认情况下,如果某个资源不具有 DeletionPolicy 属性,Amazon CloudFormation 将删除该资源.

405 AllowValues 批准的实例类型合并进CloudFormation 中。

101 Associate API stages and API keys with the usage plan.

104 https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/making-asynchronous-calls.html 

在数据库调用执行后,发送您的异步请求,您的代码将继续按预期执行。如果您没有正确管理异步调用的响应,则您的代码可以尝试使用它期望从数据库返回的信息,而该数据尚不可用。

105 Cognito Sync

• Deprecated – – use AWS AppSync now
• Store preferences, configuration, state of app
• Cross device synchronization (any platform – iOS, Android, etc…)
• Offline capability (synchronization when back online)
• Store data in datasets (up to 1MB), up to 20 datasets to synchronize
• Push Sync: silently notify across all devices when identity data changes
• Cognito Stream: stream data from Cognito into Kinesis
• Cognito Events: execute Lambda functions in response to events

106 Redis弹性缓存具有容错性

107 Requirements:

• in the .ebextensions/ directory in the root of source code
• YAML / JSON format
• .config extensions (example: logging.config)
• Able to modify some default settings using: option_settings
• Ability to add resources such as RDS, ElastiCache, DynamoDB, etc…

 108  • Console: upload zip file (creates new app version), and then deploy  (自动创建新应用程序版本)

 • CLI: create new app version using CLI (uploads zip), and then deplo

111 多个API具有共享并发限制

116 有状态的服务器,服务器端一般都要保存请求的相关信息,默认地使用以前的请求信息,无状态请求,服务器端所能够处理的过程必须全部来自于请求所携带的信息。

120 使用现有实例保持完整容量。附加批次滚动会更新现有实例,不是现有实例全容量,所以不可变更好

132 GSI和主表独立RCU WCU,但是逐步的写入会通过GSI流入,所以主表的限制可能会受GSI的吞吐量来影响

136  每秒50个请求,每个请求100秒,所以可能会累积有 50*100个请求同时处理,lambda最大1000的并发,所以要联系AWS Support。

189 应该选C吧 ?

197 ?

200 ?

posted @   姓蜀名黍  阅读(33)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通
点击右上角即可分享
微信分享提示