What will be the Joomla configuration Log, Tmp paths in configuration.php
when we are deploying application on AWS VPC- EC2 Instance. My VPC is auto scalable, hence I assume that some how the Logs should be in any shared location? or should be on EC2 Instance local location?
Also what will be the path that we will use to mention in our configuration.php
of joomla.
public $log_path = '/home/public_html/logs';
public $tmp_path = '/home/public_html/temp';