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.

Find region from within an EC2 instance

Is there a way to look up the region of an instance from within the instance? I'm looking for something …

amazon-ec2 amazon-web-services
Error You must specify a region when running command aws ecs list-container-instances

I am trying to use aws container service as per the documentation in http://docs.aws.amazon.com/AmazonECS/latest/…

amazon-web-services amazon-ec2 aws-cli
Can't push image to Amazon ECR - fails with "no basic auth credentials"

I'm trying to push a docker image to an Amazon ECR registry. I'm using docker client Docker version 1.9.1, build a34…

amazon-web-services docker aws-ecr
How to fix apt-get: command not found on AWS EC2?

I installed Ubuntu 12.04 on my instance and am trying to install packages using apt-get, but I am getting the following …

ubuntu amazon-web-services amazon-ec2
Is there an Amazon.com API to retrieve product reviews?

Do any of the AWS APIs/Services provide access to the product reviews for items sold by Amazon? I'm interested …

amazon-web-services
Is there a way to list all resources in AWS

Is there a way to list all resources in AWS? For all regions, all resources.. Such as list all EC2 …

amazon-web-services
API Gateway CORS: no 'Access-Control-Allow-Origin' header

Although CORS has been set up through API Gateway and the Access-Control-Allow-Origin header is set, I still receive the following …

ajax amazon-web-services cors aws-api-gateway
Can you attach Amazon EBS to multiple instances?

We currently use multiple webservers accessing one mysql server and fileserver. Looking at moving to the cloud, can I use …

linux file amazon-ec2 amazon-web-services
Alter column data type in Amazon Redshift

How to alter column data type in Amazon Redshift database? I am not able to alter the column data type …

amazon-web-services amazon-redshift
How to make all Objects in AWS S3 bucket public by default?

I am using a PHP library to upload a file to my bucket. I have set the ACL to public-read-write …

amazon-web-services amazon-s3