0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Codeシリーズミニメモ

Posted at

CodeCommit

  • フルマネージドなGitホスティング
  • アカウントは IAM で管理できる
  • ユーザはIAMからhttpsのID/パスを手軽に発行
  • 1ファイルあたり2Gまでいける
  • いろいろ管理が楽な上に、他Codeシリーズと連携できる
  • お値段
  • 5人まで、50G/月、10k処理/月無料
  • 5人超えから +$1/月人
  • 5人超えから +10G/月、2k処理/月のボーナス

CodeBuild

  • フルマネージドなCI
  • トリガーにCodeCommitが使える
  • お値段
  • 基本無料
  • テスト時に作られるEC2の料金のみ

CodeDeploy

  • このサービスに対応しているEC2のOSイメージを使って自動デプロイできる
  • Blue/Greenデプロイとか自動スケールとか全部対応済み、設定するだけ
  • お値段
  • 基本無料
  • デプロイ先のEC2等の料金のみ

CodePipeline

  • ビルド > 単体テスト > ステージングテスト > デプロイ
  • を、よしなにやってくれる
  • お値段
  • 基本無料
  • デプロイ先のEC2等の料金のみ

CodeStar

  • 一発でこれだけ用意してくれる
  • サンプルアプリケーション
  • CodeCommitリポジトリ
  • CodeBuildビルドプロジェクト
  • デプロイツール
  • CodePipeline継続的デプロイメントパイプライン
  • CloudWatchメトリクス
  • プロジェクトダッシュボード
  • お値段
  • 基本無料
  • これから設定される各サービス分の料金のみ
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?