Urvish Suhagiyaurvishsuhagiya.hashnode.dev·11 hours agoSetting Up Amazon ECS for Nginx DeploymentWhat is ECS? Amazon ECS (Elastic Container Service) is a fully-managed container orchestration service provided by Amazon Web Services (AWS). It allows you to run, manage, and scale Docker containers on a cluster of virtual machines (EC2 instances) w...Discuss·2 likesDevops
Chintamani Tarechintamani1804.hashnode.dev·Nov 20, 2024🚀 Day 17: Dockerfile – First DevOps Project with Docker 🚀Hey there, DevOps enthusiasts! 👋 Welcome to Day 17 of the #90DaysOfDevOps challenge. Today, we're diving into Docker and exploring the magical world of the Dockerfile. By the end of this blog, you'll have a shiny new Dockerized web app ready to flau...DiscussTrainWithShubham
Pulkit Yadavlinux-fundamental.hashnode.dev·Nov 20, 2024Jenkins Master-Worker Connection SetupIntroduction In this guide, I’ll show you how to connect a Jenkins master to worker nodes. Jenkins helps automate tasks in software development, and by linking the master to workers, you can make the process faster and more efficient. This simple gui...Discuss·2 likes#90daysofdevops
Amit Mauryaamitmaurya.hashnode.dev·Nov 20, 2024Building a Serverless Web Application with AWS Lambda, API Gateway, DynamoDB, S3In this article we are going to deploy web application on AWS in serverless way means we don’t have to manage servers at all, no scaling of servers nothing. In today’s world, most of the business need serverless architecture where they should mainly ...DiscussDevops
Harsh Soniharshdevopss.hashnode.dev·Nov 20, 2024Understanding Terraform and Key ConceptsTerraform has become one of the most popular tools in the DevOps world for managing cloud infrastructure. Here’s a simple breakdown of some fundamental concepts related to Terraform and Infrastructure as Code (IaC). Why do we use Terraform? Terrafor...DiscussTerraform
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 20, 2024Deploying and Managing Applications with AWS Elastic BeanstalkWhat is AWS Elastic Beanstalk? AWS Elastic Beanstalk is a service for deploying and managing web applications. It supports multiple programming languages and runtime environments such as Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker. Elastic...Discuss·2 likesDevops
Harsh Soniharshdevopss.hashnode.dev·Nov 19, 2024Ansible Real-Time Project: Hands-On ImplementationIn this blog, I'll share a step-by-step guide for a real-time project I recently worked on using Ansible. The project involves automating tasks on AWS EC2 instances. If you're new to Ansible, this is an excellent way to understand key concepts like l...Discuss2Articles1Week
Amit Mauryaamitmaurya.hashnode.dev·Nov 19, 2024Automating AWS Cost Reporting with Lambda and SNSIn this article, we are going to build a Lambda Function in which there is Python code that will generate the AWS Cost Report of your specific region and send it to your email through SNS Topic. We had automated this Lambda function by creating Cloud...DiscussDevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 19, 2024Setting Up CloudWatch Alarms and SNS for AWS Billing AlertsIntroduction: Managing your AWS spending is crucial to avoid unexpected charges and stay within your budget. One effective way to do this is by setting up billing alerts using Amazon CloudWatch and Amazon Simple Notification Service (SNS). In this ar...Discuss·2 likescloud watch alarm
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 18, 2024How to Deploy a WordPress Website on AWS EC2 with MySQL Database on RDSIntroduction If you’re looking to host your WordPress site on AWS, you're in the right place! WordPress is one of the most popular platforms for building websites and blogs, and AWS offers a scalable and reliable environment to host it. In this guide...Discuss·2 likesDevops