- 博客(159)
- 资源 (77)
- 收藏
- 关注
原创 AWS实战:S3 Cloud Watch Event 触发Lambda
AWS实战:S3 Cloud Watch Event 触发Lambdaservice: cloud-watch-event-trigger-lambdaframeworkVersion: ">=1.2.0 <3.0.0"plugins: - serverless-pseudo-parametersprovider: name: aws runtime: nodejs14.x memo...
2023-01-18 18:26:57
930
原创 AWS实战:AWS Kinesis Data Firehose
Amazon Kinesis Data Firehose 是一项提取、转换、加载 (ETL) 服务,可以将串流数据以可靠方式捕获、转换和提供到数据湖、数据存储和分析服务中。Amazon Kinesis Data Firehose 是将流数据加载到数据存储和分析工具的最简单方式。Kinesis Data Firehose 是一项完全托管式服务,让您可以轻松地从数十万个来源中捕获、转换大量流数据,并将其加载到 Amazon S3、Amazon Redshift、Amazon OpenSearch
2022-05-24 00:06:28
970
原创 96. AWS Well-Architected Framework Whitepaper
The AWS Well-Architected Framework helps you understand the pros and cons of decisions you make while building systems on AWS.
2022-02-17 16:52:05
792
原创 85. AWS Proton
AWS Proton is Automated infrastructure provisioning and deployment of serverless and container-based applications
2022-02-16 11:11:30
64
原创 91. AWS Migration Hub
AWS Migration Hub (Migration Hub) provides a single place to discover your existing servers, plan migrations, and track the status of each application migration.
2022-02-16 11:00:41
335
原创 90. AWS Database Migration Service
AWS Database Migration Service (AWS DMS) is a cloud service that makes it easy to migrate relational databases, data warehouses, NoSQL databases, and other types of data stores.
2022-02-16 11:00:19
138
原创 89. AWS Application Migration Service
AWS Application Migration Service (MGN) is a highly automated lift-and-shift (rehost) solution that simplifies, expedites, and reduces the cost of migrating applications to AWS.
2022-02-16 11:00:09
179
原创 88. AWS Application Discovery Service
AWS Application Discovery Service helps you plan your migration to the AWS cloud by collecting usage and configuration data about your on-premises servers.
2022-02-16 11:00:01
139
原创 87. AWS Health
AWS Health provides ongoing visibility into your resource performance and the availability of your AWS services and accounts.AWS Health provides a console, called the AWS Personal Health Dashboard, to all customers.
2022-02-16 10:59:53
61
原创 92. AWS DataSync
AWS DataSync is an online data transfer service that simplifies, automates, and accelerates moving data between on-premises storage systems and AWS storage services, and also between AWS storage services.
2022-02-16 10:59:42
284
原创 93. AWS Transfer Family
AWS Transfer Family is a secure transfer service that enables you to transfer files into and out of AWS storage services
2022-02-16 10:59:33
528
原创 86. AWS Resource Groups
AWS Resource Groups is the service that lets you manage and automate tasks on large numbers of resources at one time.
2022-02-15 15:04:08
61
原创 84. Amazon Data Lifecycle Manager
You can use Amazon Data Lifecycle Manager to automate the creation, retention, and deletion of EBS snapshots and EBS-backed AMIs.
2022-02-15 14:54:52
103
原创 83. AWS Compute Optimizer
AWS Compute Optimizer is a service that analyzes the configuration and utilization metrics of your AWS resources.
2022-02-15 14:39:37
133
原创 82. AWS OpsWorks
AWS OpsWorks is a configuration management service that helps you configure and operate applications in a cloud enterprise by using Puppet or Chef.
2022-02-15 14:24:48
373
原创 81. AWS Well-Architected Tool
AWS Well-Architected Tool (AWS WA Tool) is a service in the cloud that provides a consistent process for measuring your architecture using AWS best practices.
2022-02-15 14:08:54
157
原创 80. AWS Managed Services
AMS implements best practices and maintains your infrastructure to reduce your operational overhead and risk.
2022-02-15 12:44:58
113
原创 79. AWS License Manager
AWS License Manager is a service that makes it easier for you to manage your software licenses from software vendors centrally across AWS and your on-premises environments.
2022-02-15 11:56:00
165
原创 78. AWS Control Tower
AWS Control Tower offers a straightforward way to set up and govern an AWS multi-account environment, following prescriptive best practices
2022-02-15 11:43:14
143
原创 77. AWS Service Catalog
AWS Service Catalog enables organizations to create and manage catalogs of IT services that are approved for AWS.
2022-02-15 11:27:22
112
原创 76. AWS Organizations
AWS Organizations is an account management service that enables you to consolidate multiple AWS accounts into an organization that you create and centrally manage.
2022-02-15 10:53:45
112
原创 75. AWS Trusted Advisor
Trusted Advisor draws upon best practices learned from serving hundreds of thousands of AWS customers.
2022-02-14 18:37:38
166
原创 74. AWS Config
AWS Config provides a detailed view of the configuration of AWS resources in your AWS account. This includes how the resources are related to one another and how they were configured in the past so that you can see how the configurations and relationships
2022-02-14 17:59:11
193
原创 73. AWS CloudTrail
AWS CloudTrail is an AWS service that helps you enable governance, compliance, and operational and risk auditing of your AWS account.
2022-02-14 17:36:55
140
原创 72. AWS CloudFormation
AWS CloudFormation is a service that helps you model and set up your AWS resources so that you can spend less time managing those resources and more time focusing on your applications that run in AWS.
2022-02-14 16:48:27
80
原创 71. AWS Systems Manager
AWS Systems Manager is an AWS service that you can use to view and control your infrastructure on AWS.Using the Systems Manager console, you can view operational data from multiple AWS services and automate operational tasks across your AWS resources.
2022-02-14 16:36:32
229
原创 70. Amazon CloudWatch
Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real time.You can use CloudWatch to collect and track metrics, which are variables you can measure for your resources and applications.
2022-02-14 15:44:54
105
原创 67. Amazon Cloud Directory
Amazon Cloud Directory is a highly available multi-tenant directory-based store in AWS. These directories scale automatically to hundreds of millions of objects as needed for applications.
2022-02-11 17:09:58
112
原创 68. AWS Directory Service
AWS Directory Service provides multiple ways to use Microsoft Active Directory (AD) with other AWS services.
2022-02-11 17:09:46
266
原创 66. AWS Single Sign-On
AWS Single Sign-On is a cloud-based single sign-on (SSO) service that makes it easy to centrally manage SSO access to all of your AWS accounts and cloud applications.
2022-02-10 16:40:15
112
利用链式栈结构求迷宫问题所有解:回溯算法,两种输出形式数组输出和三元组输出
2014-06-06
串的基本操作定长顺序存储表示:初始化串、复制串、判断串是否为空、比较两个字符串、计算字符串长度、清空串、连接串、找子串、模式匹配、替换子串、插入和删除子串
2014-06-05
队列应用银行排队问题模拟改进算法:计算客户的平均停留时间和等待时间以及每个客户的时间信息(VC6.0)
2014-06-03
队列应用银行排队问题模拟:计算客户的平均停留时间和等待时间以及每个客户的时间信息(VC6.0)
2014-06-03
利用栈结构实现行编辑允许输入出错并可更正
2014-05-27
利用栈实现括号匹配的检验
2014-05-26
顺序栈,压栈、弹栈、获得栈顶元素、统计栈中元素个数、打印栈中元素
2014-05-26
利用单链表创建多项式,并实现多项式的加减乘法运算,以及对多项式根据指数进行递增排序
2014-05-25
无序单列表排序不改变结点的连接关系通过改变结点的值来排序C和指针第十二章编程练习4
2014-04-30
POINTERS ON C 第九章编程练习16按照指定的格式字符串对一个数字字符进行格式化
2014-04-20
npm各类工具包koa,sequelize,vue
2020-03-01
npm包webpack vue express koa elementui
2020-01-17
npm 常用的资源包
2020-01-13
cookie-parser npm package
2020-01-09
verdaccio.rar
2019-08-26
storage.zip
2019-08-26
vue cli 3.0工程压缩包 ims.zip
2019-08-22
cypress.zip
2019-08-17
node_modules.zip
2019-08-17
C++实现链表模板(链表项的数据元素可以为任意类型):链表项的插入、删除、链表的打印、两个链表的连接VS2010
2014-08-21
稀疏矩阵的连续存储空间表示:矩阵加减乘法运算、矩阵转置运算、矩阵项的插入、矩阵行列链表的排序
2014-06-08
稀疏矩阵的十字链表表示方法:矩阵加减乘法运算、矩阵转置运算、矩阵项的插入、矩阵行列链表的排序
2014-06-08
串的基本操作堆存储表示:初始化串、复制串、判断串是否为空、比较两个字符串、计算字符串长度、清空串、连接串、找子串、模式匹配、替换子串、插入和删除子串
2014-06-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人