© 2023 Hashnode
#aws
Scale-out generally involves increasing the number of application instances and placing a load balancer in front of them. This approach presents challenges when using SignalR, as each instance will on…
Creating an S3 bucket First, login to your AWS account and go to the S3 dashboard. Click on the “Create Bucket” button to create a new bucket. Type in the bucket name and choose “Object Ownership” as ACL’s enabled. Uncheck “Block pu…
Introduction to the Cloud Cloud skills have become increasingly important in the IT industry due to the rapid adoption of cloud computing by organizations worldwide. Irrespective of your job role, hav…
In this article, we will learn how to create a Security Group, that enables SSH traffic through port 22 from a Managed Prefix List. The Managed Prefix List allows us to conveniently manage your public IP-addresses that can connect to our E…
What are the different types of cloud computing? There are three main types of cloud computing: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). Ia…
📍 Introduction: In this blog post, we will dive into Terraform providers, explore provider configuration and authentication, and practice using providers for platforms such as AWS, Azure, and Google …
Hello there, welcome to my new series of blog posts on the Gradle build system. Today, I chose to write on the Gradle because, to most of the new android app developers, Gradle is a block box, and the…
Gradle is a build automation tool that is used to build different applications, from mobile applications to microservices. Gradle provides a platform to build, test, and maintain the applications; moreover, if you are working on a multi-bui…
What are the Modules in Terraform Modules are reusable infrastructure configuration components in Terraform that can be used to group and organize collections of resources. In your Terraform codebase, they offer a means of producing reusabl…
In Terraform, when you define a resource block, it typically represents a single resource to be created. However, there are situations where you may need to manage multiple instances of the same resou…