1 00:00:06,450 --> 00:00:08,560 - Okay so now let's review a demo 2 00:00:08,560 --> 00:00:11,313 of mounting an EBS Volume on Windows. 3 00:00:12,810 --> 00:00:15,460 All right, from the EC2 Dashboard, 4 00:00:15,460 --> 00:00:17,480 let's take a look at our Volumes. 5 00:00:17,480 --> 00:00:20,490 We'll scroll down here under Elastic Block Store. 6 00:00:20,490 --> 00:00:24,730 And of course here are the two that we created earlier, 7 00:00:24,730 --> 00:00:26,850 our Linux and our Windows volumes. 8 00:00:26,850 --> 00:00:29,065 And again just like we saw earlier 9 00:00:29,065 --> 00:00:30,850 that some of them are in use 10 00:00:30,850 --> 00:00:32,460 means that they are attached 11 00:00:32,460 --> 00:00:36,040 and our Windows volume here is available. 12 00:00:36,040 --> 00:00:38,980 And so again before we can mount it 13 00:00:38,980 --> 00:00:40,770 and format it and use it, 14 00:00:40,770 --> 00:00:42,520 we have to attach it. 15 00:00:42,520 --> 00:00:44,628 So we'll go ahead and say Attach Volume 16 00:00:44,628 --> 00:00:48,823 and then we will choose our Windows instance. 17 00:00:50,191 --> 00:00:55,191 And then of course in this particular case, unlike Linux, 18 00:00:55,500 --> 00:01:00,500 the Amazon side is attaching it as xvdf rather than sdf. 19 00:01:01,670 --> 00:01:03,610 All right, so we'll go ahead and attach that. 20 00:01:03,610 --> 00:01:05,360 And now you can see it changes pretty quickly. 21 00:01:05,360 --> 00:01:07,350 It changes to in use. 22 00:01:07,350 --> 00:01:09,770 So just like that, it's attached. 23 00:01:09,770 --> 00:01:12,190 Again very similar to a USB drive 24 00:01:12,190 --> 00:01:13,500 that you might have on your desk. 25 00:01:13,500 --> 00:01:15,690 You plug it in and just like that, 26 00:01:15,690 --> 00:01:18,260 it's ready to use, all right. 27 00:01:18,260 --> 00:01:22,550 And so now we'll go back to our Instances, 28 00:01:22,550 --> 00:01:25,630 and here is our c5 large 29 00:01:25,630 --> 00:01:27,760 that we created in an earlier demo, 30 00:01:27,760 --> 00:01:29,919 and we are going to gain 31 00:01:29,919 --> 00:01:34,830 a remote desktop into that instance, 32 00:01:34,830 --> 00:01:39,400 and then from there we can mount and format that volume. 33 00:01:39,400 --> 00:01:42,373 So let me get my remote desktop in place here. 34 00:01:43,566 --> 00:01:46,760 All right, so we'll go ahead and use the existing connection 35 00:01:46,760 --> 00:01:50,480 just like we did earlier when we created that instance. 36 00:01:50,480 --> 00:01:54,010 And again you may see these warnings 37 00:01:54,010 --> 00:01:56,070 saying the certificate can't be trusted 38 00:01:56,070 --> 00:01:57,743 but for now that's okay. 39 00:01:59,020 --> 00:02:01,170 All right, so now we have our remote desktop, 40 00:02:01,170 --> 00:02:03,820 and we should be able to go to, 41 00:02:03,820 --> 00:02:04,960 right-click on the Start 42 00:02:04,960 --> 00:02:06,680 and then you would go to Disk Management. 43 00:02:06,680 --> 00:02:09,790 And from here it says you must initialize a disk, right? 44 00:02:09,790 --> 00:02:11,483 So this is now, 45 00:02:12,650 --> 00:02:17,090 this disk is attached and available for us to use, right? 46 00:02:17,090 --> 00:02:20,283 So we'll go ahead and say OK, we can initialize that disk. 47 00:02:21,210 --> 00:02:26,210 And you can see here this is our 30-gig root volume. 48 00:02:26,661 --> 00:02:31,661 And here is our disk, 100-gig disk that is unallocated, 49 00:02:31,662 --> 00:02:33,770 and we can take a look at the properties of that 50 00:02:33,770 --> 00:02:38,770 and see this is an NVMe Amazon Elastic SCSI Disk Device 51 00:02:39,120 --> 00:02:41,426 at least as far as Windows is concerned, 52 00:02:41,426 --> 00:02:43,216 and so we can see all of the information 53 00:02:43,216 --> 00:02:46,400 we need to see about that. 54 00:02:46,400 --> 00:02:49,383 Here is again 100 meg. 55 00:02:50,580 --> 00:02:52,900 All right, so then all we really need to do 56 00:02:52,900 --> 00:02:55,565 is right-click on this unallocated space 57 00:02:55,565 --> 00:02:58,420 and say New Simple Volume, 58 00:02:58,420 --> 00:02:59,650 that will bring us to the Wizard, 59 00:02:59,650 --> 00:03:03,375 we can then of course specify that volume size. 60 00:03:03,375 --> 00:03:07,588 If we wanted to create multiple partitions, we could. 61 00:03:07,588 --> 00:03:09,560 And then we could go Next, 62 00:03:09,560 --> 00:03:12,080 assign it whatever drive letter we want, 63 00:03:12,080 --> 00:03:14,340 I think D is perfectly fine. 64 00:03:14,340 --> 00:03:15,620 And then we'll go Next, 65 00:03:15,620 --> 00:03:17,893 then of course we get to format it, right? 66 00:03:18,783 --> 00:03:22,470 exFAT, NTFS, whatever you feel is appropriate 67 00:03:22,470 --> 00:03:23,890 for your particular use case. 68 00:03:23,890 --> 00:03:27,630 And then the Volume Label we might call this one Data 69 00:03:27,630 --> 00:03:31,260 if we want it to have this as a store 70 00:03:31,260 --> 00:03:35,476 for SQL server or SharePoint or anything else, right? 71 00:03:35,476 --> 00:03:38,370 And then of course we could also 72 00:03:38,370 --> 00:03:40,240 choose to perform a quick format, right? 73 00:03:40,240 --> 00:03:42,870 So we'll go Next and finish that. 74 00:03:42,870 --> 00:03:44,840 And there we go, just like that, 75 00:03:44,840 --> 00:03:48,980 we have a 100-gig volume 76 00:03:48,980 --> 00:03:51,570 that we attached to the Windows instance, 77 00:03:51,570 --> 00:03:54,740 and then we used Disk Manager 78 00:03:54,740 --> 00:03:59,740 to create and format a partition with NTFS, right? 79 00:03:59,850 --> 00:04:00,920 And so here is that. 80 00:04:00,920 --> 00:04:05,060 And so then of course we could go to the Explorer, 81 00:04:05,060 --> 00:04:07,320 and we should be able to see 82 00:04:07,320 --> 00:04:10,500 here is our Data disk now available 83 00:04:10,500 --> 00:04:12,178 for us to write to, right? 84 00:04:12,178 --> 00:04:15,920 So that's how we can attach 85 00:04:15,920 --> 00:04:19,180 and format a volume 86 00:04:19,180 --> 00:04:20,653 for Windows instances.