JoLoblog.jolodev.guru·Sep 28, 2023Run Bun Run!On a Sunday morning, as you walk towards the bakery, the aroma of freshly baked buns fills the air. You can't resist taking a bite of the hot bun fresh from the oven as soon as you get it. Now, it’s most likely that you burn yourself or you are smart...Discussaws lambda
Ashwinashwinrajendran.hashnode.dev·Sep 27, 2023AWS Services Commonly Used by DevOps EngineersAmazon Web Services (AWS) offers a wide range of services that are valuable for DevOps engineers. These services can help streamline and automate various aspects of the software development and deployment lifecycle. Here are some AWS services commonl...DiscussDevops
Sumit Mondalsumit007.hashnode.dev·Sep 26, 2023Navigating the Digital Seas with AWS Lightsail: Your Guiding Light in Cloud ComputingIntroduction: In the ever-expanding universe of cloud computing, it's easy to get lost amidst the complexities of infrastructure management. But fear not, for in this digital age, a guiding light emerges from the vast AWS constellation – AWS Lightsai...DiscussAWS
Paras Pahwaparaspahwa.hashnode.dev·Sep 16, 2023Intro to Grafana , Loki (Not from marvel) and PromtailLet's start !!! What is Grafana? Grafana is an open-source platform for monitoring and observability. It is widely used by organizations to visualize and analyze data from various sources, including time-series databases, application logs, and other ...Discuss·41 readsGrafana Monitoring
Matt Martzmatt.martz.codes·Aug 21, 2023From Code to Conversation: Bridging GitHub Actions and Slack with CDKIn this post, we're diving into the powerful world of automation using the AWS Cloud Development Kit (CDK) to create a serverless-backed Slack App. The goal? Seamlessly managing application deployments through GitHub Deployments. Here's a glimpse int...Discuss·5 likes·1.3K readsaws-cdk
Johannes Koningsjohanneskonings.hashnode.dev·Aug 19, 2023Example how to use zod with CDK serverless v2The AWS CDK Serverless Toolsuite from Thorsten Hoeger helps, among others, to deploy an API Gateway from OpenApi specs and a DynamoDb from DynamoDb onetable data modeling. The advantage is to leverage the type safety from Typscript generated from the...DiscussAWS
Anil Jaiswalanil.hashnode.dev·Aug 19, 2023Infrastructure as Code: A Beginner's GuideThe percentage of software companies that use IAC tools in the world is growing rapidly. In 2022, it was estimated that 55% of software companies were using IAC tools, and this number is expected to reach 75% by 2028. What is Infrastructure as Code? ...Discuss#IaC
Andy Blackledgewww.10printiamcool.com·Aug 8, 2023Adventures with AWS X-Ray and CDK - Part 1One of the big challenges of distributed systems, such as serverless, is observability. In previous posts, I had a look at structured logging, metrics, and alarms. All these play an important part in building a maintainable system. One thing that I h...Discuss·21 likes·120 readsAdventures with AWS X-Ray and CDKAWS
Sarath Kumarsarathakash.hashnode.dev·Aug 4, 2023AWS New Price Change for Public IPv4 AddressesAWS recently announced that starting from February 2024, they will be charging for public IPv4 addresses. The new charge will be applicable across all AWS regions and services, including EC2 instances, RDS database instances, EKS nodes and other ser...Discuss#aws #devopsengineer #cloudengineer #awscommunity #awscertification #awssolutionsarchitect #connections #opentowork #AwscostOptimization #awscommunity #awsdevops
pardeep kaurpardeepkaur.hashnode.dev·Aug 2, 2023Linux commands for devops1. File and Directory Operations: mkdir: Create a new directory. cd: Change the current directory. pwd: Print the working directory. touch: Create an empty file or update file timestamps. ls: List files and directories in the current location. ...DiscussTrainWithShubham