Samuel N.
Samuel N.

Reputation: 13

Amazon AWS Load balancer with shared director for web application

I would like to know something about hosting my Laminas project on Amazon AWS. I would like to start deploying it on two web servers with one load balancer. So I have to define the /var/www/html directory on each web servers.

My question is, what about if I would like to create somewhere (like S3; Jump server or something else) only one directory where I could put my web application files and make my web servers pointing on this folder (Symblinks for instance ?). Is that possible ? and how can I achieve it ?

Best Regards

Upvotes: 0

Views: 49

Answers (1)

Chuong Nguyen
Chuong Nguyen

Reputation: 1162

Let be clear, if you use S3, you won't need Load Balancer.

In case you want to host on EC2, you can use EFS or install nfs on your jump server and make your web servers mount that nfs.

Upvotes: 1

Related Questions