You've already forked microservices
mirror of
https://github.com/ebosas/microservices.git
synced 2025-06-12 22:17:26 +02:00
Update deployment description
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# Microservices
|
# Microservices
|
||||||
|
|
||||||
A basic example of microservice architecture which demonstrates communication between a few loosely coupled services.
|
A basic example of microservice architecture which demonstrates communication between a few loosely coupled services and deployment to AWS.
|
||||||
|
|
||||||
* Written in Go
|
* Written in Go
|
||||||
* Uses RabbitMQ to communicate between services
|
* Uses RabbitMQ to communicate between services
|
||||||
@ -12,7 +12,7 @@ A basic example of microservice architecture which demonstrates communication be
|
|||||||
* Deployed on AWS with CloudFormation templates
|
* Deployed on AWS with CloudFormation templates
|
||||||
* ECS using EC2 instances
|
* ECS using EC2 instances
|
||||||
* AWS Fargate
|
* AWS Fargate
|
||||||
* Uses CI/CD pipeline for continuous delivery
|
* Uses CI/CD pipeline
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -77,7 +77,7 @@ docker attach microservices_backend
|
|||||||
|
|
||||||
## Deployment to Amazon ECS/AWS Fargate
|
## Deployment to Amazon ECS/AWS Fargate
|
||||||
|
|
||||||
`cd deployments` and create the CI/CD pipeline stack. Then visit the `ExternalUrl` in the load balancer's Outputs tab in CloudFormation.
|
`cd deployments` and create the CI/CD pipeline stack. Once finished, visit the `ExternalUrl` available in the load balancer's Outputs tab in CloudFormation.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
aws cloudformation create-stack \
|
aws cloudformation create-stack \
|
||||||
|
Reference in New Issue
Block a user