Tag Archives: DevOps

DevOps Pro Domain 2: Lambda

By | June 1, 2023

This article is the eighth in a series covering my AWS DevOps Professional certification study process, part 7 on Elastic Beanstalk is here. AWS Lambda is a “serverless” service. It is event-driven meaning that some action/event triggers it to run. With it, you can run code for without provisioning or managing VPCs or servers. In… Read More »

AWS DevOps Pro Domain 2: Elastic Beanstalk

By | June 1, 2023

This article is the seventh in a series covering my AWS DevOps Professional certification study process, part 6 is here. AWS Elastic Beanstalk is service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker.. Upload your code and Elastic Beanstalk automatically handles the deployment, capacity… Read More »

AWS DevOps Pro Domain 1: SDLC Automation – CodeDeploy

By | June 1, 2023

This article is the second in a series covering my AWS DevOps Professional certification study process. Part 1 is here. CodeDeploy AWS Managed deployment service that automates application deployments to (1) EC2 instances, (2) serverless Lambda functions, (3) AWS ECS services, or (4) on-premises virtual machines. Ansible, Terraform, Chef, Puppet are similar services. *CodeDeploy does… Read More »

Studying for the AWS DevOps Professional Certification (DOP-C01)

By | June 1, 2023

OK! It’s time to stop dithering, dilly-dallying, lolly-gagging, and procrastinating!!!! I’m going to start studying for the AWS Certified DevOps professional certificate! Why are you blogging about it? To keep myself honest (and to help me review while on the road), I’m going to be posting my study notes in blog-format here. This will help… Read More »