egghead.io Open in urlscan Pro
76.76.21.21  Public Scan

Submitted URL: https://email.egghead.io/e/c/eyJlbWFpbF9pZCI6IlJJbjdCUU1BQVgxeDgzZmU5Ykk0T2VyaXB5T3BXUT09IiwiaHJlZiI6Imh0dHBzOi8vZWdnaGVh...
Effective URL: https://egghead.io/courses/cloud-infrastructure-fundamentals-with-aws-ee4bb845?_cio_id=89fb0501dacc018bb703&cio_id=...
Submission: On December 01 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

#

<form action="#" role="search" class="sm:border-r dark:border-white border-gray-900 dark:border-opacity-5 border-opacity-5 sm:w-auto w-full">
  <div
    class=" relative flex dark:hover:border-white dark:focus-within:border-white hover:border-gray-900 focus-within:border-gray-900 border-b border-transparent pl-2 hover:border-opacity-30 focus-within:border-opacity-30 dark:hover:border-opacity-30 dark:focus-within:border-opacity-30">
    <input name="query" type="search" aria-label="Search" placeholder="What do you want to learn today?" autocomplete="off"
      class="dark:placeholder-opacity-60 placeholder-opacity-60 dark:placeholder-white placeholder-black bg-transparent sm:text-sm text-base sm:w-[230px] w-full h-12 focus:ring-0 border-none p-0" value=""><button type="submit"
      class="p-3 flex items-center dark:hover:bg-white hover:bg-gray-50 dark:hover:bg-opacity-5"><svg aria-hidden="true" class="" width="18" height="18" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
        <g fill="none">
          <path d="M21 21l-6-6m2-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </g>
      </svg><span class="sr-only">Search</span></button></div>
</form>

Text Content

Holiday Sale: Save 50% on egghead membership for limited time only.
Become a Member →
egghead.io
Browse
Search
Build Your Dev Portfolio
Sign in
free


CLOUD INFRASTRUCTURE FUNDAMENTALS WITH AWS

INSTRUCTOR

Sam Julien
 * AWS

1h 14m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.6
3
people completed
Published a month ago
|
Updated a week ago
Bookmark Download RSS
Start Watching

You're going to find cloud services being used at nearly any enterprise you work
for. So it's important for us developers to at least have a high-level
understanding of this infrastructure.

And since AWS has the dominant share of the cloud market, being familiar with it
is incredibly valuable and opens a lot of doors.

But gaining that familiarity isn't easy. Just browsing through the list of 200+
services is overwhelming.

Getting started with learning AWS usually involves having a dozen or more open
tabs and the feeling that you're going down a rabbit hole that never ends.

This course is an alternative to that stress. It has been structured like a boat
tour on a river of knowledge, linearly guiding you through the core of AWS
Cloud.

By the end of this course, you will be confidently spinning up servers, creating
relational databases, storing static assets, and writing serverless functions
with confidence.

So, whether you need to learn AWS for your current job or are looking to earn
your cloud practitioner certification, start watching this course and gain the
skills you need today.

FREE COMMUNITY RESOURCE

A Community Resource means that it’s free to access for all. The instructor of
this lesson requested it to be open to the public.


WHAT YOU'LL LEARN:

 * What the cloud is
 * Why AWS is so big in the industry
 * How to use the AWS dashboard
 * The key services: EC2, RDS, S3, Lambda, and API Gateway.


PREREQUISITES:

 * Use AWS Billing & Cost Management Dashboard to keep your AWS bill to minimum


LEARNER REVIEWS

 * Star icon$$$
   Star icon$$$
   Star icon$$$
   Star icon$$$
   Star icon$$$
   What did you like about this course?
   
   Fantastic course. Content is laser-focused!
   
   Dakota Kim
   5 hours ago
   


YOU MIGHT ALSO LIKE THESE RESOURCES:


DEPLOY GHOST TO AWS USING RDS AND EC2

Sam Julien・40m・Course

Set up a linux server on AWS EC2 with a relational database (AWS RDS) connected
to deploy a JavaScript platform to.


DEVELOP A SERVERLESS BACKEND USING NODE.JS ON AWS LAMBDA

Nik Graf ・15m ・Course

The core of serverless architectures is auto-scaling systems. We walk through
the basics of how to create a serverless API. We start off by creating a simple
HTTP endpoint.


USING DYNAMODB WITH NEXT.JS

Lee Robinson・30m・Course

Create and deploy a DynamoDB table that is connected to a Next.js application.

CREDITS

Shakuro Graphics
Start Watching

FREE COMMUNITY RESOURCE

A Community Resource means that it’s free to access for all. The instructor of
this lesson requested it to be open to the public.


COURSE CONTENT

1h 14m • 18 lessons

 * 1
   
   Introduction to Cloud Infrastructure Fundamentals with AWS
   6m 52s
 * 2
   
   Understand the Advantages of AWS and Cloud Services
   6m 45s
 * 3
   
   Overview of AWS Elastic Compute Cloud (EC2) Purpose and Pricing
   3m 29s
 * 4
   
   Create and Configure an AWS EC2 Instance
   8m 38s
 * 5
   
   Connect to an AWS EC2 Instance via SSH
   3m 24s
 * 6
   
   Compare AWS, DocumentDB DynamoDB and RDS
   2m 22s
 * 7
   
   Overview of AWS Relational Database Service (RDS) Features and Pricing
   2m 20s
 * 8
   
   Create a New AWS RDS Instance
   6m 30s
 * 9
   
   Delete an AWS RDS Instance
   1m 28s
 * 10
   
   Overview of S3 (Simple Storage Service)
   1m 50s
 * 11
   
   Create an AWS S3 Bucket for Hosting a Static React App
   4m 48s
 * 12
   
   Create a User with Programmatic S3 Access with AWS IAM
   5m 12s
 * 13
   
   Configure an AWS S3 User in the AWS CLI
   2m 6s
 * 14
   
   Streamline Deployments to AWS S3 with a Deploy Script in package.json
   2m 38s
 * 15
   
   Overview of AWS Lambda and API Gateway
   3m 19s
 * 16
   
   Write and Test Your First AWS Lambda Function
   2m 55s
 * 17
   
   Add an API Gateway HTTP Endpoint Trigger to a Lambda Function in AWS
   4m 36s
 * 18
   
   Course Outro: Where to Go After Learning the Cloud Infrastructure
   Fundamentals
   5m 18s


YOU MIGHT ALSO LIKE THESE RESOURCES:


INTRODUCTION TO CLOUDFLARE WORKERS

Kristian Freeman・36m・Course

Become familiar with the Workers CLI wrangler that we will use to bootstrap our
Worker project. From there you'll understand how a Worker receives and returns
requests/Responses. We will also build this serverless function locally for
development and deploy it to a custom domain.


CREATE AN ECOMMERCE STORE WITH NEXT.JS AND STRIPE CHECKOUT

Colby Fayock・1h 4m・Course

This is a practical project based look at building a working e-commerce store
using modern tools and APIs. Excellent for a weekend side-project for your
developer project portfolio


PRACTICAL GIT FOR EVERYDAY PROFESSIONAL USE

Trevor Miller・1h・Course

git is a critical component in the modern web developers tool box. This course
is a solid introduction and goes beyond the basics with some more advanced git
commands you are sure to find useful.

Build your Developer Portfolio and climb the engineering career ladder.
 * Search
 * Articles
 * Talks
 * Podcasts
 * Topics
 * Machine

 * Pricing
 * Store
 * support@egghead.io

©egghead.io
Terms & Conditions


LIGHT MODE