Amazon Redshift is a fully-managed, petabyte-scale data warehouse service in the cloud. It allows you…
Category: aws
Python : ZIP file from an S3 bucket, split it into smaller ZIP files, and save those directly to the S3 bucket
user April 21, 2023 0 Comments on Python : ZIP file from an S3 bucket, split it into smaller ZIP files, and save those directly to the S3 bucket
To read a large ZIP file from an S3 bucket, split it into smaller ZIP files, and save those directly…
AWS Lambda : Export all AWS Lambda function with code in a single go using AWS CLI [For backup]
user March 29, 2023 0 Comments on AWS Lambda : Export all AWS Lambda function with code in a single go using AWS CLI [For backup]
To export all AWS Lambda functions in a single Go using AWS CLI, you can use the following steps: Install…
How to SSH or connect between two AWS EC2 instance ?
You can use the SSH command to connect to another AWS EC2 instance from the command line. Here are the…
How to read data from AWS Secrets Manager using Python ?
Python programmers can utilise the boto3 library, which is the AWS SDK for Python, to read data from AWS Secrets…