+86 13541016684Mon. - Fri. 10:00-22:00

Archive for year: 2016

  • AWS EC2 Instance Lifecycle and Troubleshooting

    整理 EC2 Instance Lifecycle 和常遇到的 Troubleshooting. 名詞解釋 Instance store-backed: 關機資料就刪除了 Instance EBS-backed: 關機資料還在 EC2 Instance Lifecycle 下圖是 EC2 Instance State 的狀態流程圖,兩種 EBS-backed and Store-backed 的流程: 圖片來源:Instance Lifecycle Actions Instance Launch 透過 AMI 建立新的 EC2 Instance. 開始跑的狀態是 pending. ...

    Continue reading »

  • 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 »