Skip to content

Commit

Permalink
added images for step 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-ahujaa committed May 25, 2023
1 parent d601133 commit ff40b76
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _notebooks/2023-05-16-RDStutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
"2. In the upper-right corner of the Amazon RDS console, choose the AWS Region in which you want to create the DB instance.\n",
"3. In the navigation pane, choose Databases.\n",
"4. Choose Create database and make sure that Easy create is chosen\n",
"<img src=\"https://docs.aws.amazon.com/images/AmazonRDS/latest/UserGuide/images/easy-create-option.png\">\n",
"\n",
"5. In Configuration, choose PostgreSQL.\n",
"\n",
Expand All @@ -127,14 +128,17 @@
"\n",
"8. For Master username, enter a name for the master user, or keep the default name (postgres).\n",
" - The Create database page should look similar to the following image.\n",
"<img src= \"https://docs.aws.amazon.com/images/AmazonRDS/latest/UserGuide/images/easy-create-postgresql.png\">\n",
"\n",
"9. To use an automatically generated master password for the DB instance, select Auto generate a password.\n",
" - To enter your master password, make sure Auto generate a password is cleared, and then enter the same password in Master password and Confirm password.\n",
"\n",
"10. To set up a connection with the EC2 instance you created previously, open Set up EC2 connection - optional.\n",
" - Select Connect to an EC2 compute resource. Choose the EC2 instance you created previously.\n",
" <img src= \"https://docs.aws.amazon.com/images/AmazonRDS/latest/UserGuide/images/EC2_RDS_Setup_Conn-EasyCreate.png\">\n",
"\n",
"11. Open View default settings for Easy create.\n",
" <img src= \"https://docs.aws.amazon.com/images/AmazonRDS/latest/UserGuide/images/easy-create-view-default-postgres.png\">\n",
" You can examine the default settings used with Easy create. The Editable after database is created column shows which options you can change after you create the database.\n",
" - If a setting has No in that column, and you want a different setting, you can use Standard create to create the DB instance.\n",
" - If a setting has Yes in that column, and you want a different setting, you can either use Standard create to create the DB instance, or modify the DB instance after you create it to change the setting.\n",
Expand All @@ -149,11 +153,8 @@
"\n",
"13. In the Databases list, choose the name of the new PostgreSQL DB instance to show its details.\n",
" - The DB instance has a status of Creating until it is ready to use.\n",
" - When the status changes to Available, you can connect to the DB instance. Depending on the DB instance class and the amount of storage, it can take up to 20 minutes before the new instance is available.\n",
"\n",
"\n",
"\n",
"\n"
"<img scr = \"https://docs.aws.amazon.com/images/AmazonRDS/latest/UserGuide/images/Postgres-Launch06.png\">\n",
" - When the status changes to Available, you can connect to the DB instance. Depending on the DB instance class and the amount of storage, it can take up to 20 minutes before the new instance is available."
]
}
],
Expand Down

0 comments on commit ff40b76

Please sign in to comment.