我通过向导创建了一个Elastic Beanstalk,它创建了一个我未使用的Amazon RDS数据库,因为我们的数据库实例位于Elastic Beanstalk之外的其他RDS中。
我删除了RDS实例,该实例使环境变得不稳定,我们无法再使用它。但是,我们创造了一个新的环境,一切顺利。
现在,我正在尝试终止其他我们无法/不会使用的Beanstalk,但它始终使终止失败。据我所知,似乎在创建RDS时,保留设置为“拍摄快照”,因为RDS不存在,无法拍摄快照并且无法终止环境。
我需要做的就是摆脱这种环境,因为它只是坐在那里。我该如何解决这个问题?
作为参考,错误日志如下所示:
2018-06-05 14:00:41 UTC-0500 ERROR Stack deletion failed: The following resource(s) failed to delete: [AWSEBRDSDatabase].
2018-06-05 14:00:41 UTC-0500 ERROR Deleting RDS database named: aa1ipjn4c8bwak9 failed Reason: DBInstance aa1ipjn4c8bwak9 not found. (Service: AmazonRDS; Status Code: 404; Error Code: DBInstanceNotFound; Request ID: f8f17442-bd41-4188-9c7e-9408a5398a92)
2018-06-05 14:00:24 UTC-0500 INFO rebuildEnvironment is starting.
2018-06-01 14:21:01 UTC-0500 ERROR Stack deletion failed: The following resource(s) failed to delete: [AWSEBRDSDatabase].
2018-06-01 14:21:01 UTC-0500 ERROR Deleting RDS database named: aa1ipjn4c8bwak9 failed Reason: …Run Code Online (Sandbox Code Playgroud)