Skip to content

Manuel Baumann

  • home
  • articles
  • about

Tag: AWS

Export running virtual machine to ova file

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

Published December 1, 2015
Categorized as Linux, Software Tagged AWS, EC2, S2

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\”}}]}”

Published November 20, 2015
Categorized as Linux, Software Tagged AWS, EC2, S2

Integrate Amazon SQS Messaging with Spring

http://nevado.skyscreamer.org/quickstart.html  

Published March 29, 2013
Categorized as Software, Web Tagged AWS, cloud

change max_allowed_packet (or any arbitrary DB parameter group value) in Amazon RDS from commandline