Questions tagged [amazon-web-services]

Amazon Web Services (AWS) is a public-cloud: IaaS (Infrastructure as a Service) and SaaS (Software as a Service) provided by Amazon. Questions about programming and architecture are on topic. General server help can be obtained at https://serverfault.com. The AWS tag is rarely used alone and will usually be used with other tags to more clearly define the topic of the question.

If you need help setting up AWS resources, ask those questions on Server Fault.

Amazon Web Services (AWS) is a public-cloud: IaaS (Infrastructure as a Service) and SaaS (Software as a Service) provided by Amazon from multiple data-centers worldwide. Amazon Web Services (AWS) is a subsidiary of Amazon that provides on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis. With AWS you can utilize computing power (virtual machine instances), storage, and networking, a variety of databases and file stores, messaging systems, and a lot more, as your needs scale up or down.

SDKs to access and manage Amazon Web Services are provided in a multitude of programming languages, including PHP, Java, .NET, Nodejs, Python, and more. The services are also accessible through REST and SOAP APIs, the command-line interface, and a web-console.

Resources:

Related Tags

117273 questions
19
votes
3 answers

Write R data as csv directly to s3

I would like to be able to write data directly to a bucket in AWS s3 from a data.frame\ data.table object as a csv file without writing it to disk first using the AWS CLI. obj.to.write.s3 <-…
h.l.m
  • 11,457
  • 18
  • 73
  • 155
19
votes
4 answers

Managing access to AWS services on iOS clients vs on backend servers

When designing an iOS app that will interact with AWS (e.g. S3, CloudFront, etc), what are the pros and cons of managing the access to these services on the client vs. on the server? By "managing the access", I mean things like uploading private…
skyork
  • 6,111
  • 14
  • 55
  • 94
19
votes
5 answers

'gcc' failed during pandas build on AWS Elastic Beanstalk

Getting the following error when trying to install Pandas (0.16.0), which is in my requirements.txt file, on AWS Elastic Beanstalk EC2 instance: building 'pandas.msgpack' extension gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall…
19
votes
8 answers

How to get the IP address of RDS instance in AWS

I got the same answer everywhere on the internet regarding my question of how to get the IP address of an RDS instance in AWS, but I don't know what dig is, and how to use it. How to allocate IP address in VPC to RDS instance? Please help me find…
user156327
  • 1
  • 4
  • 32
  • 56
19
votes
1 answer

Create thumbnail from video using ffmpeg

I need to create a thumbnail from video while uploading it to CDN. I have been searching for this found this but I am not able to get the screen shot even after following steps. I am using jwplayer for playing video Can someone help me to create…
Hitesh
  • 3,592
  • 9
  • 36
  • 77
19
votes
1 answer

Would somebody be kind enough to tell how to setup Amazon SES with namecheap?

I manage to figure out how to get my DKIMs and SPF from amazon ses, but I don't know how to set it up on namecheap?
Besoin d'aide
  • 193
  • 1
  • 4
19
votes
5 answers

Can you create a HIPAA compliant Amazon S3 Web Application?

I am facing some questions when trying to design an S3 application using ASP.NET MVC and trying to stay HIPAA compliant. My initial plan was to require an SSL connection to my web server, encrypt the images on my server, then send them to s3 using…
xkingpin
  • 621
  • 7
  • 16
19
votes
6 answers

AWS S3 upload fails: RequestTimeTooSkewed

I'm using aws s3 sync ~/folder/ s3:// --delete to upload (and sync) a large number of files to an S3 bucket. Some - but not all - of the files fail, throwing this error message: upload failed: to s3://bucketname/folder/ A client error…
dlanced
  • 941
  • 2
  • 9
  • 15
19
votes
2 answers

Can I add custom log files to the logs captured by elastic beanstalk's 'eb logs' command?

When I request the log files for an elastic beanstalk environment either through the web interface or "eb logs" I get the contents of the log files /var/log/eb-version-deployment.log, /opt/python/log/httpd.out, /var/log/cfn-hup.log, and several…
19
votes
3 answers

How can I change the content-type of an object using AWS CLI?

I've got several objects stored in Amazon S3 whose content-type I need to change from text/html to application/rss+xml. I gather that it should be possible to do this with a copy command, specifying the same path for the source and destination. I'm…
19
votes
2 answers

Is it possible to limit the number of versions stashed by Amazon S3's versioning?

I'm currently working on migrating the file backup system for my office to Amazon S3. The basic backup is working like a charm but I'm looking to make it a little more robust. Specifically I am looking to add version control for the files in the…
user3606089
  • 193
  • 1
  • 1
  • 4
19
votes
1 answer

AWS S3 Sync with JS/Node SDK

Amazon Web Services - Command Line Interface (AWS-CLI) has a sync command. Unfortunately AWS CLI's sync method is a bit buggy. I'd like to sync to S3 using a gulp build process and Amazon's javascript/node SDK. Unfortunately, the SDK doesn't seem…
Erik
  • 6,796
  • 7
  • 54
  • 97
19
votes
2 answers

Amazon SNS: How to get EndpointArn by token(registrationId) using amazon .net sdk?

I am trying to get EndpointArn by registration id using aws .net sdk. But i couldn't find a nice way to do it. My first attempt was running CreatePlatformEndpointRequest with the same registrationId, which is registered to SNS Application before,…
19
votes
5 answers

Run Java EE app on EC2

Can anyone point me to the steps/resources that describe: How to deploy a Java EE app on amazon-EC2 Maintain changes to the meta-data of the app server (deploy new applications) after an instance reboot (probably using amazon-ebs)
Ryan Fernandes
  • 7,732
  • 7
  • 32
  • 52
19
votes
1 answer

AWS Amazon IAM user Policy to access ONLY one EC2 instance on EU-WEST-1 region

I have read the AWS documentation and it wasn't helpful... at least not for me. I have read about IAM and the user policy on the EC2. I want to make users have full access/(or just some actions allowed) only on ONE ec2 instance. The region I'm using…
Tedi Çela
  • 516
  • 1
  • 6
  • 19
1 2 3
99
100