I need to initialize multiple volumes on windows server 2016 AMI using EC2Launch and i'm not exactly sure of the json format. I'm looking to add tempdb drive, log drive, etc. The Amazon examples only show how to map 1 drive
{
"driveLetterMapping": [
{
"volumeName": "SQLData",
"driveLetter": "D"
}
]
}
The documentation and the issue I am facing is located HERE