Deploy Netflix Clone on Cloud using Jenkins - DevSecOps Project!This project aims to deploy a Netflix Clone application using a DevSecOps approach, integrating a variety of tools and practices for secure, automated, and monitored software delivery. The deployment takes place on AWS, utilizing Docker for container...Dec 23, 2023ยท13 min read
Day 50: Your CI/CD pipeline on AWS - Part-1 ๐ โ #90DaysOfDevOpsWhat is CodeCommit? CodeCommit is a managed source control service by AWS that allows users to store, manage, and version their source code and artifacts securely and at scale. It supports Git, integrates with other AWS services, enables collaborati...Oct 12, 2023ยท2 min read
Day-48 - ECS (90DaysOfDevOps)Today will be a great learning for sure. I know many of you may not know about the term "ECS". As you know, 90 Days Of DevOps Challange is mostly about 'learning new', let's learn then ;) What is ECS? ECS (Elastic Container Service) is a fully manag...Oct 10, 2023ยท3 min read
Day 47: Test Knowledge on aws ๐ป ๐Today, we will be testing the AWS knowledge on services in AWS, as part of the 90 Days of DevOps Challenge. Task-01 Launch an EC2 instance using the AWS Management Console and connect to it using SSH. Install a web server on the EC2 instance and de...Oct 10, 2023ยท3 min read
Day 46: Set up CloudWatch alarms and SNS topic in AWS - 90DaysOfDevOpsWhat is Amazon CloudWatch? Amazon CloudWatch monitors your Amazon Web Services (AWS) resources and the applications you run on AWS in real-time. You can use CloudWatch to collect and track metrics, which are variables you can measure for your resourc...Oct 3, 2023ยท2 min read
Day 45: Deploy WordPress website on AWS - 90DaysOfDevOpsOver 30% of all websites on the internet use WordPress as their content management system (CMS). It is most often used to run blogs, but it can also be used to run e-commerce sites, message boards, and many other popular things. This guide will show ...Oct 2, 2023ยท3 min read
Day 44: Relational Database Service in AWS - 90DaysOfDevOpsTask-01 Create a Free tier RDS instance of MySQL Create an EC2 instance Create an IAM role with RDS access Assign the role to EC2 so that your EC2 Instance can connect with RDS Once the RDS instance is up and running, get the credentials and con...Sep 29, 2023ยท2 min read