. . .

AWS Setup

This guide shows you how to setup Apiomat in AWS in a cluster setup. The cluster consists of two Application and three Database Servers.

First make sure that you read this guide completely and understand the single steps before start setting up the servers on AWS.

Log in in your AWS Account, if you already have one - if not, go to https://aws.amazon.com/ and click on images/download/thumbnails/61478317/image2018-9-27_8-36-43.png in the upper right corner and follow the guide to create your AWS account.

images/download/attachments/61478317/image2018-9-27_8-37-32.png

Setup your very first AWS Account by following Amazons guide.

images/download/attachments/61478317/image2018-9-27_8-37-54.png

Log in your AWS Console under https://console.aws.amazon.com go to Services → Compute → EC2 and click on the following page images/download/thumbnails/61478317/image2018-9-27_8-39-50.png to setup your servers for ApiOmat.

Search for the Ubuntu Server 16.04 Image and close this for every instance.

We will start with the application servers.

images/download/attachments/61478317/image2018-9-27_8-43-34.png

Follow our infrastructure requirements, which can be found under: http://docs.apiomat.com/31/Infrastructure-Requirements.html

images/download/attachments/61478317/image2018-9-27_8-48-2.png

c5.xlarge for the app servers and c5.2xlarge for DB servers should be fine for a basic ApiOmat cluster setup. In Amazon's Step 3 follow Amazon's suggestion and clone the application server instance two times and the database server Instance three times.

In Step 4, add sufficient Storage for your purpose by following our infrastructure requirements. After that you can add tags to find your servers easily in the AWS Console.

images/download/attachments/61478317/image2018-9-27_8-56-42.png

In Step 6, create a new Security Group with following settings. Add each of your instances to this security group to make sure that the servers can reach each other.

images/download/attachments/61478317/image2018-9-27_9-4-14.png

In Step 7 review your configuration and launch your servers. You will receive a download request to get the ssh keyfile to connect to your instances. Save this key on a secure device and do not send it unencrypted via email thought the internet.

After the servers started, you can connect via ssh to your servers.

ssh -i /path/to/downloadedKeyFile <user>@<IpOfYourAwsInstance>

Replace <user> with the default username on the OS you have chosen and <IpOfYourAwsInstance> with the IP you can found in the AWS Console.

Operating System

default username

CentOS

ec2user

Ubuntu

ubuntu

After successfully logged in you can follow our official docs to install ApiOmat: Debian,

Redhat (Amazon Linux AMI)