» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with S3 + ec2

Aleksey Aristov : Weblog

"Cloud Studio with OSGi support is finally out. Now it is possible to upload your bundles into S3 based bundle repository and create an instance profile (similiar to "Run Configuration" in Eclipse). After profile is created, an EC2 instance that hosts OSGi framework with required bundles can be launched." - late with this, but it's interesting nonetheless.

Eclipse: del.icio.us/tag/eclipse

Panda

Panda is an open source solution for video uploading, encoding and streaming.

opensource: del.icio.us tag/opensource

Setting up on EC2

Thanks to my friend Dustin, and his EC2 demo using Elasticfox Firefox Extension for Amazon EC2 I got an EC2 image setup. With other references Link 1,Link 2,Link 3 I was also able to create my own AMI.

Some notes specific for my configuration.

Pre-config ElasticFox key for launching directly from ElasticFox SSH connections.

mkdir ~/ec2-keys
mv ~/Downloads/elasticfox.pem ~/ec2-keys/id_elasticfox
chmod 600 ~/ec2-keys/id_elasticfox
chmod 700 ~/ec2-keys/
ssh -i /Users/rbradfor/ec2-keys/id_elasticfox root@ec2-99-999-999-999.compute-1.amazonaws.com

Installed Software.

apt-get update
apt-get -y autoremove
apt-get -y install apache2
apt-get -y install mysql-server
# Prompts for password (very annoying)
apt-get -y install php5
apache2ctl graceful
echo "Hello World" > /var/www/index.html
echo "” > /var/www/phpinfo.php

Configuration to save AMI.

scp -i ~/ec2-keys/id_elasticfox ~/ec2-keys/id_elasticfox pk-CHK7DP4475BWUKIUF4WFDIW3VMYDYOHQ.pem cert-CHK7DP4475BWUKIUF4WFDIW3VMYDYOHQ.pem root@ec2-99-999-999-999.compute-1.amazonaws.com:/mnt
ec2-bundle-vol -d /mnt -c cert-CHK7DP4475BWUKIUF4WFDIW3VMYDYOHQ.pem -k pk-CHK7DP4475BWUKIUF4WFDIW3VMYDYOHQ.pem -u AccountNumber -r i386 -p ubuntu804_lamp
ec2-upload-bundle -b rbradford_804_lamp_ami -m /mnt/ubuntu804_lamp.manifest.xml -a AccessID -s SecretKey

MySQL: Planet MySQL

Chris Richardson

Author of "POJOs in Action" and the "CloudTools" plugins for Grails and Maven

POJO: del.icio.us/tag/pojo

cloudtools - Google Code

Cloud Tools is a set of tools for deploying and testing Java EE applications on Amazon's Elastic Computing Cloud (EC2).

Maven: del.icio.us/tag/maven

Storage Space, The Final Frontier

Amazon Web Services Blog: Storage Space, The Final Frontier. Exciting and significant stuff. Create persistent volumes on S3 and mount them in your EC2 instances. Use them for file storage, EC2 backups, and of course data file space for your relational database. Together with the recently announced fixed IP addresses for EC2 instances, this stuff is becoming really hot.

WakkaWiki: mornography.de

Page 1 | Next >>