#90daysofdevops-chanllenge
Read more stories on Hashnode
Articles with this tag
We can create a variable.tf file which will hold all the variables. variable "filename" { default =...
What is Terraform? Terraform is an infrastructure as code (IaC) tool that allows you to create, manage, and update infrastructure resources such as...
Ansible ad hoc commands are one-liners designed to achieve a very specific task they are like quick snippets and your compact Swiss army knife when...
What is ECS? ECS (Elastic Container Service) is a fully managed container orchestration service that Amazon Web Services (AWS) provides. It allows...
Python day-to-day tasks Tasks Create a Dictionary in Python and write it to a JSON File simply create a dictionary in Python and convert this Python...
Git Stash: Git stash is a command that allows you to temporarily save changes you have made in your working directory, without committing them. This...