Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 394 Bytes

File metadata and controls

13 lines (11 loc) · 394 Bytes

aws rds create-db-instance
--db-instance-identifier MySQLForLambdaColdStartTest
--db-instance-class db.t2.micro
--engine MySQL
--allocated-storage 5
--db-name cold_start_test
--master-username xxxxxxxxxxxxxxxxxxxx
--master-user-password xxxxxxxxxxxxxxxxxxxx
--backup-retention-period 3
--profile xxxxxxxxxxxxxxxxxxxx

See random_names.sql