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.

Boto3 to download all files from a S3 Bucket

I'm using boto3 to get files from s3 bucket. I need a similar functionality like aws s3 sync My current …

python amazon-web-services amazon-s3 boto3
Why is this HTTP request not working on AWS Lambda?

I'm getting started with AWS Lambda and I'm trying to request an external service from my handler function. According to …

node.js amazon-web-services httprequest aws-lambda
Do you get charged for a 'stopped' instance on EC2?

Bit confused here, I have an on-demand instance but do I get charged even when I stop the instance?

amazon-web-services amazon-ec2
Amazon S3 - HTTPS/SSL - Is it possible?

I saw a few other questions regarding this without any real answers or information (or so it appeared). I have …

amazon-web-services ssl amazon-s3 https
Read file from aws s3 bucket using node fs

I am attempting to read a file that is in a aws s3 bucket using fs.readFile(file, function (err, …

node.js amazon-web-services amazon-s3 fs
Read file content from S3 bucket with boto3

I read the filenames in my S3 bucket by doing objs = boto3.client.list_objects(Bucket='my_bucket') while 'Contents' …

python amazon-web-services amazon-s3 boto3
URL for public Amazon S3 bucket

I have an Amazon S3 bucket that I make public with a policy like this { "Version": "2012-10-17", "Statement": [ { "Sid": "…

url amazon-web-services amazon-s3 policy
How do I get AWS_ACCESS_KEY_ID for Amazon?

I'm totally new to AWS. I downloaded some sample code from Amazon and I need to set a number of …

amazon-web-services access-keys
S3 limit to objects in a bucket

Does anyone know if there is a limit to the number of objects I can put in an S3 bucket? …

amazon-s3 amazon-web-services
Downloading folders from aws s3, cp or sync?

If I want to download all the contents of a directory on S3 to my local PC, which command should …

windows amazon-web-services amazon-s3