This project can be deployed to AWS Elastic Beanstalk using a ZIP file of the application source code.
Follow these steps to create the deployment ZIP:
git clone https://github.com/SkyOps-Dev/elastic-beanstalk-tutorial-.gitcd my-appzip -r ../my-app.zip . -x "*.DS_Store"cd ../After running these commands, your directory structure should look like this:
.
├── my-app
└── my-app.zip