Back to Browse

Explained How AWS Lambda work with Docker Container and ECR | AWS Lambda Tutorial in Hindi

3.5K views
Jul 23, 2021
25:55

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 - https://www.youtube.com/channel/UC64uVt_nEYJQsMTrCmL6liA/?sub_confirmation=1 ============================ 00:00 - Introduction ====================================== THINGS YOU NEED TO KNOW Most Recent Video - https://youtu.be/zWiGITeh5YE Most Trending Video - https://youtu.be/Ee0GX668aYc ============================================ Playlists Terraform playlist - https://youtube.com/playlist?list=PLpLjvo3GR71urQn7RNj-Hokw60NX3C5-R Python-boto3-AWS playlist - https://youtube.com/playlist?list=PLpLjvo3GR71tQvNWutAe4YWbShtfGbdhk Docker playlist - https://youtube.com/playlist?list=PLpLjvo3GR71sKtwJLbzxn3fnmIxnqpIWr AWS-EC2 playlist - https://youtube.com/playlist?list=PLpLjvo3GR71stF6P90EDrjf1bCYNR9uwH AWS Tutorial playlist - https://youtube.com/playlist?list=PLpLjvo3GR71uHS4ESDSVT_yg2HeAXvB2V Devops with AWS Playlist - https://youtube.com/playlist?list=PLpLjvo3GR71t0yUHw5NvL2tsvZXqWFVYH AWS IAM Playlist - https://youtube.com/playlist?list=PLpLjvo3GR71s-J0PAEd8ntS0sdUsOpJN8 AWS-Lambda Playlist - https://youtube.com/playlist?list=PLpLjvo3GR71u8TgqvTd7iCyy8CTi7rsBf Python playlist - https://youtube.com/playlist?list=PLpLjvo3GR71u1J6BKBfZvwMpxHFfcln04 Git playlist - https://youtube.com/playlist?list=PLpLjvo3GR71ufBv7csReXdGElrLle4xnH =============================================== Thanks for watching! If you like my content, please subscribe. https://www.youtube.com/channel/UC64uVt_nEYJQsMTrCmL6liA/?sub_confirmation=1 ============================================ 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]

Download

1 formats

Video Formats

360pmp436.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Explained How AWS Lambda work with Docker Container and ECR | AWS Lambda Tutorial in Hindi | NatokHD