xdc 5 жил өмнө
parent
commit
32299ae26f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Cli-example.sh

+ 1 - 1
Cli-example.sh

@@ -12,7 +12,7 @@ export AWS_DEFAULT_REGION=cn-northwest-1
 
 
 create table student(name varchar(256),age varchar(256));
-
+aws configure set default.region cn-northwest-1
 
 # Linux 
 aws rds create-db-cluster --db-cluster-identifier sample-cluster --engine aurora-mysql --engine-version 5.7.mysql_aurora.2.07.1 \