aws / aws-elastic-beanstalk-cli-setup

Simplified EB CLI installation mechanism.
Apache License 2.0
519 stars 227 forks source link

Error check before upload!! #127

Open aniketbamotra opened 2 years ago

aniketbamotra commented 2 years ago

1. Please specify the following:

2. Description Please describe the problem you are facing as precisely as possible in this section

I'm new to AWS and I've deployed a Django app to AWS Elastic Beanstalk. After using AWSEBCLI, I realized that debugging an app while deploying was very time-consuming because the CLI first compress the file and then uploads it to the AWS servers for error checking and deploying. This process takes a lot of time, and if you get an error then you have to do this process again.

  1. Suggestion: If AWSEBCLI itself can check for errors without compressing and uploading the files to the server then the time required for deploying and debugging can be decreased dramatically.