I created AWS EB environments with RDS MySQL DB for the first time. But I realized that I do not need to use MySQL, so I switched to sqlite3 and ended up working with RDS MySQL DB. After that, I can’t update the application version using git aws.push. AWS EB always shows the error message below.
Service:AmazonCloudFormation, Message:Stack named 'awseb-e-xxxxxx-stack' aborted operation.
Current state: 'UPDATE_ROLLBACK_IN_PROGRESS' Reason: The following resource(s) failed to update: [AWSEBAutoScalingGroup].
Updating Auto Scaling group failed Reason: Template error: DBInstance xxxxxxx doesn't exist
How can I fix this problem? Thank.
source
share