How-to install AWS cli
Commands to Install AWS CLI - standalone mode
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
./awscli-bundle/install -b ~/bin/aws
After installing AWS CLI, configure it using the aws configure command
aws configure
AWS Access Key ID : AKIAIOSFODNN7EXAMPLE
AWS Secret...
AWS to Azure – Migration
Ecco le principali differenze tra i due ambienti Cloud
In questo How to si cercherà di spiegare come migrare un sistema Ubuntu (al momento per RedHat non vi è uno script certificato...
AWS – Lambda cron schedule examples
Rate expression
rate(Value Unit)
Where:
Value can be a positive integer.
Unit can be minute(s), hour(s), or day(s).
For example:
Example
Cron expression
Invoke Lambda function every 5 minutes
rate(5 minutes)
Invoke Lambda function every hour
rate(1 hour)
Invoke Lambda function...
Scheduling EBS Snapshots – Part 2
From Serverless.com
By the end of this post, you’ll have daily backups of your EBS volumes retained, and pruned after a number of days you choose. We’ll build two Lambda functions; one...
Scheduling EBS Snapshots – Part 1
From Serverless.com
Set Up IAM Permissions
Before we write the code, we need to make an IAM role called ebs-backup-worker. You do this with either the Management Console or the aws cli, but...
AWS – VM Import/Export Prerequisites
VM Import/Export Prerequisites
Before you begin the process of exporting a VM from your virtualization environment or importing and exporting a VM from Amazon EC2, you must be aware of the operating...
AWS – Setting Up AWS Management Portal for vCenter
Setting Up AWS Management Portal for vCenter
When you set up the management portal, you enable users in your organization to access your AWS resources. The process involves creating accounts, setting up...
AWS – vCenter integration using AWS Connector
You can launch an EC2 instance from a virtual machine that you migrate from VMware vCenter to Amazon EC2. You'll use the AWS Connector for vCenter to migrate your virtual machines...