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 […]
20th July 2023

From A to Z: The History of the Amazon Logo

From its humble origins in Jeff Bezos’ garage to its place as the 2nd largest company in the world, Amazon’s rise to prominence is one of the most iconic stories of the Information Age. Equally iconic is the Amazon logo. As the company has evolved, the Amazon logo has given us a unique visual record of its journey. Culminating in the design we all know and love today: the legendary Amazon Smile. As far as famous brands go, Amazon is up there with the best of them. Let’s plunge into the Amazon logo story to uncover its history, symbolism, and meaning. We’ve included […]
15th November 2022

AWS AppSync

AWS Amplify is a complete solution that lets frontend web and mobile developers easily build, ship, and host full-stack applications on AWS, with the flexibility to leverage the breadth of AWS services as use cases evolve. No cloud expertise needed. GraphQL APIs built with AWS AppSync give frontend developers the ability to query multiple databases, microservices, and APIs from a single GraphQL endpoint.  Serverless GraphQL and Pub/Sub APIs AWS AppSync allows your applications to access exactly the data they need. Create a flexible API to securely access, manipulate, and combine data from multiple sources. Pay only for requests to your […]
13th September 2021

Amazon Aurora

Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud that combines the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open source databases. Amazon Aurora is up to five times faster than standard MySQL databases and three times faster than standard PostgreSQL databases. It provides the security, availability, and reliability of commercial databases at 1/10th the cost. Amazon Aurora is fully managed by Amazon Relational Database Service (RDS), which automates time-consuming administration tasks like hardware provisioning, database setup, patching, and backups. Amazon Aurora features a distributed, fault-tolerant, self-healing storage system that auto-scales up to […]
18th August 2021

Introduction to Amazon DynamoDB

DynamoDB is a key-value, NoSQL database developed by Amazon. It’s unlike some other products offered by Amazon and other vendors in that it’s not just an open-source system, like Spark, hosted on the vendor’s platform. How does DynamoDB work? DynamoDB looks just like JSON, with the one difference being that each JSON record must include the record key. That has the advantage that it lets you do updates on a record. In a JSON database, like MongoDB, you cannot update records. Instead, you must delete them then add back the changed version to affect the same change. DynamoDB also lets you work with […]