Skip to main content

Create Self-hosted Environments on AWS

PRIVATE BETA FEATURE

This feature is currently in private beta. If you wish to participate, you must first request access. A member of our team will follow up to discuss the steps to get the feature enabled.

This section assumes you have already created an IAM User with the required policy and have the appropriate credentials to follow the steps to provision your Self-hosted Environment in your Amazon Web Services (AWS) cloud account.

Create a Self-hosted Environment

Creation could take up to 1 hour. You will be notified once it has been successfully created and provisioned.

  • Use the meroxa environment create command to create your environment.
$ meroxa environment create my-env \
--type self_hosted \
--provider aws \
--region us-east-1 \
--config aws_access_key_id="$ACCESS_KEY_ID" \
--config aws_secret_access_key="$SECRET_ACCESS_KEY"

Provisioning environment...
Preflight checks have passed. Environment "my-env" is being provisioned. Run `meroxa env describe my-env` for status

What's Next?

Manage your Self-hosted Environment. Run into issues? Refer to our troubleshooting docs or contact us, we're always happy to help!