Hi Krish thanks for this series, others and me are having issues to generate the prediction on the cloud, local no problems, but we are having internal server error when we press the button to get the prediction
FOR THOSE WHO HAS " The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist." you can create your own user, naming it aws-elasticbeanstalk-ec2-role, and giving these 3 permisions: AWSElasticBeanstalkWebTier, AWSElasticBeanstalkWorkerTier, AWSElasticBeanstalkMulticontainerDocker , after that and this is SUPER IMPORTANT go to roles and assign EC2 role to the user you rencetly created, after that , when you create your application choose existing user
@@ifeanyiezenwa7505 After creating user, which options did you choose in "Create Role"? There are AWS Service, AWS Account, Web Identity,SAM: Custom Policy?
@@muhammadbilalhaneefqureshi48 add this three to role and give it same name as default lets see AWSElasticBeanstalkWebTier, AWSElasticBeanstalkWorkerTier, AWSElasticBeanstalkMulticontainerDocker
Just deployed webapp in AWS, after resolving so many errors due to AWS interface changes. Can't express my happiness. Thank you very much for the great content.
Deployment completed, but with errors: Failed to deploy application. Each option setting in configuration file .ebextensions/python.config in application version code-pipeline-1706878767429-5479f99d73d3520e4a3b6e296b50890a9d3563ba must be a map. Update each option setting in the configuration file. Can anyone, guide me here?
Dear Krish, I have purchased the Techneuron platform but the Fantastic Video series began by you. You have my sincere gratitude for the project's useful information. I look forward to reading your series on deep learning, natural language processing, and computer vision.
for creating environment... 0) name your env , phir python aur 3.8 env selct karlo .......NEXT 1) Create your own user....uska nam dedo aws-elasticbeanstalkservice-role-2 suppose, 3){abhi hum apna ek role banayenge uske liye} upar search box mein IAM likho, usmine click karo , or phir left side mein dashboard mein roles option mein click karo , udhar Create roles ka blue button mein click karo or entity type: AWS service or niche ec2 usecase choose karo phir next , uske baad permission policies mein AWSElasticBeanstalkWebTier, AWSElasticBeanstalkWorkerTier, AWSElasticBeanstalkMulticontainerDocker teeno tickmark kardo , next kardo or role ka naam dedo suppose testcase2....yeh hogaya toh wapas apne evironment mein jaao.......phir key-pair option ko kuch nhi karnaa ,default rehne do ,,,aap apne elastic instance mein testcase-2 hi select karo jo aapne role abhi abhi banaya woh option usmein aaya hogaa NEXT 4) VPC select kro 5) subnet instance: east-1a kar sakte ho , ,baaki sab default hi rehnedo,,, NEXT 6) Ec2 security group -- default select karo 7) Next -- Health Advance hi hoga ,,,, bas SUBMIT....
traslation to english: Name your environment. Then select Python and 3.8 environment. Create your own user. Give it a name like 'aws-elasticbeanstalkservice-role-2'. Suppose, 3) {Now we will create a role for ourselves}. Type 'IAM' in the search box above, click on it, then click on the 'roles' option in the left-hand dashboard. Click on the blue 'Create role' button, choose 'AWS service' as the entity type, and select 'EC2' as the use case. Then click 'Next'. After that, in permission policies, checkmark all three: 'AWSElasticBeanstalkWebTier', 'AWSElasticBeanstalkWorkerTier', and 'AWSElasticBeanstalkMulticontainerDocker'. Click 'Next' and name the role, suppose 'testcase2'. Once done, go back to your environment. Next, don't do anything with the key-pair option, leave it as default. Choose 'testcase-2' in your elastic instance, the option for the role you just created should be available there. Click 'NEXT'. Select VPC. For the subnet instance, you can choose 'east-1a', leave the rest as default. Click 'NEXT'. Select the default EC2 security group. Next, the Health Advance option will be there. Just click 'SUBMIT'.
Hi Krish, I have watched some of your videos recently. I was amazed at your teaching techniques. You deserved a big thank you from me. However, I wonder if you have made any videos regarding Transfer learning using CNN (VGG16, VGG50, Alexnet, Resnet, Etc.) as a feature extractor and Classifiers (Random Forest, Decision tree, SVM, KNN, Naive Bayes, etc.) as a classifier for a multiclass classification problem and compare their performance in terms of Accuracy, Recall, F1 score, and precision?
good afternoon sir. Thank you sir for this tutorial . please provide the link for learning aws deployment and dockers for better understanding. if somebody have links plz do share
Now the amazon interface for this has become quite complex, would be greate if you could ake this video again, the environment is getting error for me.
Thanks Krish sir for this amazing project. This is my first end to end project with modular coding and learned a lot from these tutorials. There's one request from my side...I am facing issue with deployment...The web application is running smoothly on my computer...After deploying the model on aws, the deployment was successful but not getting predicted score. It is showing error "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application". Many other students are also facing same issue. can you please help in resolving this issue.
It is working for me after I update the predict_pipeline file with below two lines. model_path = os.path.join('artifacts', 'model.pkl') preprocesser_path = os.path.join('artifacts', 'preprocessor.pkl')
thank you Krish, very helpful. when trying to make predictions the server shows error "Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
Sir PW skills par jo aap humko padaa rahe ho usmein aapne vs code ke baare mein nahi bataya hai data science Wale course mein aap sirf online lab par hee karwaa rahe hein isspar bhi bataa dijiye
Hi Everyone, My Code working fine at local and predicting maths scores, but not working after deployment. Can anyone please help with error I am getting after deployment? Deployment to elastic beanstalk successful but when launching the url getting "502 Bad Gateway" nginx.
Might be helpful, ******** .ebextension python.config file should be as follows: option_settings: - namespace: aws:elasticbeanstalk:container:python option_name: WSGIPath value: application:app and make sure app = Flask(__name__) as starting point of app with correct port = 8000
Hi everyone. I also am very appreciative to @krishnaik06 for this whole playlist - it has been quite a learning experience! I am wondering, though, if anyone else has run into the same problem I am having with AWS. I have tried the creating the elastic beanstalk 4 times now (the third time was not a charm 😞), and even after tweaking different steps, I still get these two errors. Can anyone help me? 1. The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist. 2. Failed to launch environment.
Same problem here: @krishnaik06 do you know how to fix this (which step we missed during the video?) "The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist."
M facing this issue when try to predict the score "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
Hello sir i was able to do the entire project just as you explained in the videos but when i am deploying it to AWS it is working fine till the point I am giving it the values but as soon as i click on predict It is showing me Internal server error, my web app is working perfectly fine in my local host the isssue is only arising when i am deploying it to AWS, I did all the configuration, removed the debug and as well as added the .ebxtensions. Please help me out, if anyone in the community could also help that would be really nice.
hope you resolved this , in my case i could resolve this by making sure the artifacts folder is also included in the github repository, i had added this folder to gitignore and so the model and preprocessor pickle files used for prediction were not included in github repository and not deployed to aws.
I am facing this issue while checking the results Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
Hi Krish naik, Its very good series and got in depth understanding of all concepts. Thanks for such an amazing series, looking forward for more. And I wanted to check that why after deploying the model in aws it's not working . Encountering an error as many of them already mentioned. Could you please make one more video what went wrong and how we can correct it. Also when I have checked python version and environment version is also matching and same. Waiting for your response. Thanks in advance
when i deploy i am getting from the logs this, ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device WARNING: There was an error checking the latest version of pip. How can i solve this error.
Well, I connected with AWS support and they validated my profile, this happens if maybe the captcha was not solved in initiate tries is my guess. But only support can help you if your account is invalid.
Iam getting Internal Server error after deploying(500)....what could be the reason It is saying "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
Hii, I'm facing this error , deployment completed, but with errors: failed to deploy application. service:amazon s3, message:the bucket does not allow acls, Anyone know how to solve this error?
Login to AWS Go to S3 Click on your EB bucket format: elasticbeanstalk-{region}-{accountNumber} Navigate to "Permissions" Go down to "Object Ownership" Click Edit, and switch to "ACLs enabled" Click the checkbox next to "I acknowledge that ACLs will be restored" Save changes It should work or at least give you a different error
hi, who in here has experience with aws deployment.... my project if failing to deploy and can not figure out what is the issue.... anyone can give a hand? thanks
Hello sir . thank you for this series . I'm facing a issue n code pipeline : Deployment completed, but with errors: During an aborted deployment, some instances may have deployed the new application version. To ensure all instances are running the same version, re-deploy the appropriate application version. Failed to deploy application. Unsuccessful command execution on instance id(s) 'i-0d019f3ad39c4614e'. Aborting the operation. [Instance: i-0d019f3ad39c4614e] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error.. Instance deployment failed. For details, see 'eb-engine.log'. Instance deployment failed to install application dependencies. The deployment failed. Kindly guide me to solve this.
hi brother i am also facing the same issue, hope you resolved this, please suggest if any. i guess since i have run in python 3.11 version getting this error
Deployment completed, but with errors: During an aborted deployment, some instances may have deployed the new application version. To ensure all instances are running the same version, re-deploy the appropriate application version. Failed to deploy application. Unsuccessful command execution on instance id(s) 'i-0831323b10b16f695'. Aborting the operation. [Instance: i-0831323b10b16f695] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error.. Instance deployment failed. For details, see 'eb-engine.log'. Instance deployment failed to install application dependencies. The deployment failed. IM GETTING THIS ERROR WHILE DEPLOYING PLEASE ANYONE HELP ME WITH THIS.
Join this channel membership to get access to more end to end live projects
th-cam.com/channels/NU_lfiiWBdtULKOw6X0Dig.htmljoin
Hi Krish thanks for this series, others and me are having issues to generate the prediction on the cloud, local no problems, but we are having internal server error when we press the button to get the prediction
FOR THOSE WHO HAS " The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist." you can create your own user, naming it aws-elasticbeanstalk-ec2-role, and giving these 3 permisions: AWSElasticBeanstalkWebTier, AWSElasticBeanstalkWorkerTier, AWSElasticBeanstalkMulticontainerDocker , after that and this is SUPER IMPORTANT go to roles and assign EC2 role to the user you rencetly created, after that , when you create your application choose existing user
thanks brother really helpful
How can I push this to the top its was really helpful THANKS
@@ifeanyiezenwa7505 After creating user, which options did you choose in "Create Role"?
There are AWS Service, AWS Account, Web Identity,SAM: Custom Policy?
@eduardogonzalez6336 after creating user how to assign ec2 role to that user can you please tell that.
@@muhammadbilalhaneefqureshi48
add this three to role and give it same name as default lets see
AWSElasticBeanstalkWebTier, AWSElasticBeanstalkWorkerTier, AWSElasticBeanstalkMulticontainerDocker
Just deployed webapp in AWS, after resolving so many errors due to AWS interface changes. Can't express my happiness. Thank you very much for the great content.
Hi!! Can you confirm how much did the AWS service cost you if any! I want to be sure before I continue with it
Deployment completed, but with errors: Failed to deploy application. Each option setting in configuration file .ebextensions/python.config in application version code-pipeline-1706878767429-5479f99d73d3520e4a3b6e296b50890a9d3563ba must be a map. Update each option setting in the configuration file. Can anyone, guide me here?
@@connectwithsp2811have you been able to resolve issue?
Could u plz explain how u did that... I mean process and eeverything sothat i also can deploy
@Krish Naik Thank so much for this tutorial. Its the best tutorial I have come across on ML.
completed the whole series with ci/cd pipeline using google gke and github actions, thank you sir
Dear Krish,
I have purchased the Techneuron platform but the Fantastic Video series began by you.
You have my sincere gratitude for the project's useful information.
I look forward to reading your series on deep learning, natural language processing, and computer vision.
Hi Sir, Can you finish series with CI and docker it would be very helpful to learn and implement it.
Such an excellent tutorial, thank you Sir
for creating environment... 0) name your env , phir python aur 3.8 env selct karlo .......NEXT 1) Create your own user....uska nam dedo aws-elasticbeanstalkservice-role-2 suppose, 3){abhi hum apna ek role banayenge uske liye} upar search box mein IAM likho, usmine click karo , or phir left side mein dashboard mein roles option mein click karo , udhar Create roles ka blue button mein click karo or entity type: AWS service or niche ec2 usecase choose karo phir next , uske baad permission policies mein AWSElasticBeanstalkWebTier, AWSElasticBeanstalkWorkerTier, AWSElasticBeanstalkMulticontainerDocker teeno tickmark kardo , next kardo or role ka naam dedo suppose testcase2....yeh hogaya toh wapas apne evironment mein jaao.......phir key-pair option ko kuch nhi karnaa ,default rehne do ,,,aap apne elastic instance mein testcase-2 hi select karo jo aapne role abhi abhi banaya woh option usmein aaya hogaa NEXT 4) VPC select kro 5) subnet instance: east-1a kar sakte ho , ,baaki sab default hi rehnedo,,, NEXT 6) Ec2 security group -- default select karo 7) Next -- Health Advance hi hoga ,,,, bas SUBMIT....
Hindi@oscarllerena2980
This is working on new aws interface
traslation to english:
Name your environment. Then select Python and 3.8 environment.
Create your own user. Give it a name like 'aws-elasticbeanstalkservice-role-2'. Suppose, 3) {Now we will create a role for ourselves}. Type 'IAM' in the search box above, click on it, then click on the 'roles' option in the left-hand dashboard. Click on the blue 'Create role' button, choose 'AWS service' as the entity type, and select 'EC2' as the use case. Then click 'Next'. After that, in permission policies, checkmark all three: 'AWSElasticBeanstalkWebTier', 'AWSElasticBeanstalkWorkerTier', and 'AWSElasticBeanstalkMulticontainerDocker'. Click 'Next' and name the role, suppose 'testcase2'. Once done, go back to your environment.
Next, don't do anything with the key-pair option, leave it as default. Choose 'testcase-2' in your elastic instance, the option for the role you just created should be available there. Click 'NEXT'.
Select VPC.
For the subnet instance, you can choose 'east-1a', leave the rest as default. Click 'NEXT'.
Select the default EC2 security group.
Next, the Health Advance option will be there. Just click 'SUBMIT'.
Thanks bhai for detailed explanation. It's worked ❤🎉
@oscarllerena2980
Excellent project. Hope u’ll continue with the ci/cd so we can learn the full project cycle
Watched entire playlist 😊 waiting for few other method of deployment!!
The Elastic beanstalk has a new interface and so lost in deploying the app
Thanks Krish - nice playlist.
Hi Krish, I have watched some of your videos recently. I was amazed at your teaching techniques. You deserved a big thank you from me. However, I wonder if you have made any videos regarding Transfer learning using CNN (VGG16, VGG50, Alexnet, Resnet, Etc.) as a feature extractor and Classifiers (Random Forest, Decision tree, SVM, KNN, Naive Bayes, etc.) as a classifier for a multiclass classification problem and compare their performance in terms of Accuracy, Recall, F1 score, and precision?
Yes, this kind of tutorials will me very much helpful. Kind of hybrid model making.
Thank you. Love from Bangladesh
Thnx for the project , got to learn many new things.
Eagerly waiting for next video
Thanks for the final video , have seen them all and a lot to learn
Great initiative..very hard to find such a nice tutorial
Sir, please make a video on transformers. Please explain it in simple language
campus x search karoo
Hi sir waiting for the next video
Great series!! 🙌
Amazing content
Thanks
Hi krish, waiting for the next video in this playlist
Amazing video!
Thank you a lot Sir!
Thank you Sir
good afternoon sir. Thank you sir for this tutorial . please provide the link for learning aws deployment and dockers for better understanding. if somebody have links plz do share
Eagerly waiting for this video 🎉🎉
Can u please make deployment pipeline for Azure too
Now the amazon interface for this has become quite complex, would be greate if you could ake this video again, the environment is getting error for me.
did you find any video for the deployment process.?
Thank you for your Tutorial. It's quite informative. Just, can you please talk a little bit slower. You are talking so fast.
Hi sir, please please do a video explaining the different types of SMOTE such as SMOTE NC, SVM SMOTE and kmeans SMOTE, PLEASE PLEASE DO SIR
very happy
Thanks Krish sir for this amazing project. This is my first end to end project with modular coding and learned a lot from these tutorials.
There's one request from my side...I am facing issue with deployment...The web application is running smoothly on my computer...After deploying the model on aws, the deployment was successful but not getting predicted score. It is showing error "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application". Many other students are also facing same issue. can you please help in resolving this issue.
same here @krish please address this issue
It is working for me after I update the predict_pipeline file with below two lines.
model_path = os.path.join('artifacts', 'model.pkl')
preprocesser_path = os.path.join('artifacts', 'preprocessor.pkl')
@@ramnathrepakula7721 Thanks for info. Working fine...
@@ramnathrepakula7721 thanks it helped
@@ramnathrepakula7721 How did you find out that was the error? I don't know how to debug the code with AWS.
Hi, did you forget to do train_pipeline. Kindly check it, as a beginner, I need help here. You are doing a very commendable job. Keep it up
Check in the data ingestion code is written
thank you Krish, very helpful. when trying to make predictions the server shows error "Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
same error
Same Error
I got the same error
has anyone solved the problem?
Did you find any solutions?
please make video on alternative platforms for heroku to deploy free. It will be very helpful to students or beginners🙏.
How many lectures are left in this series?
Watching before hackathon ❤😊
How can I do the deployment in the new version of AWS?
Deployment failed due to environment setup. Do we need to create EC2 key pair? Am I missing something?
Did you figure this out?
@@zehraarshadmulla9976 did you?
Sir will we really get placed after following all the rules for job guarantee program ?
6:33 what is the drawing board app called? May I get the link or name of it
Sir PW skills par jo aap humko padaa rahe ho usmein aapne vs code ke baare mein nahi bataya hai data science Wale course mein aap sirf online lab par hee karwaa rahe hein isspar bhi bataa dijiye
Hi Everyone,
My Code working fine at local and predicting maths scores, but not working after deployment.
Can anyone please help with error I am getting after deployment? Deployment to elastic beanstalk successful but when launching the url getting "502 Bad Gateway"
nginx.
hey i got a 502 bad gateway error too, did you find a way to resolve it? please help
Yeah did u find a way to fix this ? I am getting the same error
@@ayushpant8290 maybe u put app=Flask(__name__) instead of application=Flask(__name__) and then app=application as Krish told
Might be helpful,
******** .ebextension python.config file should be as follows:
option_settings:
- namespace: aws:elasticbeanstalk:container:python
option_name: WSGIPath
value: application:app
and make sure app = Flask(__name__) as starting point of app with correct port = 8000
Also, since aws is linux instance, make sure path of .pkl files are having / rather than \
Hi everyone. I also am very appreciative to @krishnaik06 for this whole playlist - it has been quite a learning experience! I am wondering, though, if anyone else has run into the same problem I am having with AWS. I have tried the creating the elastic beanstalk 4 times now (the third time was not a charm 😞), and even after tweaking different steps, I still get these two errors. Can anyone help me?
1. The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist.
2. Failed to launch environment.
Did you find the solution? Running into same error
@@tanyasethi433 I did not. 😔 I'll post it here if I can figure it out. You too? :)
Did you find the solution?
Same problem here: @krishnaik06 do you know how to fix this (which step we missed during the video?)
"The instance profile aws-elasticbeanstalk-ec2-role associated with the environment does not exist."
even i am facing the same issue
M facing this issue when try to predict the score "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
I got the same error.
Did you figure out what the issue was ?
@@ssh0059 Issue was resolve but i don't remember what was the fix.
I am not able to create the elastic bean stalk environment. Can someone please help me with that
Hello sir i was able to do the entire project just as you explained in the videos but when i am deploying it to AWS it is working fine till the point I am giving it the values but as soon as i click on predict It is showing me Internal server error, my web app is working perfectly fine in my local host the isssue is only arising when i am deploying it to AWS, I did all the configuration, removed the debug and as well as added the .ebxtensions. Please help me out, if anyone in the community could also help that would be really nice.
hope you resolved this , in my case i could resolve this by making sure the artifacts folder is also included in the github repository, i had added this folder to gitignore and so the model and preprocessor pickle files used for prediction were not included in github repository and not deployed to aws.
Which cloud services are we using here??
I am facing this issue while checking the results
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
same error
same error
@Sanket Sonu After deployment while entering the details and hitting predict button. My development environment is 3.8.
Yes same problem with me
Hi Krish naik,
Its very good series and got in depth understanding of all concepts.
Thanks for such an amazing series, looking forward for more.
And I wanted to check that why after deploying the model in aws it's not working . Encountering an error as many of them already mentioned. Could you please make one more video what went wrong and how we can correct it.
Also when I have checked python version and environment version is also matching and same. Waiting for your response.
Thanks in advance
Waiting for the nex part 😩
does it costs to deploy our model on aws?
Sir, is it free to deploy in AWS console? Worried if it charges.
free tier for 1 year dear
Ci and docker please
Hello sir you are deployed but model is working or not you also not checked it
😍
Sir please use some free deployment platform it will be helpful 🥲🥲
can anyone help me deploy this on google cloud platform or share the link of video demonstrating it
Hi Krish, deployed the code in AWS, it is successful, but it is showing health is degraded. What to do?
Hi, please give solution to my query
hi sir i have deployed but model was not working it on server
I don't have credit card ... how can i use AWS Account?
no
when i deploy i am getting from the logs this, ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
WARNING: There was an error checking the latest version of pip.
How can i solve this error.
did you resolv it
hi where you able to resolve this? I am stuck with the same issue
hello, is there any way how to try deployment for free. does all the plateformess require credit card ? thank you
anyone get auto scaling group issue, where it cannot find valid user?
Well, I connected with AWS support and they validated my profile, this happens if maybe the captcha was not solved in initiate tries is my guess. But only support can help you if your account is invalid.
Iam getting Internal Server error after deploying(500)....what could be the reason
It is saying "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
Hi!! I hope you were able to resolve the issue, if not, Do let me know
@@Zaratch yeah, iam also getting the same error can u help to resolve this issue..
Hii, I'm facing this error , deployment completed, but with errors: failed to deploy application. service:amazon s3, message:the bucket does not allow acls, Anyone know how to solve this error?
Login to AWS
Go to S3
Click on your EB bucket format: elasticbeanstalk-{region}-{accountNumber}
Navigate to "Permissions"
Go down to "Object Ownership"
Click Edit, and switch to "ACLs enabled"
Click the checkbox next to "I acknowledge that ACLs will be restored"
Save changes
It should work or at least give you a different error
My Project is working fine in local environment. And deployment is also done but not working with aws server. Can anybody give a solutions?
same
getting internal server error
Same with me
@@saniyaishan-hi4mg maybe some python version issues . I developed the code with 3.9
I am also facing this issue
Is aws service free of charge for doing deployments?
No bro it is for study purpose only , you can chaeck free trial limit.
It's not all free but there is lot's of free tier service available You can use that for a year for FREE OF COST
hi, who in here has experience with aws deployment.... my project if failing to deploy and can not figure out what is the issue.... anyone can give a hand? thanks
were you able to deploy?
🙏👍
there are some problems with deploying, you didn't address the issues well...
Hello sir . thank you for this series .
I'm facing a issue n code pipeline :
Deployment completed, but with errors: During an aborted deployment, some instances may have deployed the new application version. To ensure all instances are running the same version, re-deploy the appropriate application version. Failed to deploy application. Unsuccessful command execution on instance id(s) 'i-0d019f3ad39c4614e'. Aborting the operation. [Instance: i-0d019f3ad39c4614e] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error.. Instance deployment failed. For details, see 'eb-engine.log'. Instance deployment failed to install application dependencies. The deployment failed.
Kindly guide me to solve this.
hi brother i am also facing the same issue, hope you resolved this, please suggest if any. i guess since i have run in python 3.11 version getting this error
Not solved yet. I must share if i get any solution . I also request you to share if you find solution.@@3091186
Hi am facing the same issue where you able to resolve this?
Deployment completed, but with errors: During an aborted deployment, some instances may have deployed the new application version. To ensure all instances are running the same version, re-deploy the appropriate application version. Failed to deploy application. Unsuccessful command execution on instance id(s) 'i-0831323b10b16f695'. Aborting the operation. [Instance: i-0831323b10b16f695] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error.. Instance deployment failed. For details, see 'eb-engine.log'. Instance deployment failed to install application dependencies. The deployment failed. IM GETTING THIS ERROR WHILE DEPLOYING PLEASE ANYONE HELP ME WITH THIS.
am having the same issue