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 handle errors with boto3?

I am trying to figure how to do proper error handling with boto3. I am trying to create an IAM …

python amazon-web-services boto boto3
Can an AWS Lambda function call another

I have 2 Lambda functions - one that produces a quote and one that turns a quote into an order. I'd …

node.js amazon-web-services aws-lambda aws-api-gateway
AccessDenied for ListObjects for S3 bucket when permissions are s3:*

I am getting: An error occurred (AccessDenied) when calling the ListObjects operation: Access Denied When I try to get folder …

amazon-web-services amazon-s3
AWS CLI S3 A client error (403) occurred when calling the HeadObject operation: Forbidden

I'm trying to setup a Amazon Linux AMI(ami-f0091d91) and have a script that runs a copy command to …

amazon-web-services amazon-s3 aws-cli
How do you search an amazon s3 bucket?

I have a bucket with thousands of files in it. How can I search the bucket? Is there a tool …

amazon-web-services amazon-s3
What data is stored in Ephemeral Storage of Amazon EC2 instance?

I am trying to stop a Amazon EC2 instance and get the warning message Warning: Please note that any data …

amazon-web-services amazon-ec2 amazon-ebs
WARNING: UNPROTECTED PRIVATE KEY FILE! when trying to SSH into Amazon EC2 Instance

I'm working to set up Panda on an Amazon EC2 instance. I set up my account and tools last night …

ssh amazon-web-services amazon-ec2 chmod
How can I resolve the error "The security token included in the request is invalid" when running aws iam upload-server-certificate?

I cd into the directory where all the pem/key files are and run the following: aws iam upload-server-certificate --server-certificate-name …

amazon-web-services amazon-iam aws-cli
What is the difference between Amazon SNS and Amazon SQS?

I don't understand when I would use SNS versus SQS, and why are they always coupled together?

amazon-web-services amazon-sqs amazon-sns
Opening port 80 EC2 Amazon web services

I've opened port 80 in the web console on my E2C instance's security group but I still can't access it …

amazon-web-services amazon-ec2