In the previous post (https://jithinjudepaul.com/deployment-strategies-for-lambda-functions/ ), we saw how we could use Lambda functions to perform Blue-Green deployments. In most cases Lambda functions are often layered with an API Gateway layer as…
Category: AWS
This section consists of AWS cloud-related content. You can find the latest AWS announcements, features and blog posts here
Deployment Strategies for Lambda Functions
The two most common strategies for deploying an application with minimum downtime are Blue/Green(A/B) deployment and Canary deployment. In this article we look at how we can implement these strategies while deploying…
Amazon Q
I was researching few info in the AWS Documentation and that is when this small icon popped – up I recognized that this was Amazon Q from the re:Invent announcements last week….
AWS EC2 Instance Connect Endpoint: Connect to EC2 instance without Public IP and SSH key
Over the past many years, connecting to an EC2 Linux instance using SSH keys has been a common practice. Generally, we create an SSH key and use it to connect to EC2…
AWS Certified Solution Architect – Professional (SAP-C01) Exam Learning Path
I cleared the AWS- SAP C01 certification and following is the Learning Path I took: Exam Syllabus: Get Familiarized with the Exam syllabus first from the AWS official page. You can download…