AWS Training for Beginners - Day 4
Previous posts are Day 1 , Day 2 , Day 3 Youtube video of this post - Day 4 Hands-on with AWS Lambda and python application in AWS ECS In this post, focus is to provide glimpse of AWS Lambda (working of FaaS with a simple Python example) and of AWS ECS (Elastic Container Services) along with ECR using a Dockerized application of Python. AWS Lambda Getting Started Example We picked AWS lambda getting started with a sample from the AWS 10 minute tutorials From the above tutorials picked a Hello World Python AWS Lambda example, with a Blue print for easy understanding. And then follow the steps to create a Lambda function in an AWS region of your choice. And then while testing the AWS Lambda function, you can change the values in the Keys to get a glimpse. Getting with AWS ECS Now onto AWS ECR and ECS using a python + Flask web application, first local docker run and then deploy to AWS ECS ECR - Elastic Container Registry ECS - Elastic Container Services 1. Pre-requisites AWS accoun...