Linux Commandsmkdir(make/create directory) command To create a new directory, we use “mkdir DIRECTORY_NAME”. In this example, i am using dir1 as directory name. You can use directory name according to your choice. mkdir -p is a command in Linux and Unix-like opera...Feb 24, 2024·2 min read
How to Launch EC2 instances?What’s AWS? AWS is one dominating cloud platform service that serves businesses with scalable, reliable, and low-cost infrastructure. With a varied suite of services offered under the AWS environment, one of the most common services is Amazon EC2 (El...Nov 22, 2023·3 min read
CI/CD pipeline project with Trivy FS, and SonarQube Analysis(Part -1)Overview:- In this Blog, we will create a robust CI/CD pipeline that has essential security checks. We will explore how to integrate Trivy Scan, and SonarQube Analysis into our CI/CD Pipeline. By the end of this, we will understand how we can Keep Ap...Nov 22, 2023·3 min read
Solving Real-Time Cloud Challenges (Part 2)Scenario 11: “S3 Bucket Cross-Region Replication Issue” Cross-region replication for an S3 bucket is not working as expected. Possible Solutions: Confirm IAM roles: Ensure that the IAM roles used for cross-region replication have appropriate permiss...Nov 20, 2023·4 min read
Solving Real-Time Cloud Challenges (Part 1)We address common cloud issues and provide practical solutions to empower you with the essential troubleshooting skills for a seamless cloud experience. Let’s dive in and conquer cloud complexities together! Scenario 1: “Website Unreachable” You have...Nov 20, 2023·5 min read
AWS EC2 — create EC2 instanceAn EC2 instance is a virtual server in Amazon’s Elastic Compute Cloud (EC2) used for hosting applications and services. It allows users to rent computing resources on demand and only pay for what they use. One might want to use an EC2 instance becaus...Nov 20, 2023·3 min read
What is JenkinsWhat is Jenkins and why do we use it Jenkins is a Java-based open-source automation tool with CI plugins. Jenkins is used to continually create and test your software projects, making it easier for developers to incorporate changes and for users to g...Nov 19, 2023·3 min read