+86 135 410 16684Mon. - Fri. 10:00-22:00

Archive for month: 八月, 2016

  • AWS Certified SysOps Administrator – Associate 準備心得

    考完 Solutions Architect (以下簡稱 ASA) 之後,就開始準備考這張 SysOps Administrator (以下簡稱 ASOA),主要因為現在主要的工作內容就是 System Operations / Administration 為主。 以下整理 Study 的摘要與心得。 準備的方向 範圍跟 ASA 一樣的參考點,都還是來自 BluePrint. 考試項目 以下根據 BluePrint 的準備 Domain / Topic ,我自己在每個項目放入一些 AWS Services,還有...

    Continue reading »

  • Ops as Code with AWS CLI

    整理一些利用 AWS CLI 作維運工作的例子,像是: 根據 Tag 條件,定期刪除不需要使用的 EC2 Instances 根據 Tag 條件,將 EC2 Instances 定期備份成 AMI / Snapshot 統計 EC2 使用狀況。 另外還有 AWS CLI 的使用心得,目的就是達到 Ops as Code。 EC2 維護 列舉幾個 系統維運 (System Operations) 常用做的週期性任務。 流程上我都會利用 Tag: ops:<key> 做控管,這個 tag 會...

    Continue reading »

  • AWS Application Load Balancer

    新聞來源:New – AWS Application Load Balancer Application Load Balancers support content-based routing, and supports applications that run in containers. They support a pair of industry-standard protocols (WebSocket and HTTP/2) and also provide additional visibility into the health of the target instances and containers. Web sites and mobile apps, running...

    Continue reading »

  • AWS DynamoDB 學習筆記

    DynamoDB 設計理想源自於 Amazon 的論文: Dynamo: Amazon’s Highly Available Key-value Store, 2007,被稱為是 NoSQL 代表之作。 這篇由 Werner Vogels (AWS CTO) 寫的 Blog: Amazon DynamoDB – a Fast and Scalable NoSQL Database Service Designed for Internet Scale Applications,提到了 DynamoDB 背後設計的歷史、包含以前的 SimpleDB,文章提到幾個設計的重點: Fast (快)...

    Continue reading »

  • AWS Certified Developer – Associate 準備心得

    考試重點回到 Developer,考試範圍除了 Solution Architect (ASA) / SysOps Administrator (ASOA) 都已經很熟悉的 VPC / EC2 / IAM / S3 … 等,另外的重點都在 DynamoDB / 3S (SQS, SES, SNS) / SWF / AWS API。 準備 同樣是以 BluePrint 為主。 BluePrint BluePrint 提到四點: 1.0 AWS Fundamentals 10% AWS Services: EC2, RDS, S3, SWF, SQS DynamoDB, Beanstalk, CloudFormati...

    Continue reading »