`

aws

    博客分类:
  • AWS
 
阅读更多

 

SSD volumes must be between 1 GiB - 16 TiB.

 

At this time, you cannot have a multi-AZ copy of your read replica.

 

Placement Groups are limited to a single AZ.

 

With short-polling, multiple polls of the queue may be necessary to process all messages in the queue. Additionally, SQS does NOT offer FIFO processing of messages from the queue.

 

轮询:

 

这是最早的一种实现实时 Web 应用的方案。客户端以一定的时间间隔向服务端发出请求,以频繁请求的方式来保持客户端和服务器端的同步。这种同步方案的最大问题是,当客户端以固定频率向服务器发起请求的时候,服务器端的数据可能并没有更新,这样会带来很多无谓的网络传输,所以这是一种非常低效的实时方案。

 

轮询(Polling)是指不管服务器端有没有更新,客户端(通常是指浏览器)都定时的发送请求进行查询,轮询的结果可能是服务器端有新的更新过来,也可能什么也没有,只是返回个空的信息。不管结果如何,客户端处理完后到下一个定时时间点将继续下一轮的轮询。                                    

推送或叫长连接(Long-Polling)的服务其客户端是不做轮询的,客户端在发起一次请求后立即挂起,一直到服务器端有更新的时候,服务器才会主动推送信息到客户端。 在服务器端有更新并推送信息过来之前这个周期内,客户端不会有新的多余的请求发生,服务器端对此客户端也啥都不用干,只保留最基本的连接信息,一旦服务器有更新将推送给客户端,客户端将相应的做出处理,处理完后再重新发起下一轮请求。分为长轮询和流2种:

 

Q: Will I be able to access my EBS snapshots using the regular Amazon S3 APIs?

 

No, EBS snapshots are only available through the Amazon EC2 APIs.

 

 

FALSE. A Dedicated Host is required if you'd like to use your existing Windows Server licenses. cannot be "Amazon EC2 shared tenancy instance"

 

D. S3-RRS is most often used with reproducible objects.

 

S3, AMI 都是区域性的。

 

Connection draining is enabled by default and provides a period of time for existing connections to close cleanly

 

You cannot edit a launch configuration once defined

The launch configuration will have been created with detailed monitoring enabled which is chargeable. You will need to recreate the launch configuration with basic monitoring enabled

 

Which AWS services can be used to automate the release process of your serverless Lambda applications? (choose 2)

A. AWS CodePipeline

C. AWS CodeDeploy

 

Application Load Balancer 最適合用來處理HTTP 與HTTPS 流量的負載平衡

Load Balancer 在連線層(Layer 4) 負載平衡器會嘗試開啟接聽程式設定中指定之連接埠上所選目標的 TCP 連線

 

When you launch an instance into a default VPC, we provide the instance with public and private DNS hostnames that correspond to the public IPv4 and private IPv4 addresses for the instance

 

A task definition is a text file in JSON format that describes one or more containers, up to a maximum of 10

 

时段低于 60 秒的数据点可保留 3 个小时。这些数据点是高分辨率自定义指标。

时段为 60 秒(1 分钟)的数据点可保留 15 天

时段为 300 秒(5 分钟)的数据点可保留 63 天 

时段为 3600 秒(1 小时)的数据点可保留 455 天(15 个月)

 

Access logging is an optional feature of Elastic Load Balancing that is disabled by default. After you enable access logging for your load balancer, Elastic Load Balancing captures the logs and stores them in the Amazon S3 bucket that you specify as compressed files. You can disable access logging at any time.

Amazon S3 Server Access Logging

 

分享到:
评论

相关推荐

    AWS云从业者考试资料

    AWS Certified Cloud Practitioner(AWS 云从业者)考试是对云计算基础知识和AWS服务基本知识的评估。以下是考试的知识范围和主要考点: 一、云概念(Cloud Concepts) 1.1 云的定义 1.2 云服务模型 1.3 云部署模型 ...

    AWS构架师 PPT(Architecting on AWS Student Guide)

    AWS构架师是专门从事亚马逊网络服务(Amazon Web Services, AWS)的架构设计和优化的专业人士。他们负责设计高度可靠、可扩展且灵活的云计算解决方案,以满足各种业务需求。此PPT教材包含的知识点主要涵盖以下几个...

    AWS自学总结.docx

    AWS自学总结 在深入探索AWS自学笔记之前,我们先理解一下AWS(Amazon Web Services)的基础。AWS是亚马逊公司提供的全球领先的云计算服务平台,提供包括计算、存储、数据库、分析、机器学习、物联网等在内的多种...

    AWS考试题 中文考试题

    AWS(Amazon Web Services)是全球领先的云计算服务提供商,其提供的认证体系旨在验证个人在使用AWS技术和服务方面的专业知识和技能。AWS认证分为多个级别,适用于不同的职业角色,包括但不限于解决方案架构师、系统...

    AWS 云从业者题库(中文版)

    主题:AWS 云从业者题库(中文版) 适合人群:准备参加 AWS 云从业者认证的技术人员 主要内容:AWS 云从业者题库(中文版) 阅读建议:多次反复阅读 收获:AWS 云从业者认证 介绍:AWS Certified Cloud Practitioner...

    AWS Certified Cloud Practitioner(CLF-C02)认证考试资料整理英文-系列二

    AWS Certified Cloud Practitioner(CLF-C02)认证考试资料整理英文-系列二 在 AWS 认证考试中,了解云计算的基础概念和 AWS 服务是非常重要的。本资源摘要信息将涵盖 AWS Certified Cloud Practitioner(CLF-C02) ...

    AWS Certified Cloud Practitioner(CLF-C02)认证考试资料整理中文-系列二

    AWS Certified Cloud Practitioner(CLF-C02) 认证考试资料整理中文-系列二 本资源提供了 AWS Certified Cloud Practitioner(CLF-C02) 认证考试的相关知识点,涵盖了 AWS 云架构、安全性、可扩展性、可用性、高可用...

    aws-sdk-cpp-1.11.4(x86-windows)

    1,C++版本的现代化AWS SDK调用API接口,具有普遍可用性 2,压缩包中是从github下载的aws-sdk-cpp-1.11.4编译后的可安装二次开发包,windows x86版本,包含以下内容: aws-cpp-sdk-core.dll(和其余dll) aws-cpp-...

    aws-java-sdk-core-1.12.160-API文档-中英对照版.zip

    赠送jar包:aws-java-sdk-core-1.12.160.jar; 赠送原API文档:aws-java-sdk-core-1.12.160-javadoc.jar; 赠送源代码:aws-java-sdk-core-1.12.160-sources.jar; 赠送Maven依赖信息文件:aws-java-sdk-core-1.12....

    AWS Certified SysOps Administrator Official Study Guide Associate Exam

    Validate your AWS skills. This is your opportunity to take the next step in your career by expanding and validating your skills on the AWS cloud. AWS has been the frontrunner in cloud computing ...

    AWS认证解决方案架构师官方学习指南

    2. AWS的基础知识:这涉及到AWS的基本术语和服务,例如区域、可用区、EC2实例、S3存储桶以及如何通过AWS管理控制台或AWS命令行界面(CLI)与AWS服务进行交互。 3. AWS云平台的架构原理:这部分内容包括构建可伸缩和...

    aws-java-sdk-core-1.11.939-API文档-中文版.zip

    赠送jar包:aws-java-sdk-core-1.11.939.jar 赠送原API文档:aws-java-sdk-core-1.11.939-javadoc.jar 赠送源代码:aws-java-sdk-core-1.11.939-sources.jar 包含翻译后的API文档:aws-java-sdk-core-1.11.939-...

    aws-java-sdk-kms-1.11.939-API文档-中文版.zip

    赠送jar包:aws-java-sdk-kms-1.11.939.jar 赠送原API文档:aws-java-sdk-kms-1.11.939-javadoc.jar 赠送源代码:aws-java-sdk-kms-1.11.939-sources.jar 包含翻译后的API文档:aws-java-sdk-kms-1.11.939-...

    AWS-CLF-C01中文课件,笔记整理.rar

    AWS Certified Cloud Practitioner (CLF-C01) 是亚马逊网络服务(Amazon Web Services)提供的一项认证,旨在验证个人对云计算的基本理解,特别是AWS云平台的知识。这个认证适合那些刚接触云计算或者希望证明自己在...

    aws-java-sdk-s3-1.11.939-API文档-中文版.zip

    赠送jar包:aws-java-sdk-s3-1.11.939.jar 赠送原API文档:aws-java-sdk-s3-1.11.939-javadoc.jar 赠送源代码:aws-java-sdk-s3-1.11.939-sources.jar 包含翻译后的API文档:aws-java-sdk-s3-1.11.939-javadoc-...

    aws-java-sdk-kms-1.11.939-API文档-中英对照版.zip

    赠送jar包:aws-java-sdk-kms-1.11.939.jar; 赠送原API文档:aws-java-sdk-kms-1.11.939-javadoc.jar; 赠送源代码:aws-java-sdk-kms-1.11.939-sources.jar; 赠送Maven依赖信息文件:aws-java-sdk-kms-1.11.939....

    AWS云计算实战(人民邮电出版社,包含azw3,epub,mobi,pdf格式)

    《AWS云计算实战》是人民邮电出版社出版的一本专业书籍,专为想要深入了解AWS(Amazon Web Services)云计算平台的读者而设计。这本书以其全面且深入的内容,被广泛认为是最好的AWS入门书籍,适合初学者和有一定经验...

    aws-java-sdk

    AWS Java SDK是一个重要的开发工具包,它为Java开发者提供了与Amazon Web Services(AWS)交互的能力。这个SDK包含了一系列的库,使得开发人员可以轻松地在Java应用程序中集成各种AWS服务,如Amazon S3(简单存储...

    aws-java-sdk-core-1.11.939-API文档-中英对照版.zip

    赠送jar包:aws-java-sdk-core-1.11.939.jar; 赠送原API文档:aws-java-sdk-core-1.11.939-javadoc.jar; 赠送源代码:aws-java-sdk-core-1.11.939-sources.jar; 赠送Maven依赖信息文件:aws-java-sdk-core-1.11....

    AWS官方文档:AWS入门

    这篇“AWS官方文档:AWS入门”旨在帮助初次接触AWS的用户理解并掌握基础的云计算概念,以及如何在AWS平台上部署、处理大数据、进行基本计算和托管Web应用程序。 1. **AWS基础知识**:AWS的核心服务包括计算、存储、...

Global site tag (gtag.js) - Google Analytics