前幾天提到的「EC2 的 IAM Role 可以動態改了...」在網頁上的 AWS Management Console 可以改了:「Easily Replace or Attach an IAM Role to an Existing EC2 Instance by Using the EC2 Console」。
大賀 XDDD
幹壞事是進步最大的原動力
GCP 提供 Cloud Key Management Service (目前是 beta),將對 key 的處理 (像是加解密) 變成服務的一部分。
費用的部份,比較大的量應該會在「Key use operations (Encrypt/ Decrypt)」這塊?每一萬次收 USD$0.03。
自己建會有一堆稽核問題要處理,有人建起來後直接用,拔責任直接拆開的確是比較方便...
以往要取得 AWS 的稽核報告都必須簽署 NDA 並透過 support ticket 取得 (或是找窗口拿),現在 AWS 把這件事情做成一個服務:「Introducing AWS Artifact: Speeding Access to Compliance Reports」。
服務叫做 AWS Artifact,還是要簽保密協議,不過電子化了:
You can start downloading the audit reports in the AWS Management Console today. Many of the documents are confidential and require you to accept Amazon’s confidentiality terms and conditions, but after you review and agree to those terms, you will be granted instant access to review documents.
這樣取得資料就可以透過系統直接拉出來了:
To document the current and historical compliance of the AWS infrastructure and services, many AWS customers provide compliance reports—including those for ISO, SOC, and PCI—to their auditors or regulators.
GitHub 上個禮拜推出了不少功能出來:「A whole new GitHub Universe: announcing new tools, forums, and features」。
功能多了不少,但比較亮眼的主要是 Project 的功能,界面上有點像 Trello:
操作上也可以看到,一個 repository 可以開很多 project,然後在裡面移來移去:
With Projects, you can manage work directly from your GitHub repositories. Create cards from Pull Requests, Issues or Notes and organize them into custom columns, whether it’s "In-progress", "Done", "Never going to happen" or any other framework your team uses. Drag and drop the cards inside a column to prioritize them or move them from one column to another as your work progresses.
唔... 這樣好用不少 :o
hSATAC 推薦的用法是:
不過我還是不喜歡啊... 關法是到「chrome://flags/#enable-new-profile-management」這邊關掉,需要重新打開 Google Chrome。
長久以來 AWS Support Center 都是在另外一個界面裡,而現在可以在 AWS Management Console 裡使用了:「AWS Support Center Moves to AWS Management Console」。
欠了很久的雜記。既然是雜記,只是把一些事情記錄下來,許多句子的主題會跳來跳去,請多見諒。
先解釋標題的三個詞彙。這邊要講的是三種存取資料的方式:
彈性最高、效能也最好的是直接的資料存取,但寫起來也最複雜;而 ORM 大致上就是反過來。
現代的 RDBMS 大多都有實做 ACID,在自己操作資料結構時考慮這塊會比較辛苦。兩個層級之間有一些 library 試著解決這個問題 (像是 BerkeleyDB 或是 LevelDB),不過這篇文章暫時跳過。
MySQL 與其他的 RDBMS 比較起來欠了許多東西,但 High Availability 的成熟度以及效能而成為 open source 的第一選項。而也因為許多人使用,大家都知道 MySQL 的先天限制,也有許多 workaround 出現,所以大多數的狀況下這不是問題。
MySQL 的 InnoDB 其實寫的相當不錯,但 MySQL 的 SQL parser 一直都是 MySQL 的痛處,所以許多人使用 MySQL 時會儘量使用 simple query,而 ORM 的特性剛好可以搭上風。
使用 ORM 時最常見要避免的是 N+1 的問題,其他常見到的問題大多都不是 ORM 專有的。
先整理到這邊。
Auto Scaling 這功能總算可以透過 AWS 網頁管理界面設定管理了:「AWS Management Console - Auto Scaling Support」。
這等幾年了啊... XD
AWS 放出兩個新功能,一個是 iPhone 版本的管理 app:「AWS Management Console for iPhone」,另外一個是 EC2 可以跨區域複製機器了:「Cross Region EC2 AMI Copy」。
直接抓官方提供的畫面:
這兩個功能都算是欠很久了...