AWS EB: Unresolved resource dependencies
问题 My Django app is deployed and working thanks to this fantastic article: https://medium.com/@justaboutcloud/how-to-deploy-a-django3-application-on-elastic-beanstalk-python3-7-and-amazon-linux-2-bd9b8447b55 I'm to the end of the project and am setting up HTTPS. To do that, I've created a config file in my .ebextensions folder called 02_https.config In this file, I copy and pasted the code from the article: option_settings: aws:elbv2:listener:443: SSLCertificateArns: <YourACMCertificateARN>