aws rds create-db-instance \
 --allocated-storage 20 --db-instance-class db.t2.small \
 --db-instance-identifier db-instanz1 \
 --engine mysql \
 --master-username admin \
 --master-user-password TestTest