0
0

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.

CodeCommit

プライベートGitリポジトリのホスティングサービス。
単品ではわざわざ選択する必要性はないが、

CodeBuild

CodePipelineで構成可能なビルドプロセス。
スケーラブル。

CodeDeploy

デプロイの自動化。
特徴

CodePipeline

継続的デリバリー。
リリースプロセスのワークフロー化。
image.png

AWSだけですべてを構成すると、CodePipelineで以下を構成する。

  1. CodeCommitでソース管理をし、
  2. CodeBuildで継続的インテグレーションにつなげて、
  3. CodeDeployで環境へデプロイ

CodeStar

Code*の統合管理というかセットアップウィザードというか。
テンプレートが提供されている。

おそらく、AWS Elastic Beanstalkなどの高速設定と併用することで、かなり早くウェブアプリケーションのCI/CD環境は構築できると思われる。

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?