Amazon Web Services (AWS) with JavaScript & NodeJS
Amazon Web Services (AWS) with JavaScript & NodeJS, available at $69.99, has an average rating of 4.33, with 239 lectures, based on 160 reviews, and has 1989 subscribers.
You will learn about In this course students will learn how to work with AWS IAM In this course you will learn how to work with AWS Dynamodb and how you can integrate that with JavaScript & NodeJS In this course you will learn how to work with AWS S3 (Simple Storage Services) and JavaScript In this course you will learn how to work with AWS RDS (Relation Database Service) In this course you will learn how to work with AWS EC2 (Elastic Compute Cloud) In this course you will learn how to work with Lambda Functions In this course you will learn how to work with SES (Simple Email Services) In this course you will learn how to work with Amazon Elastic Beanstalk In this course students will learn deploying NodeJS REST API in Elastic Beanstalk and adding custom domain from Route53 This course is ideal for individuals who are Those who are interested in working with Amazon Web Services (AWS) with JavaScript & NodeJS or Those who are interested in deploying NodeJS projects in Amazon Web Services like Elastic Beanstalk and EC2 It is particularly useful for Those who are interested in working with Amazon Web Services (AWS) with JavaScript & NodeJS or Those who are interested in deploying NodeJS projects in Amazon Web Services like Elastic Beanstalk and EC2.
Enroll now: Amazon Web Services (AWS) with JavaScript & NodeJS
Summary
Title: Amazon Web Services (AWS) with JavaScript & NodeJS
Price: $69.99
Average Rating: 4.33
Number of Lectures: 239
Number of Published Lectures: 239
Number of Curriculum Items: 239
Number of Published Curriculum Objects: 239
Original Price: $74.99
Quality Status: approved
Status: Live
What You Will Learn
- In this course students will learn how to work with AWS IAM
- In this course you will learn how to work with AWS Dynamodb and how you can integrate that with JavaScript & NodeJS
- In this course you will learn how to work with AWS S3 (Simple Storage Services) and JavaScript
- In this course you will learn how to work with AWS RDS (Relation Database Service)
- In this course you will learn how to work with AWS EC2 (Elastic Compute Cloud)
- In this course you will learn how to work with Lambda Functions
- In this course you will learn how to work with SES (Simple Email Services)
- In this course you will learn how to work with Amazon Elastic Beanstalk
- In this course students will learn deploying NodeJS REST API in Elastic Beanstalk and adding custom domain from Route53
Who Should Attend
- Those who are interested in working with Amazon Web Services (AWS) with JavaScript & NodeJS
- Those who are interested in deploying NodeJS projects in Amazon Web Services like Elastic Beanstalk and EC2
Target Audiences
- Those who are interested in working with Amazon Web Services (AWS) with JavaScript & NodeJS
- Those who are interested in deploying NodeJS projects in Amazon Web Services like Elastic Beanstalk and EC2
In this course we are going to learn Amazon Web Services (AWS) with JavaScript & NodeJS, so Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers including the fastest growing startups, largest enterprises, and leading government agencies are using AWS to lower costs. And you can use AWS with different programming languages, in this course we want to learn AWS with JavaScript& NodeJS.
This course is divided in to different sections, we are going to use SDK version 2 and Version 3 for JavaScript, it means first we create our examples using JavaScript V2 SDK and after that V3 SDK.
-
In the first section we are going to talk about IAM, so IAM is AWS Identity and Access Management. With IAM, you can specify who can access which services and resources, and under which conditions, we will create some examples with AWS console and after that we go through JavaScript examples. also we are going to work with two versions of JavaScript
SDK V2 and also V3
-
In the second section we want to learn about AWS Dynamodb, so DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative burdens of operating and scaling a distributed database so that you don’t have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling. You don’t need to worry about these, because all of them are done by dynamodb.
-
In the third section we want to talk about amazon S3, so S3 stands for Simple Storage Service, it is an object storage service that offers industry-leading scalability, data availability, security, and performance.
-
In the fourth section we want to learn about Amazon RDS or Amazon Relational Database Services and we want to learn about two relational databases and their integration with JavaScript like MySQL and Postgres.
-
In the fifth section we are going to learn about Amazon EC2 or we can say elastic compute cloud and it provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. We create some examples using the AWS console and after that we go through JavaScript, also we are going to deploy a NodeJS RESTAPI project in EC2.
-
In this sixth section we are going to talk about Elastic Beanstalk, Code Pipeline, Amazon RDS, Route53and Certificate Manager, we create a simple REST API with NodeJS and we mix these technologies together.
It means that we add relational database to our NodeJS RESTAPI, after that we deploy our project using Code Pipeline to Elastic Beanstalk, after that we add a custom domain name to REST API using Route53 and at the end we request a certificate from AWS Certificate Manager and we assign that to the Nodejs Rest API
-
In the seventh section we want to talk about AWS Lambda Function , so it is server less computing service that lets you run code without provisioning or managing servers.
-
In the eight section we want to learn about AWS SESor we can say Simple Email Services, and using this service we can send emails to our customers.
Course Curriculum
Chapter 1: Course Introduction
Lecture 1: Course Introduction
Lecture 2: Course Requirements
Chapter 2: AWS & IAM V2 Introduction
Lecture 1: AWS Introduction & Creating Account
Lecture 2: AWS Region Overview
Lecture 3: What Is IAM
Lecture 4: Creating IAM User
Lecture 5: AWS Console UI Changes
Lecture 6: Signing As IAM User
Lecture 7: IAM User Group
Lecture 8: AWS Configuration with JavaScript
Lecture 9: Changes in IAM Creating Programmatic Access Key
Lecture 10: Installing AWS SDK Version 2 For JavaScript
Lecture 11: Creating IAM User with JavaScript
Lecture 12: List All AWS Users with JavaScript
Lecture 13: Update AWS IAM User with JavaScript
Lecture 14: Creating AWS Custom Policy with JavaScript
Lecture 15: List All AWS Policies with JavaScript
Lecture 16: Attach Policy to IAM User with JavaScript
Lecture 17: Detach Policy from IAM User with JavaScript
Lecture 18: Create AWS User Group with JavaScript
Lecture 19: Attach AWS Policy to Group with JavaScript
Lecture 20: Adding Users to AWS Group with JavaScript
Lecture 21: Detach Policy from Group with JavaScript
Lecture 22: Create IAM User Access Key with JavaScript
Lecture 23: Create Login Profile with JavaScript
Lecture 24: Delete Login Profile with JavaScript
Lecture 25: Change IAM User Password with JavaScript
Lecture 26: Delete an IAM User with JavaScript
Lecture 27: Get Information About Group with JavaScript
Lecture 28: Get Information about IAM User with JavaScript
Chapter 3: AWS & IAM V3 Introduction
Lecture 1: Create IAM User with SDK Version 3
Lecture 2: Listing IAM Users with JavaScript V3 SDK
Lecture 3: Update IAM User with JavaScript V3 SDK
Lecture 4: Create Policy with JavaScript V3 SDK
Lecture 5: Listing Policies with JavaScript V3 SDK
Lecture 6: Attach Policy to IAM User with JavaScript V3 SDK
Lecture 7: Detach Policy from IAM User with JavaScript V3 SDK
Lecture 8: Create IAM User Group with JavaScript V3 SDK
Lecture 9: Attach Policy to User Group with JavaScript V3 SDK
Lecture 10: Add Users to Group with JavaScript V3 SDK
Lecture 11: Detach Policy from Group with JavaScript
Lecture 12: Create Access Key for the User with JavaScript
Lecture 13: Create Login Profile with JavaScript
Lecture 14: Delete Login Profile with JavaScript
Lecture 15: Delete IAM User with JavaScript
Chapter 4: Advanced AWS IAM
Lecture 1: Create IAM Roles with JavaScript
Lecture 2: Attach Policy to IAM Role
Lecture 3: Create Instance Profile
Lecture 4: Add Role to Instance Profile with JavaScript
Lecture 5: Create EC2 Instance with Role
Lecture 6: IAM Conditional Policies with JavaScript
Lecture 7: IAM Users Tag Management
Chapter 5: IAM with AWS CloudShell
Lecture 1: AWS CloudShell Create IAM User
Lecture 2: AWS CloudShell IAM Login Profile
Lecture 3: AWS CloudShell IAM User Policy
Lecture 4: AWS CloudShell Create Access Key
Lecture 5: AWS CloudShell Create Group
Chapter 6: Dynamodb with JavaScript V2 SDK
Lecture 1: Introduction to Dynamodb
Lecture 2: Creating Table in Dynamodb
Lecture 3: Read & Write Capacity
Lecture 4: Dynamodb PartiQL Editor
Lecture 5: Global Secondary Index (GSI)
Lecture 6: Inserting Data to Dynamodb with JavaScript
Lecture 7: Insert Multiple Items with BatchWriteItem in JavaScript
Lecture 8: Describing Dynamodb Table with JavaScript
Lecture 9: List Dynamodb Tables with JavaScript
Lecture 10: Update Table with JavaScript
Lecture 11: Create Backup with JavaScript
Lecture 12: Get Item from Dynamodb Table with JavaScript
Lecture 13: Get Batch Items with JavaScript
Lecture 14: Delete Dynamodb Table with JavaScript
Lecture 15: Create Dynamodb Table with JavaScript
Lecture 16: Load Movie Data to Dynamodb Table with JavaScript
Lecture 17: Adding Single Movie with JavaScript
Lecture 18: Get Movie Item with JavaScript
Lecture 19: Update Movie with JavaScript
Lecture 20: Delete Dynamodb Item with JavaScript
Chapter 7: Dynamodb with JavaScript V3 SDK
Lecture 1: Creating Dynamodb Table with JavaScript V3 SDK
Lecture 2: Listing Dynamodb Tables with JavaScript SDK V3
Lecture 3: Describing Dynamodb Table with JavaScript V3 SDK
Lecture 4: Insert Data to Dynamodb Table with JavaScript V3 SDK
Lecture 5: Update Data in Dynamodb with JavaScript V3
Lecture 6: Get Item from Dynamodb with JavaScript V3
Lecture 7: Delete Item in Dynamodb with JavaScript V3
Lecture 8: BatchWriteCommand with Dynamodb
Lecture 9: BatchGetItemCommand with Dynamodb
Lecture 10: Updating Dynamodb Table with JavaScript V3
Lecture 11: Delete Dynamodb Table with JavaScript V3 SDK
Chapter 8: AWS ElasticCache
Lecture 1: Introduction to AWS ElasticCache
Lecture 2: Testing Redis ElasticCache with EC2
Chapter 9: AWS Simple Storage Service (S3) with V2 SDK
Lecture 1: Amazon S3 Introduction
Instructors
-
Parwiz Forogh
Programmer
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 5 votes
- 3 stars: 24 votes
- 4 stars: 40 votes
- 5 stars: 89 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024