Skip to content

Instantly share code, notes, and snippets.

@sanoyo
Last active October 5, 2019 09:02
Show Gist options
  • Save sanoyo/27f2234461ac3ed4d1565797d8322da2 to your computer and use it in GitHub Desktop.
Save sanoyo/27f2234461ac3ed4d1565797d8322da2 to your computer and use it in GitHub Desktop.
インフラ構成図作るまでの道のり

わからないところ 

可用性

壊れにくい、復旧が早いなど耐障害性に強い、信頼性の高いシステムのこと

参考記事
https://it-trend.jp/words/availability
https://tech.nikkeibp.co.jp/it/atcl/column/17/011900625/011900007/

レイテンシ

通信の遅延時間を意味する言葉です。
参考記事

【スループット(Throughput)】 単位時間あたりに処理できるデータ量

【ネットワーク性能の重要指標「レイテンシ」とは?】
https://blogs.manageengine.jp/itom_what_is_latency/

変更管理

  • ロールアウトの実装
  • 高速かつ正確な問題の検出
  • 問題が生じた際の安全なロールバック

プロビジョニング

プロビジョニングとは、必要に応じてネットワークやコンピューターの設備などのリソースを提供できるよう予測し、準備しておくことです

参考記事

完全性


アクセス制限

接続元IPアドレスによって、アクセスを制限できる機能。

参考記事

https://support-ja.backlog.com/hc/ja/articles/360036150173


Infrastructure as Code(IaC) と Configuration as Code(CaC)

違い

http://simplearchitect.hatenablog.com/entry/2016/02/18/165917


Route53

DNSサービス(DNSは、ドメイン名からIPアドレスを参照する機能を持っている)。

Cloud Front

ユーザーへの静的および動的ウェブコンテンツ (.html、.css、.js、イメージファイルなど) の配信を高速化するウェブサービスです。

ACL(ネットワークアクセスコントロールリスト)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment