Skip to content

Commit

Permalink
added images for README
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias committed May 22, 2024
1 parent cd0ef41 commit 44c7450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This project showcases an experience in design, manage, and deploy a secure cont

### High Level Architecture of the infrastructure:

![Alt text](./infra-diagram.jpg?raw=true "CI/CD Architecture")
![Alt text](./infra-diagram.png?raw=true "Infrastructure Architecture")

### CI/CD Overview:
Created a continuous integration and continuous delivery (CI/CD) pipeline that automatically builds and deploys a Java application to an Amazon Elastic Container Service (Amazon ECS) cluster on the Amazon Web Services (AWS) Cloud. This pattern uses a greeting application developed with a Spring Boot Java framework and that uses Apache Maven.
Expand All @@ -57,7 +57,7 @@ It also emphasizes on how to monitor and manage the entire lifecycle of a Java a

### High Level Architecture of CI/CD:

![Alt text](./cicd-diagram.jpg?raw=true "CI/CD Architecture")
![Alt text](./cicd-diagram.png?raw=true "CI/CD Architecture")

The diagram shows the following workflow:

Expand All @@ -83,7 +83,7 @@ The diagram shows the following workflow:

11. After the continuous integration phases are complete, CodePipeline enters the deployment phase (continuous delivery).

12. The Docker image is deployed to Amazon ECS as a container workload (Task) using AWS Codebuild.
12. The Docker image is deployed to Amazon ECS as a container workload (Task) using AWS CodeDeploy.

### Code Structure:

Expand Down
Binary file added cicd-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added infra-diagram.png
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 44c7450

Please sign in to comment.