# Codeeaze > Learn Coding With Ease ## Posts - [How to Secure AWS SES SMTP Credentials: A Step-by-Step Guide for Kubernetes](https://codeeaze.com/how-to-secure-aws-ses-smtp-credentials/): Rate this post Securing your AWS SES SMTP credentials is a critical step in protecting your domain’s reputation and avoiding unexpected costs. If your credentials leak, anyone can send emails from your verified domain—unless you restrict access to your specific infrastructure. The following guide details how to implement IP-based security for AWS SES using IAM policies, ensuring your credentials only work from your production environment (like a Kubernetes cluster). The Problem: “Working from Anywhere” is a Risk By default, AWS SES SMTP credentials are valid from any location. If these credentials are leaked—whether through a GitHub commit, an exposed log, ... Read more - [How to Give EKS Read-Only Log Access to IAM Users: A Step-by-Step Guide](https://codeeaze.com/eks-read-only-pod-logs-iam-rbac/): Rate this post If you are a DevOps engineer, you’ve likely faced this challenge: a developer needs to debug an application by viewing logs, but giving them full cluster access is a massive security risk. In this tutorial, you will learn how to grant read-only pod log access to a specific IAM user using the Principle of Least Privilege. This ensures your cluster remains secure while your team stays productive. The Architecture: How EKS Access Control Works Before diving into the code, it is important to understand the “Two-Step Handshake” that governs Amazon EKS security: Step 1: Create the IAM ... Read more - [How to Install SonarQube on AWS EC2 Instance Using Docker (Step-by-Step)](https://codeeaze.com/how-to-install-sonarqube-on-ec2/): Rate this post SonarQube is a powerful open-source tool used for code quality analysis, static code analysis, and security vulnerability detection. It is widely used in DevOps and CI/CD pipelines to maintain clean and secure codebases. In this article, you will learn how to install SonarQube on an AWS EC2 instance using Docker, completely automated with an EC2 user data script.This guide is beginner-friendly and suitable for DevOps engineers, backend developers, and cloud learners. Architecture Overview This setup uses: Step 1: Launch an EC2 Instance Step 2: Add SonarQube User Data Script Paste the following user data script in the ... Read more - [How to Deploy Docker App on AWS ECS 2025](https://codeeaze.com/deploy-docker-app-on-aws-ecs/): Rate this post In this article you will understand How to Deploy Docker App on AWS ECS 2025 What is AWS ECS and Why Use It Imagine you have a big apartment building (AWS cloud), and you want to run many different applications (like a pizza delivery app, a photo sharing app, etc.). AWS ECS (Elastic Container Service) is like a smart apartment manager that: Why Use ECS ✅ It’s Gotten Much Easier ✅ Cost-Effective ✅ Super Reliable ✅ Perfect for Modern Apps When to Use ECS vs EKS vs EC2? Think of them as different types of transportation: 🚗 ... Read more - [How to Install kubectl on Windows (10/11) – Step-by-Step Guide](https://codeeaze.com/how-to-install-kubectl-on-windows-10-11-step-by-step-guide/): Rate this post How to Install kubectl on Windows (10/11) – Step-by-Step Guide Here’s a complete step-by-step guide to install kubectl on Windows: Method 1: Using Powershell Step 1: Open PowerShell as Administrator Step 2: Download kubectl Step 3: Verify the download (optional but recommended) Compare the two hash values – they should match. Step 4: Create a directory and move kubectl Step 5: Add kubectl to your PATH Step 6: Make the PATH change permanent Step 7: Verify installation Close and reopen PowerShell, then run: Method 2: Using Chocolatey Step 1: Install Chocolatey (if not already installed) Open PowerShell ... Read more - [Installing Jenkins on EC2 Instance 2025: A Step-by-Step Guide](https://codeeaze.com/installing-jenkins-on-ec2-instance/): Rate this post Installing Jenkins on EC2 Instance: A Step-by-Step Guide 2025 | Setting Up Jenkins on AWS EC2: A Quick Installation Guide 2025 | Jenkins install in Amazon Linux 2025 | Install Jenkins on AWS In this article you will learn how to install jenkins on ec2 machine in quickest way possible. Along with that you will learn to create a jenkins job which has github webhook enabled so that once the commit push to github the job will triggered automatically. Step 1: Launching an EC2 instance Here we launching ec2 instance which has user data which automatically installed ... Read more ## Pages - [About Us](https://codeeaze.com/about-us/): Rate this post What is Codeeaze? Codeeaze (Learn Coding With Ease) is a website that provides coding information. - [Privacy Policy](https://codeeaze.com/privacy-policy/): Rate this post Who we are Our website address is https://codeeaze.com. What personal data we collect and why we collect it Comments When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection. Media If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website. Contact forms Cookies If you leave a comment on our site ... Read more [comment]: # (Generated by Hostinger Tools Plugin)