Setting up storage for our sample application
Now that we have covered S3 and EBS in detail, it's time to use these services to create storage for our sample application. In our sample application, we have two web servers, two application servers, two database servers, and one domain controller.
Group |
Volumes | |
---|---|---|
Web Servers |
Data – 10Gb |
For our web servers, we will be creating a small EBS volume of 10Gb in size for each web server. We will use this volume to store the actual website data, which will be linked to IIS via a virtual directory. |
Application Servers |
Data – 10Gb |
For our application servers, we will be creating a small EBS volume of 10Gb in size. |
Database Servers |
Data – 200Gb Log – 200Gb Backup – 200Gb |
For our database servers, we will be creating three volumes for each server. |
Domain Controller |
Data – 10Gb |
For our domain controller server, we will be creating a small EBS volume of 10Gb in size. |
Backup storage on S3
Along with the previous EBS storage, we will be creating...