Latest articles on AWS, cloud computing, DevOps, and Kubernetes
Welcome to the Nubis Morocco blog! Here you’ll find the latest articles, tutorials, and insights on AWS, cloud computing, DevOps, and more.
Browse our content by categories:
AWS - Amazon Web Services tutorials and best practices
DevOps - CI/CD, automation, and infrastructure management
Kubernetes - Container orchestration and cloud-native development
Cloud Security - Best practices for securing cloud infrastructure
Tutorials - Step-by-step guides and hands-on learning
How Does AWS PrivateLink Work ?
In the world of cloud networks, security and confidentiality are crucial. [AWS PrivateLink](https://docs.aws.amazon.com/vpc/latest/privatelink/what-is-
Welcome to AWS Morocco’s first newsletter!
Dear AWS Enthusiasts,
AWS Inter-Region PrivateLink using Terraform
AWS PrivateLink provides a secure and reliable way to connect VPCs within the same region, but it doesn’t directly support connections between VPCs in different regions. To address this limitation,…
CSI Drivers (EBS, EFS, S3) on EKS And How To Use Them
Container Storage Interface (CSI) drivers play a crucial role in managing persistent storage for containerized applications. When working with Amazon Elastic Kubernetes Service (EKS), integrating C…
Lessons Learned From Mounting Secrets to Pods on Kubernetes
Kubernetes secrets are objects conceived to hold sensitive information such as passwords, tokens and certificates that can be used by pods without the need
Getting Started With Terraform on AWS — State backend & State Locking
Getting started with Terraform is an exciting journey, but as the complexity of your infrastructure increases, so does the importance of managing its state. In the previous article, we installed Te…
Enhancing Efficiency with KMS Cache in Amazon S3 Buckets
In the realm of cloud computing and data storage, the integration of Amazon Simple Storage Service (S3) with AWS Key Management Service (KMS) represents a
Monitoring Kubernetes with Prometheus and Alertmanager: Setting Up Alerts with Slack Integration
In this tutorial, we will learn how to set up Prometheus rules and configure Alertmanager to send alerts to a Slack channel. Prometheus is a popular monitoring and alerting solution in the Kubernet…
All you need to know about Terraform provisioners and why you should avoid them.
As defined in the Terraform documentation, provisioners can be used to model specific actions on the local machine running the
How hackers can find your exposed Elasticsearch clusters using Shodan!
For the last couple of months, I have been exploring Elasticsearch and I even shared some articles about it talking about how impressive the technology behind it is and how it can be used with othe…