Difference between revisions of "Aws rds create-db-instance"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Example == | == Example == | ||
* <code>aws rds create-db-instance --db-instance-identifier kk --db-instance-class [[db.t3.micro]] [[--engine]] mariadb --master-username master [[--master-user-password]] 12345678</code> | * <code>aws rds create-db-instance --db-instance-identifier kk --db-instance-class [[db.t3.micro]] [[--engine]] mariadb --master-username master [[--master-user-password]] 12345678</code> | ||
+ | |||
+ | * <code>[[aws rds create-db-instance --db-instance-identifier]] kk --db-instance-class db.t3.micro --engine [[aurora-postgresql]] --master-username master --master-user-password 12345678 | ||
[[--publicly-accessible]] | --no-publicly-accessible (Related: [[PCI DSS]]) | [[--publicly-accessible]] | --no-publicly-accessible (Related: [[PCI DSS]]) |
Revision as of 15:10, 7 June 2022
aws rds create-db-instance
Contents
Example
aws rds create-db-instance --db-instance-identifier kk --db-instance-class db.t3.micro --engine mariadb --master-username master --master-user-password 12345678
aws rds create-db-instance --db-instance-identifier kk --db-instance-class db.t3.micro --engine aurora-postgresql --master-username master --master-user-password 12345678
--publicly-accessible | --no-publicly-accessible (Related: PCI DSS)
Related terms
Activities
- Best practices for converting a Single-AZ Amazon RDS instance to a Multi-AZ instance: https://aws.amazon.com/blogs/database/best-practices-for-converting-a-single-az-amazon-rds-instance-to-a-multi-az-instance/
See also
Advertising: