Posts

Showing posts with the label ECS

AWS Training for Beginners - Day 4

Image
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...

AWS Training for Beginners - Day 1

Image
Get an initial view about AWS in 6 days. Spend less than an hour per day. If you can spend a bit more effort, it will be much better. Youtube Playlist of these 6 videos has created. Youtube video of this post - Day 1 Day 1 Notes The context of these series of Posts is to provide an overview of AWS for beginners. AWS - Amazon Web Services AWS in simplicity means a host of services for managing applications, analytics and related for your Enterprise in the Cloud. This was a 6 day discussion. First two days focus on skimming the excellent slides in this article . It provides some overview about AWS to beginners theoretically. Elastic Compute Cloud (EC2) It is like having your own manageable system in the cloud. Linux/Windows/Macintosh -- any of the Operating System is possible to be used along with. There are many instance types available within EC2 General Purpose (t2, m4, m3) Compute Optimized (c4, c3) Memory Optimized (r3) Storage Optimized (i2, d2) GPU instances (g2) - Like ou...