Skip to content

Instantly share code, notes, and snippets.

@pyohei
Created August 10, 2017 14:16
Show Gist options
  • Save pyohei/2d296e67e018c3f7559b1a60fa30aec0 to your computer and use it in GitHub Desktop.
Save pyohei/2d296e67e018c3f7559b1a60fa30aec0 to your computer and use it in GitHub Desktop.

2015-12-06 作成

AWSサービス一覧

目的

  • AWSのサービスの概要を理解する

サービス一覧

コンピューティング

サービス名 概要
EC2 サーバー
EC2 Container Service (ECS) コンテナ(Docker)を管理するサービス
Elastic Beanstalk Paas。サーバ(周辺)を一括して用意してくれる。
Lmbda イベントドリブンなアプリケーションの実行

ストレージ&コンテンツ配信

サービス名 概要
S3 ストレージサービス
CloudFront CDNサービス(S3単体より高速に配信可能)
Elastic File System より高速で堅牢なストレージサービス
Glacier データのバックアップ&アーカイブ(コスト<速さ)
Storage Gateway オンプレのサーバのバックアップを行うサービス

データベース

サービス名 概要
RDS RDBMSサービス
DynamoDB NoSQLサービス
ElastiCache キャッシュサービス(DB向け?)
Redshift データウェアハウス

ネットワーキング

サービス名 概要
VPC プライベートネットワークサービス
Direct Connect AWS用専門回線
Route 53 DNSシステム

開発者用ツール

サービス名 概要
CodeCommit gitホスティングサービス(github
CodeDeploy デプロイに特化したシステム
CodePipeline CIサービス

管理ツール

サービス名 概要
CloudWatch AWSサービス監視システム(これでしか監視できない)
CloudFormation テンプレートでリリースシステムを一括構築(基礎)
CloudTrail AWS上の操作履歴を残す
Config CloudTrailの進化版?状態の変化を記録する
OpsWorks 柔軟な運用に向けたシステムの自動構築
Service Catalog CloudFormationなどの権限分割??

セキュリティ&アイデンティティ

サービス名 概要
identity & Access Management アクセス管理
Directory Service AD管理をAWSに導入
Trusted Advisor コスト管理などのアドバイス

分析

サービス名 概要
Elastic MapReduce データ分析
Data Pipline データ分岐サービス
Kinesis リアルタイム解析サービス
Machine Learning 機械学習

モバイルサービス

サービス名 概要
Cognito ユーザー認証同期サービス(mobile)??
Device Farm 複数デバイスによるテスト
Mobile Analytics Mobile分析
SNS モバイルデバイスのアプリケーションにプッシュ通知

アプリケーションサービス

サービス名 概要
API Gateway API構築管理サービス
AppStream Windowsアプリケーションの配信
CloudSearch 検索サービス
Elastic Transcoder メディア変換サービス
SES メール送信サービス
SQS メッセージキューサービス
SWF ワークフローサービス

エンタープライズアプリケーション

サービス名 概要
WorkSpace クラウドデスクトップ
WorkDocs GoogleDocsのようなサービス
WorkMail クラウド上のメールアプリケーション
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment