Tagged Questions
0
votes
0answers
33 views
How sync files with s3cmd to Amazon S3, check if sent and remove locally?
I'm trying to use Amazon S3 service to store logs from my applications.
Given /user/bin/s3cmd --help tells me what I need to know how send the files:
s3cmd --help
usage: s3cmd [options] COMMAND ...
1
vote
1answer
52 views
how to correct sudo permission
I'm running AWS EC2 Micro instance and had issues getting permission to the root access with EC2-user.
Followed a tutorial online and ran the following commands:
sudo chgrp ec2-user /etc
sudo chmod ...
3
votes
2answers
974 views
Where can I find Amazon Linux AMI Image for VirtualBox?
I'm trying to learn AWS and because I'm some familiar with Linux, I think the best way to learn is to get Amazon Linux AMI right into VirtualBox software and play with it.
I see the latest Amazon ...
1
vote
1answer
148 views
Unable to connect to thin server on ubuntu
I'm unable to connect to my webserver over the web.
I've got an ec2 instance running with ubuntu 11.10 on it. It's running a thin server on port 9292. I can ssh into the ec2 box, and do curl ...