How to detect higher configration of Ec2 server launchedPython script for an AWS Lambda function that checks if any user is launching higher configuration of AWS resources:Jan 18, 2023Jan 18, 2023
How to check unused AWS Resources with lambda functionLambda function that can be used to check for unused AWS resources in an AWS account.Jan 18, 2023Jan 18, 2023
How to take backup of RDS MySQL database and store it in an S3 bucket:Python-based AWS Lambda function that can be used to take a daily backup of an RDS MySQL database and store it in an S3 bucket.Jan 18, 2023Jan 18, 2023
AWS SSO Automation with PythonAWS Single Sign-On (SSO) is a service that enables users to access multiple AWS accounts and applications with a single set of credentials…Jan 17, 2023Jan 17, 2023
AWS SDK (boto3) to read data from an S3 bucket and put it into a DynamoDB table:Note that this example assumes that the data file is a CSV with a header row and that the data types of the columns match the data types of…Jan 17, 2023Jan 17, 2023
How to compile html css and js folder with gulpGulp is a JavaScript task runner that automates repetitive tasks in web development such as minifying code, compiling Sass to CSS, and…Jan 17, 2023Jan 17, 2023
What is CloudShell? How to use CloudShell?CloudShell is a web based shell for command line based on Amazon linux 2 access to AWS Resources& It is launched on 15th Dec AWS ReInvent…Jan 3, 20212Jan 3, 20212
How to make AWS Ec2 instance Super secureEC2(Elastic Cloud compute) is very popular and basic level service in AWS that is mostly used by every AWS user. So I will discuss how we…Oct 6, 2020Oct 6, 2020
How to Serve Both Static and Dynamic Via CloudFront DistributionAs we know that CloudFront is Content Delivery Network. Basically it Cached you content over the Edge Location. when ever user request…Aug 25, 2020Aug 25, 2020
How to Rotate Access Keys for IAM Users(AWS)Every key in Organization should be rotated with in certain interval of time. Bcz any key that ie; access key ID and a secret access key…Aug 24, 2020Aug 24, 2020