From the course: Hands-On Development in AWS

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Exploring database on EC2

Exploring database on EC2

- In the demo on deploying a database in RDS I deployed a free tier database in RDS and I was speaking about while I was doing it, I was talking about the price, right? And I did the math to figure out over one month period how much would it cost to run a particular database. I want to explore that a little bit further. Let's see what we're doing here. I'm going to create a database and we will do my SQL easy create again, just so we can look at the prices. All right, so we have production dev test and free tier. DB.R6G.large with 100 gig of disc, 0.231 US dollars per hour. The R6G.large is an instance type and it has a certain amount of virtual CPUs, A certain amount of memory. I have searched via Google the pricing for an EC2 instance. This is in the Ohio region as we see in the upper right here. If we look at the pricing for an EC2 instance in Ohio, running Linux instance type general purpose, VCPU, et cetera, let's search for R6G and scroll down slightly. So we have for dev test…

Contents