1 00:00:00,520 --> 00:00:02,931 ‫Now let's talk about AWS Cloud9. 2 00:00:02,931 --> 00:00:05,180 ‫So Cloud9 is a cloud IDE, which stands 3 00:00:05,180 --> 00:00:07,640 ‫for integrated development environment, 4 00:00:07,640 --> 00:00:09,430 ‫that is used for writing, running, 5 00:00:09,430 --> 00:00:11,920 ‫and debugging code directly in the cloud. 6 00:00:11,920 --> 00:00:15,740 ‫So it looks like a code editor, but it is run in the cloud, 7 00:00:15,740 --> 00:00:17,690 ‫so it is run in a web browser. 8 00:00:17,690 --> 00:00:21,960 ‫So a classic IDE, such as famous ones such has IntelliJ J 9 00:00:21,960 --> 00:00:24,250 ‫or Visual Studio Code, are downloaded 10 00:00:24,250 --> 00:00:26,750 ‫on the computer and installed before being used. 11 00:00:26,750 --> 00:00:29,480 ‫But with a cloud IDE, you can use it 12 00:00:29,480 --> 00:00:31,990 ‫within your web browser, so Chrome, Firefox, 13 00:00:31,990 --> 00:00:33,730 ‫Internet Explorer, whatever you're using. 14 00:00:33,730 --> 00:00:35,810 ‫And that means that you can work on your projects 15 00:00:35,810 --> 00:00:38,450 ‫from your office, from your home or from anywhere 16 00:00:38,450 --> 00:00:41,410 ‫with internet access without any setup necessary, 17 00:00:41,410 --> 00:00:43,810 ‫and you can get back to your work very quickly. 18 00:00:43,810 --> 00:00:46,970 ‫It also allows you to have code collaboration 19 00:00:46,970 --> 00:00:49,170 ‫in realtime and do pair programming. 20 00:00:49,170 --> 00:00:50,920 ‫So as you can see on the right-hand side, 21 00:00:50,920 --> 00:00:53,230 ‫three people are collaborating on the same code 22 00:00:53,230 --> 00:00:56,125 ‫at the very same time from within Cloud9. 23 00:00:56,125 --> 00:00:58,447 ‫So anytime you see cloud IDE, think Cloud9.