Displaying 10 results from an estimated 10 matches for "amazonwebservices".
2009 Dec 09
1
Probando R en el EC2 de Amazon (ligeramente OT)
...n es, esencialmente, de hardware
y software. Aparentemente, uno puede crear "configuraciones" con su
sistema operativo y programas favoritos, etc. Cada configuración es un
"AMI" identificado con una clave.
Por ejemplo, hay (al menos) un AMI con R instalado:
http://developer.amazonwebservices.com/connect/entry.jspa?externalID=2053
No sé si alguien en la lista estaría interesado o conocería a alguien
interesado en crear un AMI con, por ejemplo, Epilinux u otra
distribución "con todo dentro"... ¡o publicitarla, si existe!
Un saludo,
Carlos J. Gil Bellosta
http://www.datanal...
2010 Apr 26
2
trouble with xenserver and xfs (soft lockup - CPU#0 stuck for 61s!)
Hi everybody,
i hope that i'm on the right mailing list. I'm having some trouble with
xfs and xen. We are running the newest xenserver version with ha on dell
servers and a dell equalogic.
I set up a fileserver (debian lenny 2.6.29-xs5.5.0.17) with one ext3
partiton for the os and one xfs partition for the data. Two webserver
are using this fileserver with nfs.
Now i run the second
2009 Jun 03
1
Adding an 'official' CentOS image to the Amazon EC2(Electronic Compute Cloud)
Sorry for not replying to this earlier, I just saw this thread because of
the newsletter. We have had CentOS Images running in the cloud since
09/06/2007, and there have had a public script out for it, you can check us
out in the Amazon catalog here:
http://developer.amazonwebservices.com/connect/entry!default.jspa?categoryID=208&externalID=1901&fromSearchPage=true.
This also has a build script here:
http://s3.amazonaws.com/rightscale_scripts/CentOS5_2V4_0_2_Beta.sh, if you
want to roll your own. If anyone needs any help or has any question on this
shoot me an email. Als...
2008 Jul 18
0
Web crawler - spider and Amazon Web Servces (AWS)
I need to create a web crawler and the closest thing to a tutorial
I''ve found so far is this article:
http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1182
wich I think I found via RubyInside or some blog.
It uses some of Amazone Web Services, mainly SQS, but this would be my
first time outsourcing a process to a third party and I would like to
know if someone in the group has experience with AWS and what they
t...
2012 Dec 25
0
root device for CentOS AMI would be /dev/sda1?
...ketplace!
However, I have noticed a problem on a swap device
when I launch a m1.small instance with the official AMI.
AWS prepares two local storages for m1.small and c1.medium;
one is for 160GB instance store storage, and the other is for a storage for the swap space,
described in:
http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/InstanceStorage.html#InstanceStoreDeviceNames
I assume that the root device name of the officail CentOS AMI is /dev/sda prevents to recognize
/dev/sda3 prepared by AWS.
How about to think to switch the root device from /dev/sda to /dev/sda1
on the official CentOS AMI...
2007 Oct 24
1
how to limit Amazon S3 access to my app's pages only (i.e. no hot-linking) ?
Hey there,
I want to stream my app''s media from Amazon S3. I''ve gotten the
basics down, having uploaded files, set their permissions for public
access, and now can use their S3 URLs wherever I need them.
My question is this: can I restrict access to my S3 files to only
within the context of the pages that my application serves? I want to
avoid people just looking at the
2009 Feb 18
1
Asterisk on the Cloud With a Click - pre-built Asterisk Amazon EC2 instance
Asterisk-users,
Our two-part tutorial explaining how to use VoIP and Asterisk in
Amazon?s Elastic Compute Cloud (EC2) has garnered quite a bit of
attention. But due to the time required to complete the many steps
needed to get up and running, some of you have asked if it is possible
to create a much simpler to install ?pre-built? Asterisk EC2 ?instance.?
In short, yes it is. And we?ve
2006 Apr 11
7
Offering downloads only to registered users
I''m writing an app for a blood exam center, where people can go and check
the results without going physically there. The customers log in the system
and a pdf download is offered to them. The downloads though will not be
stored in the db but in the filesystem.
How can I allow people to download files only if they''re authorised? I
obviously can''t store all the files in
2010 Aug 09
5
Paperclip - Amazon S3 - https
I am able to use Paperclip to save files to Amazon''s S3 storage. Once
saved, the files are available using a URL associated with the bucket
and filename.
I have not been able to find a good tutorial which clearly explains
how to save a file to S3 (using Paperclip) whereby it can only be
retrieved using https, and only for a limited time period (which I
understand is a function of S3).
2009 Jul 18
15
large file download, timeout?
Hi. I''m a beginner, but I have a basic puppet setup working. I am
doing a manual tarball installation and it seems to be hanging then
eventually timing out on just downloading the file:
file { "/opt/hadoop-0.20.0.tar.gz":
source => "puppet:///hadoop020/hadoop-0.20.0.tar.gz"
}
I have another module that does the same things and works, my only guess