Difference between revisions of "Aws rds"
Jump to navigation
Jump to search
↑ https://docs.aws.amazon.com/cli/latest/reference/rds/delete-db-instance.html
Line 13: | Line 13: | ||
* <code>[[aws rds restore-db-instance-to-point-in-time]]</code> | * <code>[[aws rds restore-db-instance-to-point-in-time]]</code> | ||
+ | |||
+ | == All commands == | ||
+ | <pre> | ||
+ | add-option-to-option-group | ||
+ | add-role-to-db-cluster | ||
+ | add-role-to-db-instance | ||
+ | add-source-identifier-to-subscription | ||
+ | add-tags-to-resource | ||
+ | apply-pending-maintenance-action | ||
+ | authorize-db-security-group-ingress | ||
+ | backtrack-db-cluster | ||
+ | cancel-export-task | ||
+ | copy-db-cluster-parameter-group | ||
+ | copy-db-cluster-snapshot | ||
+ | copy-db-parameter-group | ||
+ | copy-db-snapshot | ||
+ | copy-option-group | ||
+ | create-custom-availability-zone | ||
+ | create-custom-db-engine-version | ||
+ | create-db-cluster | ||
+ | create-db-cluster-endpoint | ||
+ | create-db-cluster-parameter-group | ||
+ | create-db-cluster-snapshot | ||
+ | create-db-instance | ||
+ | create-db-instance-read-replica | ||
+ | create-db-parameter-group | ||
+ | create-db-proxy | ||
+ | create-db-proxy-endpoint | ||
+ | create-db-security-group | ||
+ | create-db-snapshot | ||
+ | create-db-subnet-group | ||
+ | create-event-subscription | ||
+ | create-global-cluster | ||
+ | create-option-group | ||
+ | delete-custom-availability-zone | ||
+ | delete-custom-db-engine-version | ||
+ | delete-db-cluster | ||
+ | delete-db-cluster-endpoint | ||
+ | delete-db-cluster-parameter-group | ||
+ | delete-db-cluster-snapshot | ||
+ | delete-db-instance | ||
+ | delete-db-instance-automated-backup | ||
+ | delete-db-parameter-group | ||
+ | delete-db-proxy | ||
+ | delete-db-proxy-endpoint | ||
+ | delete-db-security-group | ||
+ | delete-db-snapshot | ||
+ | delete-db-subnet-group | ||
+ | delete-event-subscription | ||
+ | delete-global-cluster | ||
+ | delete-installation-media | ||
+ | delete-option-group | ||
+ | deregister-db-proxy-targets | ||
+ | describe-account-attributes | ||
+ | describe-certificates | ||
+ | describe-custom-availability-zones | ||
+ | describe-db-cluster-backtracks | ||
+ | describe-db-cluster-endpoints | ||
+ | describe-db-cluster-parameter-groups | ||
+ | describe-db-cluster-parameters | ||
+ | describe-db-cluster-snapshot-attributes | ||
+ | describe-db-cluster-snapshots | ||
+ | describe-db-clusters | ||
+ | describe-db-engine-versions | ||
+ | describe-db-instance-automated-backups | ||
+ | describe-db-instances | ||
+ | describe-db-log-files | ||
+ | describe-db-parameter-groups | ||
+ | describe-db-parameters | ||
+ | describe-db-proxies | ||
+ | describe-db-proxy-endpoints | ||
+ | describe-db-proxy-target-groups | ||
+ | describe-db-proxy-targets | ||
+ | describe-db-security-groups | ||
+ | describe-db-snapshot-attributes | ||
+ | describe-db-snapshots | ||
+ | describe-db-subnet-groups | ||
+ | describe-engine-default-cluster-parameters | ||
+ | describe-engine-default-parameters | ||
+ | describe-event-categories | ||
+ | describe-event-subscriptions | ||
+ | describe-events | ||
+ | describe-export-tasks | ||
+ | describe-global-clusters | ||
+ | describe-installation-media | ||
+ | describe-option-group-options | ||
+ | describe-option-groups | ||
+ | describe-orderable-db-instance-options | ||
+ | describe-pending-maintenance-actions | ||
+ | describe-reserved-db-instances | ||
+ | describe-reserved-db-instances-offerings | ||
+ | describe-source-regions | ||
+ | describe-valid-db-instance-modifications | ||
+ | download-db-log-file-portion | ||
+ | failover-db-cluster | ||
+ | failover-global-cluster | ||
+ | generate-db-auth-token | ||
+ | import-installation-media | ||
+ | list-tags-for-resource | ||
+ | modify-certificates | ||
+ | modify-current-db-cluster-capacity | ||
+ | modify-custom-db-engine-version | ||
+ | modify-db-cluster | ||
+ | modify-db-cluster-endpoint | ||
+ | modify-db-cluster-parameter-group | ||
+ | modify-db-cluster-snapshot-attribute | ||
+ | modify-db-instance | ||
+ | modify-db-parameter-group | ||
+ | modify-db-proxy | ||
+ | modify-db-proxy-endpoint | ||
+ | modify-db-proxy-target-group | ||
+ | modify-db-snapshot | ||
+ | modify-db-snapshot-attribute | ||
+ | modify-db-subnet-group | ||
+ | modify-event-subscription | ||
+ | modify-global-cluster | ||
+ | promote-read-replica | ||
+ | promote-read-replica-db-cluster | ||
+ | purchase-reserved-db-instances-offering | ||
+ | reboot-db-cluster | ||
+ | reboot-db-instance | ||
+ | register-db-proxy-targets | ||
+ | remove-from-global-cluster | ||
+ | remove-option-from-option-group | ||
+ | remove-role-from-db-cluster | ||
+ | remove-role-from-db-instance | ||
+ | remove-source-identifier-from-subscription | ||
+ | remove-tags-from-resource | ||
+ | reset-db-cluster-parameter-group | ||
+ | reset-db-parameter-group | ||
+ | restore-db-cluster-from-s3 | ||
+ | restore-db-cluster-from-snapshot | ||
+ | restore-db-cluster-to-point-in-time | ||
+ | restore-db-instance-from-db-snapshot | ||
+ | restore-db-instance-from-s3 | ||
+ | restore-db-instance-to-point-in-time | ||
+ | revoke-db-security-group-ingress | ||
+ | start-activity-stream | ||
+ | start-db-cluster | ||
+ | start-db-instance | ||
+ | start-db-instance-automated-backups-replication | ||
+ | start-export-task | ||
+ | stop-activity-stream | ||
+ | stop-db-cluster | ||
+ | stop-db-instance | ||
+ | stop-db-instance-automated-backups-replication | ||
+ | wait | ||
+ | </pre> | ||
==Realted terms== | ==Realted terms== |
Revision as of 14:07, 2 February 2022
https://docs.aws.amazon.com/cli/latest/reference/rds/
aws rds create-db-instance
aws rds describe-db-instances
aws rds modify-db-instance
aws rds delete-db-instance
[1]
aws rds start-db-instance --db-instance-identifier
aws rds stop-db-instance --db-instance-identifier YOUR_DB_IDENTIFIER
All commands
add-option-to-option-group add-role-to-db-cluster add-role-to-db-instance add-source-identifier-to-subscription add-tags-to-resource apply-pending-maintenance-action authorize-db-security-group-ingress backtrack-db-cluster cancel-export-task copy-db-cluster-parameter-group copy-db-cluster-snapshot copy-db-parameter-group copy-db-snapshot copy-option-group create-custom-availability-zone create-custom-db-engine-version create-db-cluster create-db-cluster-endpoint create-db-cluster-parameter-group create-db-cluster-snapshot create-db-instance create-db-instance-read-replica create-db-parameter-group create-db-proxy create-db-proxy-endpoint create-db-security-group create-db-snapshot create-db-subnet-group create-event-subscription create-global-cluster create-option-group delete-custom-availability-zone delete-custom-db-engine-version delete-db-cluster delete-db-cluster-endpoint delete-db-cluster-parameter-group delete-db-cluster-snapshot delete-db-instance delete-db-instance-automated-backup delete-db-parameter-group delete-db-proxy delete-db-proxy-endpoint delete-db-security-group delete-db-snapshot delete-db-subnet-group delete-event-subscription delete-global-cluster delete-installation-media delete-option-group deregister-db-proxy-targets describe-account-attributes describe-certificates describe-custom-availability-zones describe-db-cluster-backtracks describe-db-cluster-endpoints describe-db-cluster-parameter-groups describe-db-cluster-parameters describe-db-cluster-snapshot-attributes describe-db-cluster-snapshots describe-db-clusters describe-db-engine-versions describe-db-instance-automated-backups describe-db-instances describe-db-log-files describe-db-parameter-groups describe-db-parameters describe-db-proxies describe-db-proxy-endpoints describe-db-proxy-target-groups describe-db-proxy-targets describe-db-security-groups describe-db-snapshot-attributes describe-db-snapshots describe-db-subnet-groups describe-engine-default-cluster-parameters describe-engine-default-parameters describe-event-categories describe-event-subscriptions describe-events describe-export-tasks describe-global-clusters describe-installation-media describe-option-group-options describe-option-groups describe-orderable-db-instance-options describe-pending-maintenance-actions describe-reserved-db-instances describe-reserved-db-instances-offerings describe-source-regions describe-valid-db-instance-modifications download-db-log-file-portion failover-db-cluster failover-global-cluster generate-db-auth-token import-installation-media list-tags-for-resource modify-certificates modify-current-db-cluster-capacity modify-custom-db-engine-version modify-db-cluster modify-db-cluster-endpoint modify-db-cluster-parameter-group modify-db-cluster-snapshot-attribute modify-db-instance modify-db-parameter-group modify-db-proxy modify-db-proxy-endpoint modify-db-proxy-target-group modify-db-snapshot modify-db-snapshot-attribute modify-db-subnet-group modify-event-subscription modify-global-cluster promote-read-replica promote-read-replica-db-cluster purchase-reserved-db-instances-offering reboot-db-cluster reboot-db-instance register-db-proxy-targets remove-from-global-cluster remove-option-from-option-group remove-role-from-db-cluster remove-role-from-db-instance remove-source-identifier-from-subscription remove-tags-from-resource reset-db-cluster-parameter-group reset-db-parameter-group restore-db-cluster-from-s3 restore-db-cluster-from-snapshot restore-db-cluster-to-point-in-time restore-db-instance-from-db-snapshot restore-db-instance-from-s3 restore-db-instance-to-point-in-time revoke-db-security-group-ingress start-activity-stream start-db-cluster start-db-instance start-db-instance-automated-backups-replication start-export-task stop-activity-stream stop-db-cluster stop-db-instance stop-db-instance-automated-backups-replication wait
Realted terms
- Amazon Relational Database Services (RDS)
- Terraform resource: aws rds cluster
- Terraform resource: aws rds cluster instance
aws list all
See also
- AWS RDS:
AWS::RDS
,aws rds
[create-db-instance | create-db-instance-read-replica
|describe-db-instances
|modify-db-instance | modify-db-cluster | create-db-subnet-group
|delete-db-instance
|create-db-snapshot | aws rds create-db-parameter-group
],AllocatedStorage, FreeStorageSpace
- Amazon databases: AWS RDS, storage,
aws rds
, Amazon RDS Proxy, RDS FAQs, PostgreSQL, MySQL, SQL Server, AWS Outposts, Amazon Aurora, Amazon Aurora Serverless , Amazon DocumentDB, Amazon DynamoDB, Amazon Redshift, Amazon QLDB, Amazon RDS Performance Insights, DataFileRead, DMS, Amazon Neptune, Amazon MemoryDB for Redis, Amazon RDS query editor for Aurora Serverless, Amazon Redshift query editor, AWS RDS Snapshots, AWS RDS Instance Types,rds_superuser
, Authentication, autoscaling
Advertising: