Technically Impossible

Lets look at the weak link in your statement. Anything "Technically Impossible" basically means we haven't figured out how yet.

AWS Certification Minute - AWS

AWS認定資格の受験対策ノートとして、「AWS certification minute」というWikiを運用していた。Professionalレベルまでの認定を得たものの、資格を継続するメリットはないと判断した。

資格更新の受験対策時に書き足そうと考えていたのだが、資格失効とともに、Wikiを順次、移行していくことにした。
impsbl.hatenablog.jp

クラウド

Somewhere around 2002, Jeff Bezos famously issued a mandate that described how software at Amazon had to be written. The tenets were as follows:
• All teams will henceforth expose their data and functionality through service interfaces.
• Teams must communicate with each other through these interfaces.
• There will be no other form of interprocess communication allowed:
no direct linking, no direct reads of another team’s data store, no shared-memory model, no backdoors whatsoever. The only communication allowed is via service interface calls over the network.
• It doesn’t matter what technology they use.
• All service interfaces, without exception, must be designed from the ground up to be externalizable. That is to say, the team must plan and design to be able to expose the interface to developers in the outside world. No exceptions.
• Anyone who doesn’t do this will be fired.

Migrating Java to the Cloud [Book]

サポート

サードパーティ製ソフトウェアサポート

Amazon Elastic Compute Cloud(EC2)インスタンスオペレーティングシステムのほかに、AWS 上で稼働する一般的なサードパーティ製ソフトウェアコンポーネントについても、AWS のサポートエンジニアが、インフラストラクチャコンポーネントのセットアップ、 設定、 トラブルシューティングにおいて発生しがちな問題の解決をベストエフォートでお手伝いします。

AWS Support プラン比較 | デベロッパー、ビジネス、エンタープライズ、エンタープライズ On-Ramp | AWS Support

セキュリティ

Key Pairs

  • プライベート・キーを利用してデジタル署名を作成する。
  • パブリック・キーを用いてデジタル署名を検証する。
  • 次のコンポーネントで利用する。
EC2 EC2接続用のキー・ペア→ SSH
CloudFront 署名付きURLの作成用のキー・ペア 課金コンテンツ

AWS にAWS認証情報を使用してアクセスする - AWS 全般のリファレンス

料金

組織の一括請求

Billing and Cost Management AWS Organizationsの一括請求  
支払人アカウント マスターアカウント 組織内のすべてのメンバーアカウントの請求を支払う
連結アカウント メンバーアカウント 一括請求ファミリー内のアカウント

Cost and Usage reportを使用してレポートを取得する。

注意

メンバーアカウントが組織を離れた場合、メンバーアカウントは、組織にいたときからの Cost Explorer データを表示できなくなります。このデータは削除されず、組織は引き続きデータを表示できます。再度組織に加わった場合、メンバーアカウントは再びデータを表示できます。

AWS費用と戦う - Speaker Deck

参考