© 2023 Hashnode
#devops
Hello Everyone! I learnt about agents in jenkins. Please find my below notes. Hope it will be useful Agents In Jenkins, an agent refers to a machine that is set up to run build jobs. An agent can be a…
When you want to launch a resource in AWS, there are three important considerations How will you authenticate to AWS? Which region the resource needs to be launched? Which resource you want to laun…
The term “DevOps” has been trending in the IT industry for a few years now. It is a practice that emphasizes collaboration and communication between software developers and IT operations teams, with t…
What Incident management in software refers to the process of identifying, responding to, and resolving unexpected events or failures that occur within a software system. These incidents can range from minor issues, such as a slow page load…
Auth: IAM: IAM stands for Identity Access Management. IAM allows you to manage users and their level of access to the aws console. It is used to set users, permissions and roles. It allows you to gr…
Intro In the last blog post, I talked through the concepts of how Amazon Cognito works in a Web App. In this post, I will explain how Amazon Cognito can be programmatically set up using Terraform — so…
YAML stands for Yet Another Markup Language or YAML ain't Markup Language, and it is a data serialization language used to write configuration files. But what is data serialization?? Data Serializatio…
You can follow below - 1. You will need to create data template for the object(s) for which you want to backup the data. 2. Once you create the template, you can create a deployment which will create the dataset. 3. This particular deployme…
Here are some best security practices for AWS RDS: Encrypting data at rest and in transit: Use encryption for data stored in RDS instances and encrypt data as it moves between instances and clients. …
GitHub Actions GitHub Actions is a CI/CD platform that allows developers to automate software development workflows, such as building, testing, and deploying code. It integrates with GitHub and provid…