I use eb cli to deploy django applicatoin. It suddenly started showing error InvalidParameterValueError - Source bundle is empty or exceeds maximum allowed size: 524288000 while deploying my app using eb deploy command. It showing error for both my production and stating environment.
My source bundle size should be below the limit. What is the cause and how to fix it?
As per the BeanStalk documentation, Your source bundle must meet the following requirements:
You can reduce the size of your source bundle by adding the unnecessary files to your .gitignore file.
You can estimate the folder sizes using the command du -shc * in the root directory of your application.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With