Back to blog posts

How to Deploy a Medusa Server on AWS for FREE

Never miss another article

Get blog posts delivered directly to your inbox

Thanks for your subscription!
Something went wrong while submitting the form. Please try again.

Medusa is an open-source, Node.js e-commerce alternative to Shopify. Medusa is composed of three components:

Why deploy Medusa Server on AWS?

Here are some of the reasons why it would be a good idea to deploy a Medusa.js Server on AWS with Microtica’s template: 

Getting started

Deploy a new Medusa Server 

After creating a Microtica account, click the Deploy app button to land on the Templates page, where you can see a list of all production-ready templates. 

One-click-deploy

This template creates the following infrastructure resources that will be provisioned on your AWS account:

1. Create a Git repository

Connect your preferred Git account. Microtica will create a repository on your Git account with a default repo name `medusa-server`. 

Create a Git repository in Microtica

2. Configure Template

Here you can customize the template for your needs by providing environment variables. Enter an application name and the admin credentials that will be used to create an initial admin user with which you can later sign in to your Medusa Admin. 

Select whether you want a production Medusa Server environment or a development one. In production mode, this template will provision managed RDS PostgreSQL and Redis instances. In development mode, the template will use local SQLite and a fake Redis instance.

Configure the template in Microtica

Environment variables can be updated/added/configured after deployment as well. 

3. Connect an AWS account 

In the last step you can select the environment in which you want to deploy the template. An existing default environment called `development` will be preselected here, or you can create a new environment.  

Connect your AWS account when prompted. This process takes only a few seconds, so afterward only choose the region you want to deploy in. 

Connect an AWS account in Microtica

4. Deploy the Medusa Server template to AWS

Finally, a deployment summary of what will be provisioned on your AWS account is presented. 

Deployment summary in Microtica

Clicking the Deploy button will trigger a deployment of the template and start creating the infrastructure for a Medusa Server.

It will take around 10 mins for the solution to be deployed on the cloud.

You can follow the build pipeline in real-time by clicking the View Logs button. 

Build logs in Microtica

Once the build process is complete, a new deployment with the infrastructure resources is triggered. You can follow the logs of the deployment process by clicking the View deployment button, and then selecting the deployment from the list. 

Deployment logs in Microtica

5. Preview the environment 

After the deployment is finished, navigate to Resources[AppName] (Medusa in our case)Overview, and under Resource Outputs you should see the AccessUrl

This is the server url that you can use to access API endpoints. Try getting the list of products using the endpoint `/store/products`.

Environment preview in Microtica

The image below shows how your environment should look after deploying both templates. 

Environment view in Microtica

Bonus: Cleanup

To remove all the resources created on your AWS account, navigate to your environment → Environment SettingsInfrastructure, and you’ll see the Undeploy section. 

This will clean up the resources created in AWS, but you will still have the configuration in Microtica in case you want to deploy it in the cloud again.

Deploy an existing Medusa Server 

If you already have an existing Medusa server repository that you want to migrate to AWS, there are several changes you need to make to your source code. You can follow our documentation to configure and import your Medusa server repo code. 

Related blog posts

See all blog posts