AWS is the Linux of Cloud
I’ve been a Linux user for about 25 years. I first used it at
I’ve been working in tech for just over 15 years now. I’ve relied on Java as my go-to tool for quick PoCs, and its carried well my thus far. But I felt that I was missing out on better tools for web development, so about 5 years ago I learnt some basics of Ruby on Rails. However I didn’t find a useful way to use it in my day-to-day work, so I pretty much dropped it. However, now that I spend most of my time on AWS, I decided it would be a perfect opportunity to learn python, for a few reasons:
lbecs = aws_ecs_patterns.ApplicationLoadBalancedFargateService(self, 'ECS_Fargate', memory_limit_mib = 1024, cpu = 512, desired_count = 1, task_image_options = ghost_task_image, )
will result in building a new VPC, ECS Fargate cluster, security groups and load balancer, with your container deployed and working. Need I say more!
This is what I used to learn python on AWS: