Amazon Redshift identity federation with multi-factor authentication

By Dustin Ward

AWS FeedAmazon Redshift identity federation with multi-factor authentication Password-based access control alone is not considered secure enough, and many organizations are adopting multi-factor authentication (MFA) and single sign-on (SSO) as a de facto standard to prevent unauthorized access to systems and data. SSO frees up time and resources for both administrators and end users from…

Amazon SageMaker Named as the Outright Leader in Enterprise MLOps Platforms

By Dustin Ward

AWS FeedAmazon SageMaker Named as the Outright Leader in Enterprise MLOps Platforms Over the last few years, Machine Learning (ML) has proven its worth in helping organizations increase efficiency and foster innovation. As ML matures, the focus naturally shifts from experimentation to production. ML processes need to be streamlined, standardized, and automated to build, train,…

Rate Limiting Strategies for Serverless Applications

By Dustin Ward

AWS FeedRate Limiting Strategies for Serverless Applications Serverless technologies reduce the work needed to set up and maintain computing resources, provide built-in scalability, and optimize agility, performance, cost, and security. The pay-as-you-go model is particularly liberating for developers. You can fail fast, experiment more, and do it fairly cheaply. However, serverless brings its own challenges.…

Amazon Cognito is now available in the Middle East (Bahrain) Region

By Dustin Ward

AWS FeedAmazon Cognito is now available in the Middle East (Bahrain) Region Amazon Cognito is now available in the Middle East (Bahrain) Region. Amazon Cognito makes it easy to add authentication, authorization, and user management to your web and mobile apps. Amazon Cognito scales to millions of users and supports sign-in with social identity providers…

How to implement SaaS tenant isolation with ABAC and AWS IAM

By Dustin Ward

AWS FeedHow to implement SaaS tenant isolation with ABAC and AWS IAM Multi-tenant applications must be architected so that the resources of each tenant are isolated and cannot be accessed by other tenants in the system. AWS Identity and Access Management (IAM) is often a key element in achieving this goal. One of the challenges…

All Bash If Statements

By Dustin Ward

AWS FeedAll Bash If Statements Looking for a Bash scripting tutorial to learn various bash statements? Here’s the detailed tutorial on Bash If statements, let’s dive in! Bash If statements are quite useful to help you adapt the ways using which you can automate specific tasks. Bash If and Bash if-else statements allow people to make…