#2articles1week
Read more stories on Hashnode
Articles with this tag
Infrastructure as code has become a go-to process to automatically provision and manage cloud resources. AWS provides two options for infrastructure...
When I started with Terraform learning, I was mostly writing independent files for each of the resources which needs to be provisioned. After few...
Terraform code is written in a language called HCL in files with the extension .tf. It is a declarative language, so your goal is to describe the...
When you create any resources in AWS, by default it will be accessible to the Internet. Anyone with internet access can see the resources and interact...
Amazon EventBridge is a serverless event bus service that you can use to connect your applications with data from a variety of sources. Events are...
Learning Kubernetes · Kubernetes is an open-source tool for automating deployment, scaling, and management of containerized applications. Developers...