SKShreyas Khanganinshreyakhangan.hashnode.dev·Nov 26, 2024 · 4 min readObservability and MonitoringWhat do you mean by Observablity? In cloud computing, observability is measuring a system’s current state based on the data it generates, recorded as logs, metrics, and traces. Let’s make understand it with an Example Think of it like watching a car ...00
SKShreyas Khanganinshreyakhangan.hashnode.dev·Jan 12, 2024 · 2 min readAWS LambdaWhat is AWS Lambda? AWS Lambda is a compute service that lets you run your code in response to events without the need to provision or manage servers. It automatically scales your applications based on incoming requests, so you don't have to worry ab...00
SKShreyas Khanganinshreyakhangan.hashnode.dev·Dec 22, 2023 · 4 min readAWS Route 53Hello Readers lets deep dive into another interesting services Route 53. Lets Understand What is Route 53 ? Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service. You can use Route 53 to perform three main functions ...00
SKShreyas Khanganinshreyakhangan.hashnode.dev·Dec 20, 2023 · 3 min readAmazon S3Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. Customers of all sizes and industries can use Amazon S3 to store and protect any amount of ...00
SKShreyas Khanganinshreyakhangan.hashnode.dev·Dec 13, 2023 · 6 min readAws IamIn Amazon Web Services (AWS), Identity and Access Management (IAM) is a service that allows you to securely control access to AWS resources. IAM roles are a fundamental part of IAM and provide a way to delegate permissions to entities in AWS. These e...00