Learn - how AWS Lambda work with Docker container
Explained How AWS Lambda worked with ECR, ECS, Docker in details
Lambda explained in Hindi
====================================
Hello and welcome to this series on AWS Lambda.
In this video, I will go over how to create lambda funcation with container docker,
AWS provides a set of open-source base images that you can use to create your container image. You can package your Lambda function code and dependencies as a container image, using tools such as the Docker CLI. You can then upload the image to your container registry hosted on Amazon Elastic Container Registry (Amazon ECR).
aws lambda or amazon lambda is a computing service that runs code in response to events and automatically manages the computing resources required by that code.
============================
00:49 - what to cover
03:00 - Explained How to Install docker on linux EC2 machine
03:26 - Explained how to install and configure AWS-CLI
04:28 - Explained how to push docker image to ECR
04:50 - DEMO - Creating AWS Lambda function with Container Image reside in AWS ECR
=========================
#docker
#aws
#ecs
#lambda
==============================================
Install Docker for Linux:
Red Hat:
sudo yum install -y docker
sudo service docker start
sudo usermod -aG docker $(whoami)
Restart operating system.
Try: docker and docker container ls
Ubuntu:
Download the docker install script:
wget qO https://get.docker.com/ | sh
sudo usermod -aG docker $(whoami)
Restart operating system.
Try: docker and docker contaienr ls
===============================
#aws
#lambda
#docker
#dockercontainer
Just follow the steps given in the video. Do let me know in comments if you face any problem
============================
Subscribe my channel - / @devopstutorial
============================
00:00 - Introduction
======================================
THINGS YOU NEED TO KNOW
Most Recent Video - • Terraform Loops Tutorial: Master the ...
Most Trending Video - • AWS CLI for beginners in hindi | aws ...
============================================
Playlists
Terraform playlist - • Terraform Tutorial for beginner
Python-boto3-AWS playlist - • Python-Boto3-AWS
Docker playlist - • Docker Playlist for Beginners: Your U...
AWS-EC2 playlist - • AWS-EC2
AWS Tutorial playlist - • AWS Tutorial for Beginner
Devops with AWS Playlist - • Devops Tutorial
AWS IAM Playlist - • AWS IAM Policy
AWS-Lambda Playlist - • AWS-Lambda
Python playlist - • Python
Git playlist - • Git Tutorial
===============================================
Thanks for watching!
If you like my content, please subscribe.
/ @devopstutorial
============================================
WHO AMI I : I am Vicky Seth, a DEVOPS—AWS—CLOUD Engineer, I use my technical background to make videos about technology that help you to grow.
Email - [email protected]