edgeCore can be hosted on the following cloud platforms:
- Amazon Web Services (AWS)
- Microsoft Azure (Azure)
Prerequisite
- JRE or JDK 8 need to be installed and added to PATH for both Windows and Linux servers
AWS EC2 Deployment Requirements
Instance Type | CPU | RAM Memory | HDD Storage |
t2.medium | 2 | 4GB | 8GB for Linux (Ubuntu) 30GB for Windows |
t3.medium | 2 | 4GB | 8GB for Linux (Ubuntu) 30GB for Windows |
t3a.medium | 2 | 4GB | 8GB for Linux (Ubuntu) 30GB for Windows |
AWS CLI for Launching Your EC2 Instance
The following example shows how to launch a t3a.medium instance:
aws ec2 run-instances --image-id AMI-ID --count 1 --instance-type t3a.medium --key-name KEY-PAIR --security-group-ids SECURITY-GROUP-ID --subnet-id SUBNETID --region us-east-2
Azure VM Deployment Requirements
Type | Sizes | CPU | RAM Memory | HDD Storage |
Standard | Standard_A2_v2, Standard_B2s | 2 | 4GB | 8GB for Linux (Ubuntu) 30GB for Windows |
Compute optimized | Standard_F2s_v2 | 2 | 4GB | 8GB for Linux (Ubuntu) 30GB for Windows |