Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learning Path: AWS: AWS Environments with AWS Lambda
Rating: 4.2 out of 5(54 ratings)
488 students

Learning Path: AWS: AWS Environments with AWS Lambda

Create resilient distributed solutions and serverless applications with AWS
Last updated 5/2017
English

What you'll learn

  • Find out how to launch EC2 instances and log into them
  • Understand networking on AWS
  • Learn how to design, create, and secure a Virtual Private cloud (VPC)
  • Make your applications highly available through load balancing, multi-AZ deployments, and auto scaling
  • Build web applications with Amazon Lambda and Node.js
  • Design and implement serverless application architectures with Amazon Lambda, API Gateway Service, DynamoDB, S3, and CloudFront
  • Leverage Serverless Framework to build complex applications
  • Learn to program, deploy, and test Lambda functions with Node.js, Java, Python, and C# (the focus is on Node.js)

Course content

2 sections42 lectures5h 2m total length
  • The Course Overview3:08

    This video gives an overview of the entire course.

  • Opening an AWS Account2:56

    In order for the student to follow along with the on-screen examples, they should open up a free AWS Account.

  • The Free Tier1:48

    For the first year of your AWS Account, there are many things you can do for free. We will discuss what these are and how to avoid accruing any charges.

  • The Management Console2:36

    The AWS Management Console is the easiest way to launch AWS services. In this video we show you how to navigate the console, access your billing information, and switch regions.

  • Amazon Machine Images5:05

    How to launch an EC2 instance from the AWS Management Console.

  • EC2 Instance Types5:12

    AWS EC2 instances are available in several types and also various sizes. To get optimum performance and cost, you need to select the correct type and size instance for your application.

  • EC2 Storage Options7:54

    There are several types of storage volumes we can use for our EC2 instances. We need to understand the significant differences and trade-offs.

  • Security Groups4:59

    It is very important to keep our instances safe from attacks. Security groups give us a way to protect our instances with firewall rules. These define what type of traffic will be allowed in and out of the instance.

  • Key Pairs3:06

    Logging in to an EC2 instance requires that you create a key pair, specify the name of the key pair when you launch the instance, and provide the private key when you connect to the instance.

  • Logging in to Linux Instances6:48

    To connect to EC2 Linux instances, we use SSH and authenticate with a private key. However, the process is different from Windows and Mac/Linux. To other users, to connect requires creating more key pairs.

  • Logging in to Windows Instances3:42

    To connect to EC2 Windows instances, we use RDP and the administrator password. To obtain the password, we need to decrypt it first with the private key.

  • Classless Inter-Domain Routing4:44

    Defining a Virtual Private Cloud (VPC) on AWS begins with selecting an IP Address block for the instances that will run in the VPC. This requires an understanding the CIDR notation and the valid private IPv4 addresses ranges.

  • EC2 IP Addressing6:04

    When you launch an EC2 instance into a VPC, it will be assigned a private IP address. If you want the instance to be reachable from the Internet, you will need to assign it a public or elastic IP address.

  • Subnets and Route Tables4:48

    Every VPC must contain one or more subnets. Subnets can be configured to be either public or private, depending on whether their instances need to be reachable from the Internet.

  • Getting Started with VPCs7:12

    VPCs allow you to launch instances into a private network space. There are three primary ways to obtain a VPC including using a pre-defined Default VPC, building your own with the VPC wizard, and creating a completely custom VPC from scratch.

  • Creating a VPC Demo9:07

    The default VPC will require a lot of modification to be able to provide the level of security we need to protect our instances. The solution is to build our own custom VPC with private subnets and custom route tables.

  • Connecting to a VPC4:31

    Once we have a VPC and some private or public instances, we need to be able to securely to connect those instances from outside the VPC. This requires attaching one or more gateways and establishing a secure connection between our data center.

  • Securing Your VPC12:29

    Relying solely on Security Groups for our firewall increases the likelihood that an accidental misconfiguration could leave our databases and other private resources exposed to hackers. Best security practice mandates that we should backup our security groups with an additional layer of security.

  • Highly Available Architectures14:58

    Regions on AWS are divided into two or more distinct locations known as Availability Zones (AZs). With the proper architecture, we can leverage multiple AZs to give our applications high availability.

Requirements

  • No AWS experience is necessary.

Description

Packt’s Video Learning Paths are a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it.

Amazon Web Services (AWS) provides trusted, cloud-based solutions to help you meet your business needs. Running your solutions in the AWS Cloud can help you get your applications up and running faster while providing the security to meet your compliance requirements. Amazon Lambda is the part of AWS that lets you run your code without provisioning or managing servers. Amazon Lambda is a compute service that enables you to deploy applications and backend services that operate with zero upfront cost and require no system administration.

This learning path begins by showing you how to design robust large infrastructures using AWS. We will tackle the key capabilities to architect and host applications, websites, and services on AWS. We will see the available options for virtual instances and demonstrate launching and connecting to them. We will then design and deploy networking and hosting solutions for large deployments. Next, we will show you how to program AWS Lambda with Node.js, Java, Python, and C#. Finally, we will learn how to deploy and test Lambda functions, and how to set up and use the serverless framework.

Start moving your business to the cloud by leveraging the skills this Learning Path promises to deliver.

The goal of this Learning Path is to equip you with skills to leverage the great many promises of AWS.

This Learning Path is authored by some of the best in their fields.

About the Authors

Wayde Gilchrist started moving customers of his IT consulting business into the cloud and away from traditional hosting environments in 2010. In addition to consulting, he delivers AWS training for Fortune 500 companies, government agencies, and international consulting firms. When he is not out visiting customers, he is delivering training virtually from his home in Florida.

Markus Klems is an expert on software development and system administration for scalable, high-availability, and high-performance software systems, such as big data, mobile, web application, and SaaS systems. In the context of his research and development work at TU Berlin and Karlsruhe Institute of Technology (KIT), Markus has gained in-depth knowledge and experience with complex and large-scale IT systems. Markus has been working with Amazon Web Services (AWS) since 2008 and is particularly excited about emerging technology trends in the realms of serverless computing and serverless microservice architectures.

Who this course is for:

  • This course is for new and aspiring individuals who are preparing or gearing up for a solutions architect role. You'll also find this course useful if you're an IT professional or DevOps engineer who is preparing to design and deploy large solutions on AWS. This course is also for IT architects and developers who want to build scalable systems and deploy serverless applications with AWS Lambda.