5 Best Free Online Courses for AWS Certification Exams

AWS, the oldest public cloud provider, has become a highly sought-after technology skill due to its extensive services and innovative tools for deploying and migrating infrastructure. The demand for AWS Certified Professionals is expected to grow as cloud migration becomes a top priority for organizations. One of the most in-demand technical talents today is Amazon …

5 Best Free Online Courses for AWS Certification Exams Read More »

Exploring AWS X-Ray Tracing for Lambda Functions: A Step-by-Step Guide

we are going to delve into the world of AWS Lambda functions and how to enable X-Ray tracing. X-Ray tracing is a powerful tool that can help you gain insights into the performance and behavior of your serverless applications. By the end of this guide, you’ll be well-equipped to harness the capabilities of X-Ray for …

Exploring AWS X-Ray Tracing for Lambda Functions: A Step-by-Step Guide Read More »

Hands-on:set up a system that connects to this in-house system using SAML 2.0 for AWS access.

o implement the steps above using the AWS CLI, you will need to have the AWS CLI installed and configured. 1. Create a SAML identity provider in AWS. Here is an example of a SAML metadata XML file: 2. Create an IAM role for SAML 2.0 federation. aws iam create-role –role-name my-saml-role –assume-role-policy-document file://assume-role-policy.json The …

Hands-on:set up a system that connects to this in-house system using SAML 2.0 for AWS access. Read More »

Key Differences Between Customer Managed Keys (CMKs) and AWS Managed Keys for Server-Side Encryption

ustomer Managed Keys (CMKs) and AWS Managed Keys are both used for server-side encryption in AWS services, but there are key differences between them: In summary, the choice between Customer Managed Keys (CMKs) and AWS Managed Keys depends on your specific requirements. If you need more control, compliance, and customization over key management, CMKs are …

Key Differences Between Customer Managed Keys (CMKs) and AWS Managed Keys for Server-Side Encryption Read More »

How to automate Disaster Recovery with low costs for an e-commerce application using Boto3 and AWS CLI in AWS

In an e-commerce company’s AWS setup, there’s a three-tier application: a web front end, a backend application, and a database storing transactions and user data. The database currently runs on an extra-large instance with 128 GB of memory. To meet the company’s disaster recovery requirements: What solution should the Solutions Architect implement to meet these …

How to automate Disaster Recovery with low costs for an e-commerce application using Boto3 and AWS CLI in AWS Read More »

Scroll to Top