我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 47 下一页
摘要: A Developer is building a web application that uses Amazon API Gateway to expose an AWS Lambda function to process requests from clients. During testi 阅读全文
posted @ 2019-10-11 11:18 Michael云擎 阅读(297) 评论(0) 推荐(0)
摘要: /etc/locale.conf 中 里面默认只有一行: LANG="en_US.UTF-8"这表示系统语言是英语, 应该改成下面这样: LANG="en_US.UTF-8"LC_CTYPE="zh_CN.UTF-8"LC_ALL="en_US.UTF-8"LC_CTYPE 表示语言和类别符号,设置 阅读全文
posted @ 2019-10-09 11:35 Michael云擎 阅读(868) 评论(0) 推荐(0)
摘要: 创建 API 之后,您必须对其进行部署,以便您的用户可以调用它。 要部署 API,您可以创建 API 部署并将其与阶段关联。每个阶段都是 API 的一个快照,可供客户端应用程序调用。 每次更新 API 时(包括修改路由、方法、集成、授权方以及任何其他阶段设置之外的内容),您必须将 API 重新部署到 阅读全文
posted @ 2019-10-08 16:51 Michael云擎 阅读(605) 评论(0) 推荐(0)
摘要: AWS Lambda 使用环境变量以便于与 X-Ray 守护程序进行通信和配置 X-Ray 开发工具包。 _X_AMZN_TRACE_ID:包含跟踪标头,其中包括采样决策、跟踪 ID 和父分段 ID。(要了解有关这些属性的更多信息,请参阅跟踪标头。) 如果调用您的函数时 Lambda 收到跟踪标头, 阅读全文
posted @ 2019-10-08 16:38 Michael云擎 阅读(291) 评论(0) 推荐(0)
摘要: 应该是只有S3和Redshift可以在使用途中启用加密选项,其他服务如EC2、RDS启动加密都必须是在创建时启用,否则需要数据导入导出操作。 您可以使用 AWS 管理的密钥或客户管理的密钥 (CMK) 修改未加密的集群以使用 AWS Key Management Service (AWS KMS) 阅读全文
posted @ 2019-10-08 15:54 Michael云擎 阅读(256) 评论(0) 推荐(0)
摘要: 对于 Web 分配,要控制对象在 CloudFront 缓存中保留多长时间后 CloudFront 将另一请求转发到源,您可以: 配置源,以添加 Cache-Control 或 Expires 标头字段到每个对象。 在 CloudFront 缓存行为中指定最小 TTL 的值。 使用默认值 24 小时 阅读全文
posted @ 2019-10-08 15:43 Michael云擎 阅读(1234) 评论(0) 推荐(0)
摘要: 您可以配置 CodeCommit 存储库以使代码推送或其他事件能够触发操作,例如从 Amazon Simple Notification Service (Amazon SNS) 发送通知或调用 AWS Lambda 中的函数。您可以为每个 CodeCommit 存储库创建多达 10 个触发器。 触 阅读全文
posted @ 2019-10-08 15:05 Michael云擎 阅读(124) 评论(0) 推荐(0)
摘要: Amazon Redshift Spectrum 驻留在独立于您的集群的专用 Amazon Redshift 服务器上。Redshift Spectrum 将很多计算密集型任务 (如谓词筛选和聚合) 下推到 Redshift Spectrum 层。因此,Redshift Spectrum 查询使用的 阅读全文
posted @ 2019-10-08 14:11 Michael云擎 阅读(603) 评论(0) 推荐(0)
摘要: Amazon Redshift 基于 PostgreSQL 8.0.2。Amazon Redshift 和 PostgreSQL 之间的差别非常大,您在设计和开发数据仓库应用程序时必须注意这一点。 Amazon Redshift 是专为联机分析处理 (OLAP) 和业务智能 (BI) 应用程序设计的 阅读全文
posted @ 2019-10-08 14:08 Michael云擎 阅读(467) 评论(0) 推荐(0)
摘要: Data Nodes 在 AWS Data Pipeline 中,数据节点定义管道活动用作输入或输出的位置和数据类型。 In AWS Data Pipeline, a data node defines the location and type of data that a pipeline ac 阅读全文
posted @ 2019-10-08 13:58 Michael云擎 阅读(218) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 47 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers