Статті

Attach new disk (EBS) to a running EC2 instance with LVM enabled

Assuming that you are familiar with LVM technology. Let's see how to attach a disk (EBS) to an...

Automated backup job using AWS Lambda

Yes, we can completely automate backup stuff in any AWS account using Lambda function.  How does...

Automating AWS Infrastructure and services

Infrastructure as a code is not something which I imagined when I started my career back in 2003....

Get started on AWS with this developer tutorial for beginners

As a modern developer, it is an essential skill to design and deploy applications to the cloud....

How To Configure AWS S3 CLI for Ceph Object Gateway Storage?

Ceph Object Gateway is an object storage interface built on top of librados to provide...

How to configure IAM user on your Linux machine to manage AWS accounts?

To configure IAM user on awscli, you need to set the privilege by executing use the following...

How to create AWS ec2 key using Ansible?

Step 1 – Install latest version of Ansible on Ubuntu Linux You must configure the PPA on your...

How to give access only to a folder inside s3 bucket for an AWS IAM user?

Grant Access to User-Specific Folders in an Amazon S3 Bucket – IAM Policy Create an IAM user. If...

How to install AWS command line interface (awscli) on Linux?

We can simply install awscli using pip. Pip is a package management system used to install and...

How to redirect non www request to www domain – AWS route 53?

It is really simple if, we do this with an s3 bucket.  In order to proceed, you must have enough...

Send AWS SES Email attachments using Mail_Mime and AWS SDK PHAR for PHP

AWS SES allows AWS users to send emails with attachment using PEAR Mail_Mime, it will generate /...

Simple way to migrate s3 buckets across AWS accounts

We can achieve this in different ways: Method - I Copy the content of s3 bucket to an EC2...

Steps to build a cPanel hosting environment on Amazon AWS

cPanel/WHM hosting environment on Amazon AWS cPanel is a Linux based web hosting control panel...