© 2023 Hashnode
#cloud
Since my exposure to AWS, I have been fascinated with how it can secure all the separate account environments. This sparked my interest in researching and studying every aspect of AWS Security, which …
Yes! there are still servers in serverless, they are just managed by the function as a service provider. I get this question qutie a bit and although its not much to manage, there are still servers in…
Introduction At this point in the series, you should have a fully functioning set of services available at your command and some knowledge on how to extend this framework to host whatever you want! Th…
I wanted to share how an optimized desk setup and the right gadgets can significantly enhance productivity, streamline workflows, and foster a more efficient work environment. So, let's dive into the …
Creating an S3 Bucket with Amazon for Impenetrable Cybersecurity Introduction: In today’s digital age, data is crucial, and finding secure and scalable storage solutions is essential. One such solutio…
ECS is a highly scalable, high-performance container orchestration service that makes it easy to run, stop, and manage Docker containers on a cluster of Amazon Elastic Compute Cloud (EC2) instances or…
Creating an AWS Account and IAM User: Step-by-Step Guide Visit the AWS website: Go to the official Amazon Web Services (AWS) website (https://aws.amazon.com/) using your preferred web browser. Sign …
Many organisations create their custom terraform modules, providers or sentinel policies which they want to keep private ☠️. So instead of using public terraform registry registry.terraform.io , they …
Introduction Azure Cloud Defender Workbook 3.0 is a powerful tool for security and monitoring in cloud environments. It allows organizations to gain insights into their Azure resources and identify po…
What are Namespaces and Services in k8s In Kubernetes, Namespaces are used to create isolated environments for resources. Each Namespace is like a separate cluster within the same physical cluster. Services are used to expose your Pods and …