22nd March 2024

How to Upload Large Files to AWS S3 without Putting Pressure to Your Backend Server (Node.js Example)

If you know how to use an AWS S3 signed URL to upload files directly from the UI, then there’s no reason to read it. You already got this. Amazon Web Services (AWS) S3 is one of the most popular services offered by AWS. It is used to store files. it’s just like a big hard disk, where you make your folder and keep files. They offer SDKs, and APIs to upload files from your applications. After working with multiple developers, I have seen a tendency for them to somehow end up involving their backend server for upload operations. First, […]
11th March 2024

What is aws Redis?

AWS offers two fully managed services to run Redis and Redis Enterprise Cloud (Pay-as-you-go) in AWS Marketplace. Redis Enterprise Cloud is a fully managed cache and database-as-a-service for real-time use-cases offered by the creators of Redis. Amazon MemoryDB for AWS Redis is a AWS Redis-compatible, durable, in-memory database service that delivers ultra-fast performance. Amazon ElastiCache for AWS Redis is a fully managed caching service that accelerates data access from primary databases and data stores with microsecond latency. Furthermore, ElastiCache also offers support for Memcached, another popular open source caching engine. To learn more about turbocharging your applications with Amazon ElastiCache for Redis, check out this online […]
11th January 2024

What is AWS Fargate?

AWS Fargate is an Amazon Elastic Container Service (ECS) compute engine that enables you to run containers without needing to create, manage and scale clusters of. Amazon Web Services (AWS) is Amazon’s cloud-based computing platform. AWS services may provide a company with capabilities like database storage, computational power, content distribution, and other user-friendly functions. to assist firms in growing and performing better AWS is divided into 25 worldwide regions, each of which has various availability zones and its own server. Users can select geographical restrictions for their services by using these separated regions. AWS has a significant server capacity and controls 31% of […]
6th January 2024

Lambda vs. Fargate: Deciding the Best AWS Serverless solution for your API

When talking about Serverless solutions on AWS Environment, Lambda and Fargate are the most popular. But the question remains: which aligns best with your specific requirements, and which offers greater cost-efficiency? What are the pros and cons? This article delves into various crucial aspects to help you make an informed decision tailored to your context. Lambda vs. Fargate Costs comparison I chose to delve into the cost aspect first, acknowledging its criticality for the majority of users. Given that costs fluctuate based on individual use cases, I highly advise conducting a personalized calculation for your specific needs. Despite this variability, […]
21st August 2023

Amazon Web Services – WorkMail

Amazon WorkMail was formerly known as Zocalo. It is a managed email and calendaring service that runs in Cloud. It provides security controls and is designed to work with your existing PC and Mac-based Outlook clients including the prepackaged Click-to-Run versions. It also works with mobile clients that speak the Exchange ActiveSync protocol. amazon Web Mail Its migration tool allows to move mailboxes from on-premises email servers to the service. It works with any device that supports the Microsoft Exchange ActiveSync protocol, such as Apple’s iPad and iPhone, Google Android, and Windows Phone. How to Use Amazon WorkMail? Step 1 − Sign […]