AWS Secrets Manager
In recent times, when you created a custom application and tried to get information from the database, you had to log in using the credentials to access that database directly…
Favourite tutorials for developers
In recent times, when you created a custom application and tried to get information from the database, you had to log in using the credentials to access that database directly…
Cloud Services are among the most in-demand services recently, with big organizations like Microsoft, Google, Amazon, Oracle driving the path for innovation development. Rather than depending on their own private…
AWS storage services are low-cost data storage with high durability and high availability. You also get the option to backing up information, archiving, and disaster recovery. In this blog post,…
Cloud computing is getting popular among industries around the globe. Now, most enterprises are moving towards cloud computing and expanding their infrastructure footprints in the Cloud. Amazon Web Services (AWS)…
Amazon CloudWatch and CloudTrail can be very easy to confuse with these two services. CloudWatch mainly monitors performance, whereas CloudTrail mainly monitors actions in your AWS environment. In this blog,…
Amazon API Gateway is an awesome service to use as an HTTP frontend. You can use it for building serverless applications, for integrating with legacy applications, or for proxying HTTP…
Most enterprises are moving towards the cloud and expanding their infrastructure. Cloud helps companies to share data anywhere around the world. As a result, cloud Security cannot be compromised in…
In this post, I will be covering Amazon Elastic Load Balancing (ELB). Its overview, features, and types. Elastic Load Balancing (ELB) is a load-balancing service for AWS deployments. It automatically…
AWS CloudFormation allows you to use programming languages or a simple text file to model and provision, in an automated and secure manner, all the resources needed for your applications…
One of the key criteria by which an application is judged is definitely the downtime.In this blog post, we’ll discuss Blue-Green Deployment, which leads to Zero downtime. Being developers, we…