Advertisement
ExaGridDba

stop and delete rds instance

Apr 19th, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. stop and delete rds instance
  2.  
  3. C:\>aws rds stop-db-instance --db-instance-identifier briandb
  4. DBINSTANCE 8 True us-east-1c 1 rds-ca-2015 False arn:aws:rds:us-east-1:665575760545:db:briandb db.t2.micro briandb stopping 0 db-JDGWIQQKEQTNCD35JPZR5GIBTE False mysql 5.6.40 False 2019-04-19T22:48:46.566Z
  5. 2019-04-20T00:20:00Z general-public-license mas 0 False False 07:09-07:39 mon:09:25-mon:09:55 True False gp2
  6. DBPARAMETERGROUPS default.mysql5.6 in-sync
  7. DBSUBNETGROUP default default Complete vpc-0d398177
  8. SUBNETS subnet-8c036bd0 Active
  9. SUBNETAVAILABILITYZONE us-east-1a
  10. SUBNETS subnet-364a757c Active
  11. SUBNETAVAILABILITYZONE us-east-1d
  12. SUBNETS subnet-af9a2991 Active
  13. SUBNETAVAILABILITYZONE us-east-1e
  14. SUBNETS subnet-0f476600 Active
  15. SUBNETAVAILABILITYZONE us-east-1f
  16. SUBNETS subnet-b7214ed0 Active
  17. SUBNETAVAILABILITYZONE us-east-1b
  18. SUBNETS subnet-aa197384 Active
  19. SUBNETAVAILABILITYZONE us-east-1c
  20. ENDPOINT briandb.crzco2g2glv6.us-east-1.rds.amazonaws.com Z2R2ITUGPM61AM 3306
  21. OPTIONGROUPMEMBERSHIPS default:mysql-5-6 in-sync
  22. VPCSECURITYGROUPS active sg-04ed8240
  23.  
  24.  
  25.  
  26. C:\>aws rds delete-db-instance --db-instance-identifier briandb
  27.  
  28. An error occurred (InvalidParameterCombination) when calling the DeleteDBInstance operation: FinalDBSnapshotIdentifier is required unless SkipFinalSnapshot is specified.
  29.  
  30. C:\>aws rds delete-db-instance --db-instance-identifier briandb --skip-final-snapshot
  31. DBINSTANCE 8 True us-east-1c 1 rds-ca-2015 False arn:aws:rds:us-east-1:665575760545:db:briandb db.t2.micro briandb stopping 0 db-JDGWIQQKEQTNCD35JPZR5GIBTE False mysql 5.6.40 False 2019-04-19T22:48:46.566Z
  32. 2019-04-20T00:20:00Z general-public-license mas 0 False False 07:09-07:39 mon:09:25-mon:09:55 True False gp2
  33. DBPARAMETERGROUPS default.mysql5.6 in-sync
  34. DBSUBNETGROUP default default Complete vpc-0d398177
  35. SUBNETS subnet-8c036bd0 Active
  36. SUBNETAVAILABILITYZONE us-east-1a
  37. SUBNETS subnet-364a757c Active
  38. SUBNETAVAILABILITYZONE us-east-1d
  39. SUBNETS subnet-af9a2991 Active
  40. SUBNETAVAILABILITYZONE us-east-1e
  41. SUBNETS subnet-0f476600 Active
  42. SUBNETAVAILABILITYZONE us-east-1f
  43. SUBNETS subnet-b7214ed0 Active
  44. SUBNETAVAILABILITYZONE us-east-1b
  45. SUBNETS subnet-aa197384 Active
  46. SUBNETAVAILABILITYZONE us-east-1c
  47. ENDPOINT briandb.crzco2g2glv6.us-east-1.rds.amazonaws.com Z2R2ITUGPM61AM 3306
  48. OPTIONGROUPMEMBERSHIPS default:mysql-5-6 in-sync
  49. VPCSECURITYGROUPS active sg-04ed8240
  50.  
  51.  
  52. C:\>aws rds describe-db-instances --db-instance-identifier briandb
  53. DBINSTANCES 8 True us-east-1c 1 rds-ca-2015 False arn:aws:rds:us-east-1:665575760545:db:briandb db.t2.micro briandb deleting 0 db-JDGWIQQKEQTNCD35JPZR5GIBTE False mysql 5.6.40 False 2019-04-19T22:48:46.566Z
  54. 2019-04-20T00:20:00Z general-public-license mas 0 False False 07:09-07:39 mon:09:25-mon:09:55 True False gp2
  55. DBPARAMETERGROUPS default.mysql5.6 in-sync
  56. DBSUBNETGROUP default default Complete vpc-0d398177
  57. SUBNETS subnet-8c036bd0 Active
  58. SUBNETAVAILABILITYZONE us-east-1a
  59. SUBNETS subnet-364a757c Active
  60. SUBNETAVAILABILITYZONE us-east-1d
  61. SUBNETS subnet-af9a2991 Active
  62. SUBNETAVAILABILITYZONE us-east-1e
  63. SUBNETS subnet-0f476600 Active
  64. SUBNETAVAILABILITYZONE us-east-1f
  65. SUBNETS subnet-b7214ed0 Active
  66. SUBNETAVAILABILITYZONE us-east-1b
  67. SUBNETS subnet-aa197384 Active
  68. SUBNETAVAILABILITYZONE us-east-1c
  69. ENDPOINT briandb.crzco2g2glv6.us-east-1.rds.amazonaws.com Z2R2ITUGPM61AM 3306
  70. OPTIONGROUPMEMBERSHIPS default:mysql-5-6 in-sync
  71. VPCSECURITYGROUPS active sg-04ed8240
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement