In this tutorial, we will walk through the steps to clean up inactive task definitions in the ECS service in all AWS regions.
How to set a CloudWatch Logs Retention Policy for all log groups
In this blog post, we will look at how to set a CloudWatch Logs Retention Policy for all log groups in an AWS region using Python and Boto3.
Clean up unused Elastic IP addresses across all AWS Regions
In this blog post, we will show you how to create a Python script using the AWS Boto3 library to delete all unused EIPs across all AWS regions.
Clean up Unattached EBS Volumes across All AWS Regions
Learn how to delete unattached EBS volumes in all AWS regions with Boto3. Follow our step-by-step guide to set up your environment and run the Python script.
Clean up unused EC2 keypairs in all AWS Regions
In this guide, we’ll walk through how to use a Python script with Boto3 to find and delete all unused Amazon EC2 keypairs across all AWS Regions.
Clean up unused security groups in AWS
In this tutorial, we’ll show you how to use Python and the boto3 library to find and delete unused security groups in a single AWS Region.
How to find unused security groups in AWS
This blog post will show you how to find unused Amazon EC2 security groups in a single AWS region using a Python Boto3 script.
Download Tweets By Keywords, Mentions, Or Hashtags Using PHP
Data plays an important role in an online business. People are always looking for data in order to build their business strategies. Twitter is a…
The post Download Tweets By Keywords, Mentions, Or Hashtags Using PHP appeared first on Artisans Web.
Twitter API – Like And Retweet A Tweet Using PHP
Recently while working on a client’s project, we came across a situation where the client wants to like and retweet all tweets from a specific…
The post Twitter API – Like And Retweet A Tweet Using PHP appeared first on Artisans Web.
Send Your Contact Form 7 Entries to Google Sheets
Contact Form 7 is one of the most popular WordPress plugins. Over 5+ million users are using this plugin on their website. This plugin can…
The post Send Your Contact Form 7 Entries to Google Sheets appeared first on Artisans Web.