AWS for Non-Engineers If you are a UX/UI designer, product manager, front-end engineer, executive, or just someone who wants to build an AWS cloud vocabulary and better understand what your technical team is talking about - this book is for you...
Easy way to enforce and test Least Privilege AWS IAM Policy It is hard to count how many times I saw companies grant AdministratorAccess to developers and partners. I know you trust them, but...
Solutions Architect's Handbook Writing is hard, and writing books is even more challenging. Every time I read a book, I appreciate an enormous effort made by an author or group of authors...
How to transform data with Amazon SageMaker Data Wrangler Data transformation is a process in machine learning that involves converting raw data into a suitable format for model training and analysis. It's akin to preparing ingredients before cooking a meal - the better the preparation, the tastier the final dish...
How to build training datasets using SageMaker Ground Truth Amazon SageMaker Ground Truth is a fully managed data labeling service that helps you build high-quality training datasets for your machine learning models. It simplifies the process of labeling images, videos, and text data, making it easier to train accurate and reliable models...
Cloud migration strategies When organizations face decisions about legacy or outdated resources, they typically have seven strategic options. These options generally fall into three main categories: keep-as-is, lift-and-shift migration, and cloud-native transformation...
How to separate public and management traffic on AWS EC2 When industry or certification security requirements demand that no ports except 443 be opened on public subnets, but your application needs other ports accessible to work properly, or you need to SSH to the instance to perform maintenance/troubleshooting activities. Can it be done?...
How to share files between 10,000 servers using AWS Elastic File System If your company is working on a product that processes files by multiple servers or the files must be accessible by your cloud and on-premises resources, then Amazon Elastic File System (EFS) is a powerful solution to optimize your infrastructure...
How to consolidate all AWS accounts and enforce unified restrictions with AWS Organizations Managing multiple accounts and resources can become increasingly complex as your AWS environment grows and scales. On February 27, 2017, AWS launched Organizations, which became widely popular across many business types and sizes...
How to improve cloud security with AWS Client VPN in 10 minutes Many organizations rely on AWS Security Groups to manage access to private resources. However, most risk-ignorant organizations provide overly optimistic access, such as allowing connections from any IP address (0.0.0.0/0). This approach is often adopted to avoid the administrative burden of updating IP addresses whenever users