The amazon-web-services tag has no wiki summary.
0
votes
1answer
95 views
How do I configure a Netgear FVS336g for use with Amazon VPC?
I think it should be possible to create an IPSec tunnel between a Netgear FVS336Gv2 firewall/router and AWS VPC. I've been unable after several tries. Can anyone confirm that this is workable and, ...
0
votes
1answer
22 views
Error while installing Sugar CRM
I am installing SugarCRM using sugarcrm-CE-6.4.2-linux-installer.bin file on a AWS ubuntu machine. But, I start getting these errors -
Unable to create symbolic link ...
0
votes
1answer
79 views
Installing SugarCRM on AWS machine
I am installing SugarCRM using sugarcrm-CE-6.4.2-linux-installer.bin file on a AWS ubuntu machine. This machine already has apache, will that instance be affected by SugarCRM intsaller?
1
vote
1answer
64 views
Bahamut IRCD on Amazon EC2
I'm trying to run the Bahamut IRCD on my Amazon Linux AMI EC2 instance. I've opened the appropriate ports in my security group, but any attempt to telnet those ports (6667-6669) gets a "connection ...
2
votes
2answers
169 views
How to setup EC2 spot instances with elastic IP? [closed]
I would like to set up an EC2 spot instance with an elastic IP. Here's the catch: if a spot instance is interrupted and resurrected later,
Is the ip reassociated to the new instance?
Am I billed for ...
1
vote
1answer
173 views
DynamoDB pricing
I read through the DynamoDB pricing page and I'm a little confused about their free usage tier. Let's say a developer want's to get started on DynamoDB and he gets 100MB of free storage + 5 writes and ...
2
votes
1answer
196 views
using ZFS and local hard drives as a cache for a remote iSCSI SAN
This is purely theoretical idea, i dont plan on doing this any time soon, but could you use Local hard drives as a kind of Cache to remote drives stored on Amazon EC2, shared to a user via iSCSI?
The ...
1
vote
5answers
242 views
What can cause a MAC Address to change?
I would like a summary of common scenarios that can cause a MAC address to change?
Does hopping on a new network give you a new MAC?
Does installing a new network device (e.g. WiFi card) cause a ...
2
votes
1answer
244 views
Lost sudo/su on Amazon EC2 instance
I have an Amazon EC2 instance. I can login just fine, but neither "su"
nor "sudo" work now (they worked fine previously):
"su" requests a password, but I login using ssh keys, and I don't
think ...
0
votes
1answer
178 views
How to get the key ID from a .pem openssl file?
I have a .pem private key generated by openssl.
How to extract the key ID from it?
Edit: the generated rsa keypair is for Amazon cloudfront. When uploaded on the console, a 'Key ID' is displayed. ...
0
votes
0answers
119 views
I can't resolve s3 dns from time-to-time
I'm using the .net SDK to talk to S3, but too often I get the following exception:
The remote name could not be resolved: 's3.amazonaws.com'
I'm using the two standard OpenDNS DNS servers, and ...
2
votes
2answers
198 views
Git push from windows pc to aws ec2 machine fails
I've followed the steps in this tutorial:
http://cuppster.com/2011/05/12/diy-node-js-server-on-amazon-ec2
but when I came to the step "push our local code changes to the remote repository" I got an ...
2
votes
1answer
179 views
Get a fixed dns for an ec2 instance
I want to use an ec2 instance just to do work on some personal programming and text processing projects in the cloud (from an ssh terminal) rather than on a desktop. I don't always need access to the ...
1
vote
0answers
93 views
Modify RDS instance size cause any downtime?
If I modify a production RDS instance to increase the instance size due to load issues, is that a safe operation and will it cause any downtime?
0
votes
1answer
648 views
Adding Webmin to Bitnami Lamp Stack
I'm running Bitnami on my free tier amazon
bitnami-lampstack-3.0.6-0-linux-ubuntu-10.04-ebs (ami-aa8cf5f8)
Description: BitNami Lampstack 3.0.6-0 EBS AMI
Status: available
Platform: Ubuntu
Image ...
2
votes
1answer
254 views
Transfer file to Amazon S3 from web server
How do I transfer a tarball from my web server (e.g. http://example.com/backup.tar.gz) to an Amazon S3 bucket? Do I have to download it locally and upload it?
2
votes
1answer
116 views
Zip Multiple Text Files from Multiple Directories into One ZIP File in One Command in Bash
I have an account on AWS and I use S3 for storing data. I have commands that will enable me to zip data files like so:
data.zip s3_dir/level-1/level-2/*/*/data.txt
But there are, say, 50 or more ...
2
votes
1answer
364 views
Create VPN access to my house with Amazon?
Is it possible to create a VPN that could support multiple connections with TCP/IP using a VPN created in Amazon's cloud? I've been reading about http://aws.amazon.com/vpc/ but I keep getting the ...
0
votes
2answers
146 views
Should I, and how do I, backup my database for a web application that is hosted on an Amazon EC2 server?
I set up Amazon EC2 instance using the Ubuntu server edition, and I installed the LAMP stack on it. I did up a PHP web application running on MySQL. I have tested the web application on Amazon EC2, ...
2
votes
2answers
715 views
Using Amazon EC2 as a webserver with a specific IP address
I'm trying to create a personal/professional website within a college domain. From the university I've requested a static IP address which is directed to this website name: ...
3
votes
2answers
754 views
Amazon S3/Cloudfront backup software for windows
Is there any (free?) backup solutions for Amazon Cloudfront / S3 out there that features scheduling in windows?
2
votes
2answers
3k views
Mounting an Amazon EC2 instance on Mac OS X
I've got public key authentication working between my Mac OS X and an Amazon EC2 instance so that from the command-line I can just type the following and it works:
ssh root@[IPAddressOfEC2Instance]
...
3
votes
1answer
499 views
Are whole VM images backed up on Amazon EC2/S3?
I've been trying to get my head around Amazon Web Services as a VPS provider. My understanding is a EC2 instance running Windows is basically a Windows VM, very similar to renting a VPS from a more ...
3
votes
2answers
1k views
10
votes
5answers
2k views
Time machine backup on S3
Is there any possibility to use Amazon S3 for Mac OS X time machine backups?
Or in other words: Use S3 rather an external hard disk for time machine backups?
44
votes
18answers
17k views
Best Amazon S3 File Manager Utility?
Ever since I started using Amazon's S3 service I've been struggling to find a good solution for simple file management, without having to write my own app to browse my buckets, upload and delete ...