1 00:00:00,030 --> 00:00:03,570 and welcome back to backspace Academy in 2 00:00:03,570 --> 00:00:06,060 this section I'm going to break with 3 00:00:06,060 --> 00:00:08,160 tradition a little bit and I'm going to 4 00:00:08,160 --> 00:00:10,950 just basically throw you into the deep 5 00:00:10,950 --> 00:00:13,590 end so we're going to create a very 6 00:00:13,590 --> 00:00:16,369 complex and bulletproof architecture 7 00:00:16,369 --> 00:00:19,680 with no experience whatsoever so that 8 00:00:19,680 --> 00:00:21,689 will enable you to get some very good 9 00:00:21,689 --> 00:00:24,779 confidence in using Amazon Web Services 10 00:00:24,779 --> 00:00:28,109 and you'll also learn about the power of 11 00:00:28,109 --> 00:00:30,300 Amazon Web Services not only the power of 12 00:00:30,300 --> 00:00:32,940 Amazon Web Services, the simplicity of using 13 00:00:32,940 --> 00:00:40,140 and utilizing that power for hosting a static website 14 00:00:40,140 --> 00:00:43,350 you'll get exposure to many commonly used services 15 00:00:43,350 --> 00:00:48,329 and that will include the Amazon s3 service or simple storage service and 16 00:00:48,329 --> 00:00:53,789 we're going to use that to upload our website to Amazon Web Services and then 17 00:00:53,789 --> 00:01:02,579 we're also going to use that same service to host this website to the wider Internet 18 00:01:02,579 --> 00:01:06,000 once that's set up then we can start looking at getting some really high performance out of our website 19 00:01:06,000 --> 00:01:11,670 and the way we can do that is by using the cloud front content delivery network 20 00:01:11,670 --> 00:01:14,340 what that will do, 21 00:01:14,340 --> 00:01:18,240 it will grab a copy of that website and it will distribute across well over 50 edge locations across the globe 22 00:01:18,240 --> 00:01:23,850 so what that means is that when someone 23 00:01:23,850 --> 00:01:26,369 accesses your website they're going to get very very 24 00:01:26,369 --> 00:01:30,000 low latency very fast response to those 25 00:01:30,000 --> 00:01:32,759 requests to your website 26 00:01:32,759 --> 00:01:34,710 once that's up and running and we've created a 27 00:01:34,710 --> 00:01:36,780 cloudfront distribution or that cache that has 28 00:01:36,780 --> 00:01:38,520 been distributed across these edge locations 29 00:01:38,520 --> 00:01:41,610 we can then look at using the 30 00:01:41,610 --> 00:01:45,570 route 53 domain name service to route 31 00:01:45,570 --> 00:01:52,369 traffic that is going to go to our domain to that cloud front distribution 32 00:01:52,369 --> 00:01:57,570 once that's up and running then we're going to go a little bit step further in there and then we're going to look at 33 00:01:57,570 --> 00:02:01,680 implementing HTTPS and 34 00:02:01,680 --> 00:02:04,710 so we'll do that by using the AWS certificate manager to 35 00:02:04,710 --> 00:02:10,950 create a Secure Sockets Layer SSL certificate for us and we will associate that certificate 36 00:02:10,950 --> 00:02:14,550 with our cloud front distribution 37 00:02:14,550 --> 00:02:17,970 so there's a lot going on there 38 00:02:17,970 --> 00:02:21,780 it's a big exercise to do at the start but I'm sure you can appreciate 39 00:02:21,780 --> 00:02:26,970 when you get at the end of this you're going to realize that 40 00:02:26,970 --> 00:02:30,269 yes you can do this yes this is what you want to do and 41 00:02:30,269 --> 00:02:33,090 yes there is certainly a very bright light 42 00:02:33,090 --> 00:02:36,060 at the end of this AWS tunnel and 43 00:02:36,060 --> 00:02:38,970 it's certainly worthwhile persisting and 44 00:02:38,970 --> 00:02:41,400 getting to the end of this course so 45 00:02:41,400 --> 00:02:43,650 without any further ado let's go and 46 00:02:43,650 --> 00:02:45,000 jump in at the deep end