Account Setup
This page covers making sure your AWS account is compatible with and correctly configured for Datomic Cloud. Once you have performed these steps, you can start any number of systems in regions that support Datomic.
EC2 Key Pair
It is required to associate an EC2 key pair with EC2 instances launched by Datomic. This keypair is never used by Datomic itself, and by default SSH ingress is disabled. The key pair is available in case an operator wants to deliberately open SSH ingress and log into boxes.
If you do not already have an EC2 Key Pair, create one from the EC2 Key Pair console by following these steps:
- Click the "Create key pair" button.
- Enter a name for your new key pair. Take note of this name – you will need it when you start a system.
- Press the "Create" button.
- Save the downloaded certificate (.pem) file for later use.
From a Terminal window run:
chmod 400 <path-to-your-pem-file>Replacing <path-to-your-pem-file> with the path to the .pem file you downloaded in step 4.
Supported Regions
Datomic Cloud currently runs in the following AWS regions:
- us-east-1
- us-east-2
- us-west-2
- ca-central-1
- eu-central-1
- ap-southeast-1
- ap-southeast-2
- ap-northeast-1
- ap-south-1
- sa-east-1
- eu-west-1
- eu-west-2
- eu-north-1
If you are unfamiliar with AWS region codes, you can review available AWS region codes here.
If you are interested in a region not shown here, please contact Datomic support.