# What is the best way to deploy it in AWS?

Do any DevOps out there have suggestions on how to deeply and scale?

##### Post Metadata
- Posted at: about 6 years ago
- Author title: Software Engineer at Prototype Hubs



## Comments
### Comment 1

The best deployment option will depend on the problem you are trying to solve.

If Martini is just running some scheduled services that processes some data and then updates some endpoints via an API or database then a simple deployment may suffice:

https://docs.torocloud.com/martini/latest/setup-and-administration/configuration-scenarios/simple/

A simple deployment would typically be installed on a single EC2 instance. You could also use a single ECS instance using Fargate.

For more mission-critical deployments where availability and scalability are paramount then you&#39;ll want a more scalable architecture:

https://docs.torocloud.com/martini/latest/setup-and-administration/configuration-scenarios/three-tier-network-architecture/high-availability/#implementation

The architecture referenced above is just one of many. For example, you could use an AWS ELB instead of Nginx, AWS offer a managed ActiveMQ service, managed database via RDS, and we would recommend using a cluster management solution such as AWS ECS, Consul, Kubernetes, Zookeeper, or Eureka. More information on our clustering support is available here:

https://docs.torocloud.com/martini/latest/setup-and-administration/configuration-scenarios/clustered/

Martini is intended to be highly flexible to suit different deployment scenarios to suit the use case of the client.

##### Comment Metadata
- Posted at: about 6 years ago




## Related Product
[Martini](https://www.g2.com/products/martini/reviews)

## Related Category
[iPaaS](https://www.g2.com/categories/ipaas)

## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: about 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: about 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: about 13 years ago
  - Comments: 4


