Eb.zip <PREMIUM × 2026>
If a deployment fails, you can use the EB CLI or the console to retrieve instance logs as a ZIP file to diagnose errors in the environment's health or application execution. Create an Elastic Beanstalk application source bundle
To ensure a successful deployment, the ZIP file must follow specific AWS guidelines: eb.zip
: The eb deploy command can automatically package your project into a ZIP file and deploy it to your environment. If Git is initialized, it uses the latest commit; otherwise, it respects an .ebignore file if present. If a deployment fails, you can use the
: The archive must not include a parent folder. Your application's root files (e.g., index.php or app.js ) must be at the top level of the ZIP. Size Limit : The bundle cannot exceed 500 MB . : The archive must not include a parent folder
: You can create a ZIP file on your local machine and upload it directly through the Elastic Beanstalk Management Console .