Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 888f8df

Browse files
committed
(docs): Implementing Paz's feedback and making the entire file more clear in general.
1 parent d82450d commit 888f8df

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

docs/how-to/deploy.md

+16-9
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,40 @@ This guide provides an overview of Amplication's deployment options and links to
1212

1313
## Understanding Amplication's Deployment Architecture
1414

15-
Services created with Amplication, which automatically generates the code, comprise of at least two main parts:
15+
Amplication services are composed of at least two main parts, all of which are automatically generated by our platform.
1616

17-
1. The server that runs the API
18-
2. A database
17+
1. **API Server**
18+
2. **Database**
1919

20-
There can be other parts like a Kafka message broker, or a Redis cache, other integration that your service needs.
21-
These will all be additional containers that will be specified in the `docker-compose` file.
20+
Depending on your service requirements, Amplication can automatically generate the code for additional components such as:
2221

23-
When it comes to deployment, you have several options to choose from, allowing you to select the best approach for your development workflow and production needs.
22+
- Message brokers like Kafka
23+
- Caching solutions like Redis
24+
- Other integrations specific to your service needs
25+
26+
These additional components are seamlessly integrated as containers in your `docker-compose` file.
27+
28+
All components, including optional ones, are auto-generated by Amplication.
2429

2530
## Deployment Options
2631

32+
When it comes to deployment, you have several options to choose from, allowing you to select the best approach for your development workflow and production needs.
33+
2734
### Docker
2835

29-
Amplication generates all necessary configuration and scripts for Docker deployment, making it easy to containerize your application.
36+
With the Docker Deployment plugins, Amplication generates all necessary configuration and scripts for Docker deployment, making it easy to containerize your application.
3037

3138
[Learn more about deploying with Docker](/deploy/docker-desktop)
3239

3340
### Kubernetes
3441

35-
For those looking to leverage the power of Kubernetes orchestration, Amplication provides the necessary components for a smooth deployment process.
42+
For those looking to leverage the power of Kubernetes orchestration, Amplication provides the necessary plugins for a smooth deployment process.
3643

3744
[Learn more about deploying to Kubernetes](/deploy/kubernetes)
3845

3946
### Amazon Web Services (AWS) ECS
4047

41-
Amplication supports deployment to Amazon Web Services using Elastic Container Service (ECS). This option allows you to leverage AWS's managed container orchestration service for deploying, managing, and scaling your containerized applications.
48+
Amplication has plugins that enable deployment to Amazon Web Services using Elastic Container Service (ECS). This option allows you to leverage AWS's managed container orchestration service for deploying, managing, and scaling your containerized applications.
4249

4350
[Learn more about deploying to AWS ECS](/deploy/aws/ecs)
4451

0 commit comments

Comments
 (0)