Aim: To automate AWS instance backup job with some retention period. Automated backup job using AWS Lambda. How to Automate AMI Backups & Cleanups, using AWS Lambda (Serverless)? Is it possible to automate AWS AMI creation and deletion using Lambda…
AWS
How to give access only to a folder inside s3 bucket for an AWS IAM user?
Sometime, you want this option to limit access to an s3 buckets from a particular IAM user. This can be done by adding custom policy on IAM user without changing any policies from bucket level. Scenario: You are AWS account…
How to install AWS command line interface (awscli) on Linux?
Install awscli Yeah, this should help you to manage many things from your Linux server or local machine. AWS supports command line interface tool. It’s package name is awscli. The package awscli is available in commonly using package manager like…
Simple way to migrate s3 buckets across AWS accounts
Is it possible to migrate S3 buckets over AWS account? Yeah, this can be done simply from your Linux machine. You can use the AWS command “aws s3” to migrate s3 buckets over AWS accounts. Prerequisite IAM user/s with privilege…