Blessan Kurien
Blessan Kurien

Reputation: 1665

Replacing apache with nginx in aws elastic beanstalk via ebextensions

I've succesfully configured an AWS elasticbeanstalk application with apache ,now i want to replace the apache with nginx server.

I'cant find a proper tutorial ,some of them says that login to your associated ec2 instance and install nginx manually,but i don't think its the right way because elastic beanstalk provides (Modify/add programs via ebextensions folder and config file)

So i am looking for a solution that uses .ebextensions config files.

Upvotes: 0

Views: 2243

Answers (1)

Changaco
Changaco

Reputation: 790

This seems to be what you're looking for: Changing Apache to Nginx with PHP FPM on Elastic Beanstalk – Amazon Web Services.

Edit: Another possibility is to create a Custom Platform for Elastic Beanstalk.

Upvotes: 1

Related Questions