165 | | If you need an additional disk for Storage then configure a volume in the AWS console (magnetic is cheapest), attach as /dev/sdb1, then in Linux: |
| 165 | If you need an additional disk for Storage then configure a new volume in the AWS console. There are several different types available: {{{https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html}}} |
| 166 | For the database (normally on the boot volume) you want at least a General Purpose SSD (gp2). For additional storage (Prepop, Logs, Uploads, etc) then a Cold HDD (sc1) provides a cheaper per-Gb option, but needs a minimum of 500Gb provisioned. |
| 167 | |
| 168 | Attach as /dev/sdf, then in Linux console: |