In this blog we will write python script using boto3 which will set retention policy for all existing log groups which are already created in the account at one go.PrerequisiteAn AWS Account An IAM User with:AWS Management Console access to verify your EC ...
List,Create And Delete S3 Buckets Using Python Boto3 Script
In this blog we are going to create python script to list, create and delete S3 buckets using boto3.Table Of ContentPrerequisite.Create S3 Bucket And Attach Tags.List All S3 Buckets.Delete S3 Bucket If No Objects Exists.PrerequisiteAn AWS Account An IAM U ...
Stream AWS EC2 Logs To CloudWatch Using CloudWatch Agent Wizard
If you need one place to store and manage your AWS logs, look no further than Amazon CloudWatch. CloudWatch is a handy feature that helps with event correlation and is critical in maintaining visibility within your technical infrastructure.Since Elastic C ...
Automate JSON File Processing From S3 Bucket And Push In DynamoDB Using Lambda
Learn how to automate JSON file processing with AWS Lambda. This guide covers reading JSON files from AWS S3 and pushing data into DynamoDB, complete with best practices and real-world examples.
Automate CSV File Processing From S3 Bucket And Push In DynamoDB Using Lambda
Learn how to automate CSV file processing with AWS Lambda. This guide covers reading CSV files from AWS S3 and pushing data into DynamoDB, complete with best practices and real-world examples.
AWS Architecture Diagram As Code Using Python
Discover how to create and automate AWS architecture diagrams using Python and Graphviz. Learn step-by-step guides, best practices, and real-world examples for efficient AWS visualization.