尝试使用此代码在AWS S3上还原SQL Server备份时出现以下错误:
exec msdb.dbo.rds_restore_database
@restore_db_name='INHCMDB',
@s3_arn_to_restore_from='arn:aws:s3:::dbrestorecenter/INHCMDB.bak';
错误:
[2018-12-19 17:42:22.187]由于任务失败或并发的RESTORE_DB请求而中止了任务。
[2018-12-19 17:42:22.273]任务已中止
[2018-12-19 17:42:22.277]提供的令牌已过期。