Blog Posts

Discover what’s trending in Technology & Culture.

Automate resources with CloudFormation

Automate resources with CloudFormation

A powerful tool provided by Amazon Web Services (AWS), CloudFormation enables users to provision and manage cloud services using code. It makes it easier to define infrastructure with templates that describe how various resources such as RDS databases, S3 buckets, and...

read more
OCR Application on EC2 Servers

OCR Application on EC2 Servers

OCR stands for Optical Character Recognition, this technology enables the conversion of different types of documents into editable and searchable data. This blog provides a step by step procedure on a small part of the application on EC2 servers. It highlights the...

read more
Reset passwords and SSH keys on EC2 instances

Reset passwords and SSH keys on EC2 instances

Overview: This document provides a comprehensive guide for resetting passwords and SSH keys on EC2 instances using AWS Systems Manager (SSM). It outlines step-by-step instructions to ensure a seamless and secure process for managing access credentials across multiple...

read more
Serverless File Processing with AWS

Serverless File Processing with AWS

Serverless architecture is a method of developing and deploying applications and services without needing to manage infrastructure. Developers can focus on their main product instead of worrying about managing and operating servers or runtimes in the cloud or...

read more