AWS API Gateway provides a scalable and secure way to expose your APIs to external clients. To ensure secure access to your API Gateway endpoints, AWS recommends using AWS Signature Version 4 authentication. In this article, we'll explore how to authenticate and interact with an AWS API Gateway endpoint using Python, …
Read MoreAWS (Amazon Web Services) is a cloud computing platform that provides a wide range of services and infrastructure for businesses, developers, and end-users. It offers the ability to scale computing resources on-demand, minimize capital expenditures, and quickly deploy applications. However, as with any cloud computing …
Read MoreThis comprehensive AWS security checklist outlines the essential steps to secure your AWS environment and keep your data and applications safe. From enabling multi-factor authentication to monitoring security logs, this checklist covers the key security best practices you should follow to ensure a secure cloud …
Read MoreIn this blog, we will copy last 24 hours files from local windows server to AWS S3. Let's start to achieve this: Note: For this script, we need to install AWS CLI on local Windows machine and we need configure IAM user credentials with S3 get and put object permission. Step 1: Create IAM user and download the access …
Read MoreAmazon Connect now provides a new API to search for queues in your Amazon Connect instance. This new API provides a programmatic and flexible way to search for queues by name, description, or tags. For example, you can now use this API to search for all queues with "priority" in the description. To learn more about …
Read MoreBelow are the few announcements and launches of AWS services in AWS re:Invent. Analytics Introducing Amazon Redshift Serverless – Run Analytics At Any Scale Without Having to Manage Data Warehouse Infrastructure New capability makes it super easy to run analytics in the cloud with high performance at any scale. Just …
Read MoreIn this blog, we will create a script in AWS Lambda function which check the API status and send the mail to the recipient via AWS SES. Step 1: Open you AWS account. Step 2: Open IAM service console. Step 3: Create IAM policy for an IAM Role. Copy the below policy and paste it in your IAM policy. 1{ 2 "Version": …
Read MoreToday we will see how we can trigger lambda from SNS topic. Note: By this method you can broadcast same message to mutiple lambda and other AWS service. 1: create SNS topic: 2: create subscription in your topic, select lambda protocol and select your lambda function: 3: Now, when any application trigger SNS, then …
Read MoreToday, my customer came up with a requirment, where they want to do filtering and processing in customer emails. So, Let see how to acheive this we need to do the following this: 1: verify your domain in SES. Note: You have to select North Virginia region for this activity. 2: add MX record in your domain. 3: then we …
Read MoreIn this blog, Today we will create a script that will help us to copy latest files from FTP server and paste it to another server (FTP client server) using WinSCP Script. So, lets start the process. Step 1: For this, We first need to install WinSCP on our clinet server. To install WinSCP, Please click on the link. Step …
Read More