From the course: AWS Essential Training for Developers
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Set up a web server - Amazon Web Services (AWS) Tutorial
From the course: AWS Essential Training for Developers
Set up a web server
- [Instructor] In the EC2 console, you might have to expand out the left hand side by clicking on the hamburger icon and then under the instances header, click on instances. The instance state is listed next to our new instance and if it doesn't say running yet, just give it a few more minutes to start up. Click the checkbox next to the new instance name and then click on the connect button. Make sure that the EC2 instance connect tab is selected and then click on the connect button. This is going to launch a new tab with an SSH terminal connecting us to our running instance. Inside of your SSH session type sudo space apt space update, and hit enter. The AMI images that Amazon provides do not always include the latest packages or OS updates, so you'll want to make sure your virtual machine has the latest packages in OS updates before starting. Now that Ubuntu has updated its list of available packages, type sudo space apt…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Learn how to create an EC2 instance2m 21s
-
(Locked)
What is the best EC2 instance type?4m 34s
-
(Locked)
Learn how to create a key pair3m 17s
-
(Locked)
Set up a web server5m 12s
-
(Locked)
Stopping and starting vs. rebooting instances2m 20s
-
(Locked)
Right-sizing with EC2 autoscaling2m 24s
-
(Locked)
Learn how to create backups with an AMI Snapshot4m 35s
-
(Locked)
Saving money in EC24m 8s
-
-
-
-
-
-
-
-
-