Aman Awasthiamana6420.hashnode.dev·3 hours agoDay 38 Getting Started with AWS Basics☁ - 90DaysOfDevOpsAWS: Amazon Web Services is one of the most popular Cloud Providers that have a free tier for students and Cloud enthusiasts for their Hands-on while learning (Create your free account today to explore more on it). IAM: AWS Identity and Access Manage...DiscussAWS
AMIN CHIVILKARaminchivilkar.hashnode.dev·4 hours agoIntroduction to ServerlessThis blog post will highlight a serverless project. This project utilizes various AWS services including Lambda functions, API Gateway, DynamoDB, S3, CloudWatch, IAM, and CloudFormation to create a powerful and scalable serverless architecture. Serv...Discussserverless
Kshitija Bartakke-Malwadekshitijaa.hashnode.dev·4 hours agoSet up CloudWatch alarms and SNS topic in AWSAmazon Web Services (AWS) provides a plethora of resources, and as you deploy more services, it's crucial to monitor your expenses. AWS CloudWatch allows you to set up billing alerts, ensuring that you're always aware of your costs. AWS CloudWatch pr...Discussbilling
Keshav Bathlakeshavbathla.hashnode.dev·5 hours agoMastering Terraform State: Harnessing the Power of Remote State Management and State LockingTask 1: Importance of Terraform State Terraform state is a fundamental and critical component of Terraform, a popular Infrastructure as Code (IaC) tool used for provisioning and managing infrastructure resources. It plays a pivotal role in ensuring t...Discuss#90daysofdevops
Vishal Phadnisvishaltoyou.hashnode.dev·5 hours agoDay 46: Set up CloudWatch alarms and SNS topic in AWS💥💥👋Introduction In today's digital age, companies are increasingly relying on cloud computing services to streamline their operations and scale their infrastructure. Amazon Web Services (AWS) stands at the forefront of this technological revolution, o...DiscussDevops
Harsh Rajotyaharsh-rajotya.hashnode.dev·6 hours agoAn End-to-End Jenkins CI/CD Project Continuously Integrate and Deploy a NodeJS Application using JenkinsIn this blog, I will discuss GitHub WebHooks and an end-to-end Jenkins CI/CD project to continuously integrate and deploy a node.js application. Cherry on the cake: You can include this in your resume as proof of your Jenkins skills! Before I directl...DiscussTrainWithShubham
Tara Prasad Sarangitaraps.hashnode.dev·6 hours agoDay 3: Linux Basic CommandsCommands- To view what's written in a file. $ cat altos.txt cat -b: This adds line numbers to non-blank lines cat -n: This adds line numbers to all lines cat -s: This squeezes blank lines into one line cat –E: This shows $ at the end of the li...DiscussDevops
Pankajpmgoriya.hashnode.dev·7 hours agoDay 17 : Docker Project for DevOps Engineers.Dockerfile A Dockerfile is a text file that contains instructions for building a Docker image. It specifies the base image, the layers to be added to the image, and the commands to be run to create the image. Docker image A Docker image is a lightwei...Discuss·1 likeDocker
Ajay Giteajaygite.hashnode.dev·8 hours agoIntegrating Jenkins Freestyle Project with GitHub WebhooksTASK-01: Document the process from cloning the repository to adding webhooks, and Deployment, etc. as a README, go through this example A well-written readme file will help others to understand your project and you will understand how to use the pr...DiscussTrainWithShubham
Som Pandeysompandey.hashnode.dev·8 hours agoInterview questions On AWSINTERVIEW QUESTIONS: Q1. Name 5 aws services you have used and what's the use cases? Ans. Here are 5 AWS services I have used and their use cases: EC2 - Elastic Compute Cloud. I have used EC2 instances to host web applications, APIs and databases. E...DiscussDevops