我的视频blog地址 http://www.lofter.com/blog/cloudrivers
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 46 下一页
摘要: 利用Resnet50算法在MXNet框架下,在Sagemaker训练了一个模型。然后转换为OpenVino的IR模型,实现绝缘子图像识别。 阅读全文
posted @ 2019-10-16 22:23 Michael云擎 阅读(443) 评论(0) 推荐(0)
摘要: A Developer is investigating an issue whereby certain requests are passing through an Amazon API Gateway endpoint /MyAPI, but the requests do not reac 阅读全文
posted @ 2019-10-14 18:00 Michael云擎 阅读(290) 评论(0) 推荐(0)
摘要: A company is creating a REST service using an Amazon API Gateway with AWS Lambda integration. The service run different versions for testing purposes. 阅读全文
posted @ 2019-10-11 21:02 Michael云擎 阅读(320) 评论(0) 推荐(0)
摘要: 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)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 46 下一页
我的视频blog地址 http://www.lofter.com/blog/cloudrivers