Keywords: WordPress - AWS - How to - Other
Description:
Hi
I need to modify either .htaccess or php.ini. I am using Bitnami WordPress Production-Ready Stack for AWS Multi-Tier Solutions. Since it's being autoscaled, I presume only resources stored in EFS (mounted at /bitnami) are persistent. Unfortunately, neither .htaccess nor php.ini are placed in /bitnami. That means when new server will be created due to autoscaling, it won't know anything about settings made to the other servers. How to manage such configuration then?