aws-elastic-beanstalk Amazon(AWS) Hosting 

How to fix “413 request entity too large” in AWS elastic beanstalk solution-2

Continuation of EBS error to solution one if it doesn’t work then try the below solution where is process is a bit long, but 100% working solution for 413 request entity too large error. Note: This is not a permanent solution. This Settings reverts to the old version when EBS gets a new version update. Else try this solution click here step1: select the EC2 instance of the elastic beanstalk in the EC2 dashboard, which will be having the same name as the EBS environment name, and in the below…

Read More
aws-elastic-beanstalk Amazon(AWS) Hosting 

How to solve 413 request entity too large in AWS elastic beanstalk solution-1

To solve 413 request error in AWS elastic beanstalk with node.js application follow the below steps. Note: this solution currently tried with the Nginx server but works with apache too. This method is a custom hack to increase the upload file size without using awsebcli. step1: In your node.js application root folder create folder name called .ebextensions. step2: Inside this folder create a file with any filename ending with “.config” extensions example: nginxfile.config. step3: Now open the created file and copy-paste the below-mentioned code into file and save. step4: At…

Read More