Difference between revisions of "Aws rds create-db-instance"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* <code>aws rds create-db-instance --db-instance-identifier kk --db-instance-class db.t2.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.t2.micro [[--engine]] mariadb --master-username master --master-user-password 12345678</code> | ||
− | --publicly-accessible | --no-publicly-accessible | + | [[--publicly-accessible]] | --no-publicly-accessible (Related: [[PCI DSS]]) |
== Related terms == | == Related terms == |
Revision as of 11:58, 24 November 2021
aws rds create-db-instance
aws rds create-db-instance --db-instance-identifier kk --db-instance-class db.t2.micro --engine mariadb --master-username master --master-user-password 12345678
--publicly-accessible | --no-publicly-accessible (Related: PCI DSS)
Related terms
aws rds delete-db-instance
- CloudFormation
AWS::RDS::DBInstance
Terraform resource: aws_db_instance
- AWS Free Tier:
db.t2.micro
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: