Everpure Cloud Dedicated for AWS is utilizing a range of services and instances. Generally, not all instances types can be available in all the regions, This might be due to the limited number of instances, or it might be available upon customer request. As Everpure Cloud Dedicated platform is built on the certain instance that has been designed, tested, and selected carefully to provide the capabilities and performance that can be leveraged.
We aim to keep the tables on Regions Support up to date. However, it is recommended to check the availability of the instance in the selected region before deploying.
Instance Type
In a Terminal, Install and configure AWS CLI, then execute the command:
For v20 Model: c5n.18xlarge
For v10 Model: c5n.9xlarge
aws ec2 describe-instance-type-offerings \
--filters Name=instance-type,Values=<instance_type> \
--query "InstanceTypeOfferings[].InstanceType" \
--region <region-name>
Alternatively, use AWS CloudShell, see the example below: