
Amazon Lightsail Log in failed – CLIENT_UNAUTHORIZED
When trying to login to Amazon Lightsail instance, I got the error Log in failed. If this instance has just

Copy files from one Amazon S3 bucket to another
Amazon S3 is a cheap object storage service from Amazon AWS. You can use aws-cli to copy files between S3

How to find Amazon S3 bucket size
To see the disk usage of an Amazon S3 bucket, do the following 1) Click on the bucket name 2)

Kubernetes scale a deployment
To scale a deploymenet in Kubernetes using kubectl, run Example See Kubernetes

Google Kubernetes Engine get credentials
Before you can run kubectl commands on Google Kubernetes Engine, you need to get credentials, this is done with command

Amazon Elastic Container Registry
Amazon Elastic Container Registry is used to store docker images in Amazon AWS cloud. To create a repository using awscli

AWS CLI list all IAM users
To list all IAM users in Amazon AWS from awscli, run Example See aws cli

Amazon Lightsail
Amazon Lightsail Log in failed – CLIENT_UNAUTHORIZED How to Delete an Amazon Lightsail server How to enable Snapshot (Backup) in

How to Migrate Amazon AWS RDS Database to another AWS account
This video shows how to transfer an Amazon RDS database (MySQL) from one AWS account to another.

Amazon EC2 disk resize No space left on device
On an Amazon EC2 instamce disk usage was full. I increased disk size on Amazone AWS console. But disk did

Mount Amazon s3 on Linux
To mount Amazon S3 bucket as a filesystem on linux, you can use s3fs. https://github.com/s3fs-fuse/s3fs-fuse To install s3fs on Ubuntu/Debian,

Amazon ECS
Amazon ECS is a container service from Amazon AWS Cloud. This allow you to run Docker containers in AWS cloud.