Skip to content

Commit 99dfe3f

Browse files
committed
Update README with 3rd module
1 parent d580345 commit 99dfe3f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.MD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Introduction
22
### Java Microservices Deployed on EC2 Container Service
33

4-
Containers are a method of operating system virtualization that allow you to run an application and its dependencies in resource-isolated processes. Containers allow you to easily package an application's code, configurations, and dependencies into easy to use building blocks that deliver environmental consistency, operational efficiency, developer productivity, and version control. Containers can help ensure that applications deploy quickly, reliably, and consistently regardless of deployment environment. Containers also give you more granular control over resources giving your infrastructure improved efficiency.
4+
Containers are a method of operating system virtualization that allow you to run an application and its dependencies in resource-isolated processes. Containers allow you to easily package an application's code, configurations, and dependencies into easy to use building blocks that deliver environmental consistency, operational efficiency, developer productivity, and version control. Containers can help ensure that applications deploy quickly, reliably, and consistently regardless of deployment environment. Containers also give you more granular control over resources giving your infrastructure improved efficiency.
55

66
Running a single container on a single server is easy. ECS is a cluster management service that helps you manage a group of clusters through a graphical user interface or by accessing a command line. With ECS you can install, operate, and scale your own cluster management infrastructure. With simple API calls, you can launch and stop Docker-enabled applications, query the complete state of your cluster, and access many familiar features like security groups, Elastic Load Balancing, EBS volumes, and IAM roles. You can use Amazon ECS to schedule the placement of containers across your cluster based on your resource needs and availability requirements. You can also integrate your own scheduler or third-party schedulers to meet business or application specific requirements.
77

@@ -11,9 +11,10 @@ We will take the [Spring Pet Clinic](https://github.com/spring-projects/spring-p
1111
A high level architecture of PetClinic app is as follows,
1212
![alt text](https://github.com/awslabs/amazon-ecs-java-microservices/blob/master/images/PetClinicApp.png)
1313

14-
So lets get to it,
14+
So lets get to it,
1515
1. [Part One: Moving existing Java Spring application to a container deployed using ECS](https://github.com/awslabs/aws-java-microservice-refarch/blob/master/1_ECS_Java_Spring_PetClinic)
1616
2. [Part Two: Breaking the monolith apart into microservices on ECS](https://github.com/awslabs/aws-java-microservice-refarch/tree/master/2_ECS_Java_Spring_PetClinic_Microservices)
17+
3. [Part Two: Create a continuous integration and continuous delivery](https://github.com/awslabs/aws-java-microservice-refarch/tree/master/2_ECS_Java_Spring_PetClinic_CICD)
1718

1819
## Prerequisites
1920

@@ -23,3 +24,4 @@ You will need to have the latest version of the AWS CLI and maven installed befo
2324
2. [Installing Maven](https://maven.apache.org/install.html)
2425
3. [Installing Docker](https://docs.docker.com/engine/installation/)
2526
4. [Installing Python](https://www.python.org/downloads/)
27+
5. [Installing JQ](https://stedolan.github.io/jq/download/)

0 commit comments

Comments
 (0)