Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Update network diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliocalzolari committed Dec 6, 2017
1 parent 1d6c8d3 commit 4d6d799
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ This pipeline allows:
Technology
----------

CodeDeploy
CodeBuild
**********
AWS CodeDeploy is a service that automates the deployment of an application code to EC2 instances (or to servers running on-premises). CodeDeploy can be configured to deploy according to various methods (e.g. all at once or a specified percentage / number of instances at a time), and it can track application health during the deployment process and rollback to previous versions if needed. It integrates with other CI/CD products, including Jenkins and CodePipeline.
AWS CodeBuild is a fully managed build service in the cloud. AWS CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. AWS CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for the most popular programming languages and build tools such as Apache Maven, Gradle, and more. You can also customize build environments in AWS CodeBuild to use your own build tools. AWS CodeBuild scales automatically to meet peak build requests


CodePipeline
Expand Down
Binary file modified resources/architecture.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/pipeline.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d6d799

Please sign in to comment.