Amazon Macie: A Comprehensive Data Security and Privacy Solution

In today’s world of data-driven business, protecting sensitive data is of utmost importance for businesses and end users alike. Amazon Macie seeks to address this concern by providing a fully managed data security and data privacy service that uses advanced machine learning and pattern matching algorithms to discover and protect your sensitive data inside Amazon … Read more

AWS Amplify Fix: A deployment is in progress

In this Arcadian.cloud help article I’ll show you in this article how to quickly fix the error in AWS Amplify A deployment is in progress. Here’s the summary. There are two reasons this may occur. 1: something went wrong while running an amplify push, your terminal disconnected and the deployment-state.json file got left in the … Read more

A Comprehensive Guide to Amazon Chime: Features, Benefits, and Pricing

Amazon Chime

The world of work has changed significantly in the past few years, and the way we communicate, collaborate, and connect with one another has had to evolve as well. Enter Amazon Chime, a powerful and secure video and audio conferencing, messaging, and collaboration tool. Amazon Chime makes it easy to stay connected with colleagues, clients, … Read more

How to get your first AWS Certification

AWS SAM faster Development for Lambda

If you’re looking to break into the world of cloud computing, getting your first AWS certification is a great place to start. AWS, or Amazon Web Services, is the leading cloud platform and having a certification on your resume can open up a world of opportunities. Here’s a step-by-step guide on how to get your … Read more

ModuleNotFoundError: No module named ‘distutils.cmd’ [Fix ✔️]

I got this error today with AWS SAM: ModuleNotFoundError: No module named ‘distutils.cmd’, here is how I fixed it. Keep reading below for more details. Quick Fix for ModuleNotFoundError: No module named ‘distutils.cmd’ The issue for me was pip, which comes with distutils, wasn’t installed for python 3.9, which is what AWS SAM was trying … Read more