Top "Amazon-web-services" questions

Amazon Web Services (AWS) is a public-cloud: IaaS (Infrastructure as a Service) and SaaS (Software as a Service) provided by Amazon.

Access denied; you need (at least one of) the SUPER privilege(s) for this operation

So I try to import sql file into rds (1G MEM, 1 CPU). The sql file is like 1.4G mysql -h …

mysql amazon-web-services amazon-rds
How to delete files recursively from an S3 bucket

I have the following folder structure in S3. Is there a way to recursively remove all files under a certain …

amazon-s3 amazon-web-services
Difference between Amazon EC2 and AWS Elastic Beanstalk

Can someone please explain what is the difference between EC2 and Beanstalk. I want to know regarding SaaS, PaaS and …

amazon-web-services amazon-ec2 hosting amazon-elastic-beanstalk
Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1

When I am trying to load AWS credentials in my project it gives back an error. When using credentials in …

node.js amazon-web-services aws-config
S3 Static Website Hosting Route All Paths to Index.html

I am using S3 to host a javascript app that will use HTML5 pushStates. The problem is if the user …

amazon-web-services redirect amazon-s3 routing pushstate
How to load npm modules in AWS Lambda?

I've created several Lambda functions using the web based editor. So far so good. I'd now like to start extending …

amazon-web-services npm aws-lambda
Query EC2 tags from within instance

Amazon recently added the wonderful feature of tagging EC2 instances with key-value pairs to make management of large numbers of …

amazon-web-services amazon-ec2
What is the difference between Amazon S3 and Amazon EC2 instance?

I need to create a web application using php mysql and html. The no.of requests and data will be …

amazon-web-services
How to rename AWS S3 Bucket name

After all the tough works of migration etc. Just realise that If need to serve the content using CNAME (e.…

amazon-web-services amazon-s3 cname
How to specify credentials when connecting to boto3 S3?

On boto I used to specify my credentials when connecting to S3 in such a way: import boto from boto.…

python amazon-web-services amazon-s3 boto3