Tag Archives: AWS

AWS Cloud Practitioner Guide

By | March 25, 2023

The AWS Cloud Practitioner Guide is a comprehensive introduction to the AWS Cloud platform, designed for those who are new to the world of cloud computing. This guide provides an overview of the AWS platform, its services and features, and how to use them effectively. In this blog post, we will provide a detailed guide… Read More »

How to manage Secrets in AWS

By | March 25, 2023

Here are some guidelines for secrets management in AWS that can help you ensure that your sensitive data such as DB credentials, API keys, and other secrets are properly protected. By following these guidelines, you can ensure that your sensitive data is properly protected and that you comply with security and compliance regulations.

Introduction to IaC using SAM and CloudFormation

By | March 25, 2023

AWS Serverless Application Model (SAM) is a framework for building serverless applications on AWS. SAM provides a simplified way of defining the Amazon API Gateway APIs, AWS Lambda functions, and Amazon DynamoDB tables needed by your serverless application. SAM also provides a command-line interface (CLI) for deploying and managing your serverless application on AWS. In… Read More »