1 Answer
- Newest
- Most votes
- Most comments
2
Occasionally the RDS console might show unexpected behavior. However, the APIs remain the same.
You can always use the AWS CLI to perform the same when the console is acting up.
The command below works for me.
aws rds restore-db-instance-from-db-snapshot --db-instance-identifier new-ent --db-snapshot-identifier sql-express --db-instance-class db.m5.xlarge --engine sqlserver-ee --no-multi-az --no-publicly-accessible --region us-east-1 --output json
Relevant content
- Accepted Answerasked 4 years ago
- asked a year ago
- asked 4 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 6 months ago
Perfect, worked for me also! Thanks