Oct 13Automating AWS S3 Bucket Policy to multiple bucketsIntroduction: Managing permissions and security for your AWS S3 buckets is crucial. In this blog post, we will explore how to automate the application of a specific bucket policy to a list of S3 buckets using the AWS Command Line Interface (CLI) and a Bash script. …S32 min readS32 min read
Oct 8Create AWS Lambda Layers for Python PackagesIn this blog we will be creating a Lambda Function Layer in Python Without Using EC2 Using CloudShell To use external Python libraries with AWS Lambda functions that are not included by default, you can create a Lambda Layer that contains the necessary libraries and then attach that layer to…AWS6 min readAWS6 min read
Sep 3PART-B AWS AMI Automation using (SSM) Systems Manager Automation service Automating the Creation and Management of Amazon Machine Images (AMIs)PART-A LINK Steps to be performed by this automation: Step 1. Create an Amazon Machine Image (AMI) from the provided instance ID Step 2. Update the existing launch template version using the AMI created in Step 1 Step 3. Start refreshing instances in the Auto Scaling group using the launch template Prerequisite Before you begin Complete the following tasks before you begin this example. Configure IAM roles for Automation, a capability of AWS Systems Manager. The Systems Manager requires an instance profile role and a service role ARN to process automation. …AWS3 min readAWS3 min read
Sep 2Simplifying AWS Glue Job Failure Notifications with SNS: A Step-by-Step Guide“Concerned about the status of your AWS Glue jobs and tired of constantly monitoring the job console for errors or success? In this tutorial, we’ll walk you through setting up a notification system that will alert you whenever your Glue jobs encounter failures or stop. Say goodbye to constant monitoring…Glue5 min readGlue5 min read
Apr 12Installing CronTab on Amazon Linux 2023 EC2Introduction: Hello! We encountered an issue while attempting to install crontab on Amazon Linux 2023 EC2 instances. Unfortunately, crontab is not available by default in these instances. This blog post will delve into the issue and provide a step-by-step workaround to successfully install crontab on Amazon Linux 2023 EC2 instances. …Linux2 min readLinux2 min read
Jan 15PART-A AWS AMI Automation using (SSM) Systems Manager Automation service Automating the Creation and Management of Amazon Machine Images (AMIs)Steps to be performed by this automation: Step 1. Create an Amazon Machine Image (AMI) from the provided instance ID Step 2. Create a launch template using the AMI created in step 1 Step 3. Start refreshing instances in the Auto Scaling group using the launch template Prerequisite Before you begin Complete the following tasks before you begin this example. Configure IAM roles for Automation, a capability of AWS Systems Manager. Systems Manager requires an instance profile role and a service role ARN to process automation. …AWS3 min readAWS3 min read
Jan 6Connect to OpenVPN in Linux (Ubuntu)with UIThis blog reference to OpenVPNLinux3 min readLinux3 min read
Jan 4AWS Lambda automation to get the EC2 and RDS details on EmailWe have received a requirement from my manager to obtain details of the following things via email without logging into the AWS console: the count of EC2, RDS instances details including start and stopped instances and the instances that were created in the past 7 days. …AWS4 min readAWS4 min read
Jan 4Part-III WhatsApp Business API deploy on AWS ECS in an unsupported regionBefore You Start You will need: To set up an AWS Account ID To create an AWS Key Pair To subscribe to a CentOS 7 Image To deploy in a supported region Set up an AWS Account ID You need to set up a valid AWS account and be familiar with working on AWS. WhatsApp provides CloudFormation templates for…AWS3 min readAWS3 min read
Jan 4Resolving IP Address Mismatch Issue in Autoscaling Groups: A Guide for Monitoring Tool Agents Example AppdynamicsThis blog is applicable for all monitoring tool agents installed on machines, such as AppDynamics, Telegraf, New Relic, etc.Appdynamics2 min readAppdynamics2 min read