Skip to main content

Questions tagged [amazon-s3]

Amazon S3 (Simple Storage Service) is a web service which provides storage and various interfaces for accessing data stored there.

1 vote
1 answer
4k views

How can I import a VMDK disk image to an AWS EC2 t2.micro instance on us-east-1e region using an S3 bucket on us-east-1?

I've recently purchased a reserved EC2 micro instance on region eu-east-1e. I am having trouble importing a virtual machine using ec2-api-tools: ec2iin -t t2.micro "CentOS 7 x86_64-disk1.vmdk" -g my-...
NotGaeL's user avatar
  • 577
85 votes
7 answers
159k views

Uploading files to S3 account from Linux command line

I've got several large files sitting in my Linux hosted account that I need to upload to my S3 account. I don't want to download them first and then upload them into S3. Is there any way I can "...
siliconpi's user avatar
  • 2,777
2 votes
1 answer
7k views

Determining the service that is using *.CloudFront.net

How can I determine that accessing to cloudfront.net is associated to which service, software or owner? (as far as I understand and the normal who-is lookup tells, it is related to Amazons' cloud ...
F.I.V's user avatar
  • 182
0 votes
1 answer
1k views

Linux - How to disable disk cache for a specific mount point?

Is it possible to disable disk cache for a mount point on Linux system? I have a s3fs mount on multiple systems and i need to disable disk cache for it. how can i achieve this?
Mozafar Gholami's user avatar
0 votes
2 answers
9k views

s3cmd: how to copy files from local to S3 bucket with existing structure

I'm trying to copy files with s3cmd to a bucket with an existing folder structure. Both structures already exist both on local dev machine and in the bucket. The folders structure is as follows /...
Martin's user avatar
  • 339