EBS volumes don't initialze on Windows 2016 AMI's - driveLetterMapping.json format help

  • 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

  • I have not used json, but why don't you try to use Powershell, http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2launch.html

    If I have time tomorrow, I will play with it and update you. I use cloudberry drive to map drives, but I would like to use powershell instead.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply