ec2-create-instance-export-task {instance id} -e vmware -f vmdk -c ova -b {bucket name} Source: Exporting Amazon EC2 Instances – Amazon Elastic Compute Cloud
Tag: AWS
Start virtual machine from ova file stored in AWS S3 as new EC2 instance
aws ec2 import-image –cli-input-json “{ \”Description\”: \”Instance Name\”, \”DiskContainers\”: [ { \”Description\”: \”First CLI task\”, \”UserBucket\”: { \”S3Bucket\”: \”S2-BUCKET-NAME\”, \”S3Key\” : \”FILENAME.ova\”}}]}”
Integrate Amazon SQS Messaging with Spring
http://nevado.skyscreamer.org/quickstart.html
change max_allowed_packet (or any arbitrary DB parameter group value) in Amazon RDS from commandline
This task sounds to be quite easy, but because the AWS Management Console does not allow the manipulation of parameter group values, you have to go the way using the API from your commandline (or from wherever you want). This post will explain how to do it in your console using the API tools from… Continue reading change max_allowed_packet (or any arbitrary DB parameter group value) in Amazon RDS from commandline