You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository provides a deployable solution using Infrastructure-as-Code (IaC) templates with AWS CloudFormation to help you automate the configuration of AWS IAM Identity Center integration with external AWS accounts using SAML 2.0.
IAM User Management Automation Tool Automate AWS IAM user management tasks using Python and boto3. This tool streamlines creating, tagging, and managing IAM users, policies, and groups. Ideal for DevOps, sysadmins, and cloud engineers looking to enhance their AWS IAM automation skills.
This repository contains a Bash script that automates the creation of several AWS resources to set up a notification system triggered by changes (create or delete actions) in an S3 bucket. This system utilizes AWS services such as IAM, S3, Lambda, and SNS to implement an integrated solution.
AWS IAM Automation Scripts using Python and boto3. Automate IAM user creation, policy management, and group operations to enhance cloud security and operational efficiency. Streamline IAM tasks with structured CSV input and Python scripts.
A simple web application hosted on AWS. A static web app that renders "Hello World." And add functionality to the web app so the displayed text is based on the custom input provided.
This repository provides an example implementation of creating a private S3 bucket and accessing it via a CloudFront distribution using an Express server. The server makes an API call to obtain a signed URL with a 5-minute expiry time to an image file uploaded on the S3 bucket.