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.

How to choose an AWS profile when using boto3 to connect to CloudFront

I am using the Boto 3 python library, and want to connect to AWS CloudFront. I need to specify the correct …

python amazon-web-services boto3
MySQL/Amazon RDS error: "you do not have SUPER privileges..."

I'm attempting to copy my mysql database from an Amazon EC2 to an RDS: I successfully did a mysqldump of …

mysql amazon-ec2 amazon-web-services amazon-rds grant
Extension exists but uuid_generate_v4 fails

At amazon ec2 RDS Postgresql: => SHOW rds.extensions; rds.extensions -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- btree_gin,btree_gist,chkpass,citext,cube,dblink,…

postgresql amazon-web-services amazon-ec2
How to upgrade AWS CLI to the latest version?

I recently noticed that I am running an old version of AWS CLI that is lacking some functionality I need: $…

linux ubuntu amazon-web-services amazon-s3 aws-cli
AWS : The config profile (MyName) could not be found

Every time I want to config something with AWS I get the following error : "The config profile (myname) could not …

python amazon-web-services credentials aws-cli
What data type should be use for timestamp in DynamoDB?

I am new to DynamoDB. I wish to create a table which using DeviceID as the hash key, Timestamp as …

datetime amazon-web-services amazon-dynamodb sqldatatypes
Configuring region in Node.js AWS SDK

Can someone explain how to fix a missing config error with Node.js? I've followed all the examples from the …

javascript node.js amazon-web-services aws-sdk
AccessDeniedException: User is not authorized to perform: lambda:InvokeFunction

I'm trying to invoke a lambda function from node. var aws = require('aws-sdk'); var lambda = new aws.Lambda({ accessKeyId: 'id', …

amazon-web-services aws-lambda amazon-iam
When to use Amazon Cloudfront or S3

Are there use cases that lend themselves better to Amazon cloudfront over s3 or the other way around? I'm trying …

amazon-web-services amazon-s3 amazon-cloudfront
AWS Lambda: Task timed out

We have been asked for my school project to write a Java code that runs in AWS Lambda. It is …

java amazon-web-services aws-lambda