Skip to content

How much coast for pimcore configuration

0

The server environment details required are as below:

  1. WebServer: Apache version 2.4
  2. DB: MariaDB >= 10.3 , or, MySQL >= 8.0
  3. PHP version >=8.1 <8.4
  4. PHP - required modules and settings:
  • setting: memory_limit >= 512M
  • setting: upload_max_filesize and post_max_size >= 100M
  • extensions: pdo_mysql iconv dom simplexml gd exif file_info / fileinfo mbstring zlib zip intl opcache curl imagick amqp
  1. Composer version >=2 (added to $PATH )

asked 2 years ago209 views

1 Answer
2

Webserver and DB versions and configurations don't affect the price of the server.

The price depends on the instance type you create, the AWS region, and the network traffic

Here is a page of EC2 pricing https://aws.amazon.com/ec2/pricing/on-demand/

You can also use pricing calculator https://calculator.aws/

For example, m5.large (2 vCPU, 8 GiB RAM), on-demand in N.Virginia will cost ~70$ per month

Enter image description here

EXPERT

answered 2 years ago

EXPERT

reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.