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

Archives

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

  • AWS Lambda Network Traffic Test in VPC w/ or w/o Endpoint

    有人在問 Lambda 抓取 S3 資料出現下載時間過大 (latency) 的問題,我做了這樣的假設: 把 Lambda 放在 VPC 裡 把 VPC endpoint 打開,指定到 Lambda subnet 的 Route Table 推論基礎是:都在 LAN 裡的傳輸,會比出去到 WAN 還快。 以 AWS 來說,Lambda / S3 都是在 VPC 裡 (LAN) 的網路傳輸應該會比透過 WAN 去 S3 拿還好。不過找了 Lambda 對於 VPC / Network 官方文件的描述,都沒...

    Continue reading »

  • AWS VPC 過程遇到的問題與心得

    整理一些設定 VPC 過程遇到的問題與心得。我設定的是案例官方文件中的 Scenario 3: VPC with Public and Private Subnets and Hardware VPN Access, 也就是包含 數個 Public Subnet 數個 Private VPN to own IT infrastructure over an IPSec VPN tunnel 同時,這個規劃也考慮了 AZ 以及開發時的各種環境需求,像是 Dev / Test / Staging / Production … 等環境,過程中遇到的問題都...

    Continue reading »