Automate password rotation for RDS Password rotation for databases is an important security practice aimed at mitigating the risks associated with unauthorized access to sensitive data. Here are some key reasons why password rotation for databases is

How to login to Ec2 without SSH keys. Amazon Web Services (AWS) Systems Manager (SSM) allows you to remotely manage your EC2 instances. You can use SSM to access and perform tasks on your instances without the

Service in Kubernetes A Service is an object (the same way that a Pod or a ConfigMap is an object). You can create, view or modify Service definitions using the Kubernetes API. Usually you use a tool such as kubectl to

Blue/Green deployment Blue/Green deployment is a software release strategy used in deployment pipelines to minimize downtime and reduce the risk associated with deploying new versions of an application. Primarily purpose of Blue/Green deployment is to ensure smooth

Rolling deployment A rolling deployment is a software deployment strategy that involves gradually and sequentially updating instances of a software application without causing downtime or disruption to the overall system. In a rolling deployment, new versions of

Canary deployment The term "canary" is derived from the use of canaries in coal mines as an early warning system for detecting toxic gases. Similarly, canary deployments act as early warning systems to detect potential issues before