AWS
文章平均质量分 90
pg_edb
Dataware House,ETL,BI,PostgreSQL,EnterpriseDB,MongoDB,Zabbix,AWS
展开
-
亚马逊 云计算 AWS Certified Solutions Architect - Professional 认证攻略
由于客户开始使用AWS架构的环境,为了学习和了解更多的AWS知识,参加了AWS认证。先贴个证书。AWS认证路线:AWS Certified Solutions Architect - Professional 认证路线需要提醒考取认证的同学,一些分享和资料可能比较旧了,AWS认证的特点就是经常 更改考试指南和考试题,这点特别无语啊。英文版考试2019/2/4开始采用新的考试指南和考题...原创 2019-02-08 11:36:35 · 11844 阅读 · 3 评论 -
AWS DynamoDB学习笔记
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and lowlatency performance that scales with ease.Primary KeyWhen you create a table, you must specify the primary key of ...原创 2019-03-13 19:14:12 · 1088 阅读 · 0 评论 -
AWS Redshift 学习笔记
Amazon Redshift is a fast, powerful, fully managed, petabyte-scale data warehouse service in the cloud. Amazon Redshift is a relational database designed for OLAP scenarios and optimized for high-perf...原创 2019-03-13 18:52:16 · 3949 阅读 · 0 评论 -
AWS Databases学习笔记
Database systems and engines can be grouped into two broad categories: Relational Database Management Systems (RDBMS) and NoSQL (or non-relational) databases.A relational database can be categorized ...原创 2019-03-13 09:15:49 · 994 阅读 · 0 评论 -
AWS Simple Notification Service (Amazon SNS)学习笔记
Amazon SNS is a web service for mobile and enterprise messaging that enables you to set up,operate, and send notifications.Amazon SNS follows the publish-subscribe (pub-sub) messaging paradigm,withn...原创 2019-03-14 21:28:23 · 1340 阅读 · 0 评论 -
AWS Simple Workflow Service (Amazon SWF)学习笔记
Amazon SWF makes it easy to build applications that coordinate work across distributedcomponents.When using Amazon SWF, you implement workers to perform tasks.These workers can run either on cloud i...原创 2019-03-14 19:52:36 · 1180 阅读 · 0 评论 -
AWS Identity and Access Management (IAM)学习笔记
IAM is a powerful service that allows you to control how people and programs are allowed to manipulate your AWS infrastructure.First, IAM is not an identity store/authorization system for your applic...原创 2019-02-23 23:12:27 · 1742 阅读 · 0 评论 -
AWS Virtual Private Cloud (Amazon VPC)学习笔记
Amazon VPC is the networking layer for Amazon Elastic Compute Cloud (Amazon EC2), and it allows you to build your own virtual network within AWS.An Amazon VPC address range may be as large as /16 (65...原创 2019-02-12 21:36:20 · 2527 阅读 · 0 评论 -
AWS Auto Scaling (Amazon Auto Scaling)学习笔记
Auto Scaling is a service that allows you to scale your Amazon EC2 capacity automatically by scaling out and scaling in according to criteria that you define.Auto Scaling PlansAuto Scaling has sever...原创 2019-02-22 21:56:24 · 2520 阅读 · 0 评论 -
AWS CloudWatch (Amazon CloudWatch)学习笔记
Amazon CloudWatch is a service that you can use to monitor your AWS resources and your applications in real time. With Amazon CloudWatch, you can collect and track metrics, create alarms that send not...原创 2019-02-22 21:42:44 · 3168 阅读 · 0 评论 -
AWS Elastic Block Store (Amazon EBS) 学习笔记
Amazon EBS provides persistent block-level storage volumes for use with Amazon EC2 instances.Each Amazon EBS volume is automatically replicated within its Availability Zone to protect you from compone...原创 2019-02-11 10:05:17 · 1361 阅读 · 0 评论 -
AWS Storage tiers vs Azure Storage tiers
AWSAzureAmazon S3 StandardHot storage tierAmazon S3 Standard-IACool storage tierAmazon GlacierArchive storage tierAzure Storage tiersAzure offers three storage tiers for blob o...原创 2019-02-16 22:26:13 · 231 阅读 · 0 评论 -
AWS Elastic Compute Cloud (Amazon EC2) 学习笔记
Amazon EC2 is AWS primary web service that provides resizable compute capacity in the cloud.you are charged per hour while the instance is running. When you stop theinstance, you are no longer charg...原创 2019-02-09 16:13:14 · 2003 阅读 · 0 评论 -
AWS Elastic Load Balancing (Amazon ELB)学习笔记
The Elastic Load Balancing service allows you to distribute traffic across a group of Amazon EC2 instances in one or more Availability Zones, enabling you to achieve high availability in your applicat...原创 2019-02-21 20:29:25 · 3207 阅读 · 0 评论 -
AWS Simple Storage Service (S3)学习笔记
Amazon S3 provides developers and IT teams with secure, durable, and highly-scalable cloud storage.Common use cases for Amazon S3 storage include:Backup and archive for on-premises or cloud dataCon...原创 2019-02-09 11:12:36 · 1824 阅读 · 1 评论 -
AWS abbreviation
原创 2019-02-08 11:54:16 · 455 阅读 · 0 评论 -
AWS key Services
原创 2019-02-08 11:52:03 · 853 阅读 · 0 评论 -
AWS Simple Queue Service (Amazon SQS)学习笔记
Amazon SQS is a fast, reliable, scalable, and fully managed message queuing service. Amazon SQS makes it simple and cost effective to decouple the components of a cloud application.You can use Amazon...原创 2019-03-13 19:40:12 · 1866 阅读 · 0 评论