Questions tagged [amazon-web-services]

Amazon web service questions are on topic here only if the question is about the operating system or using a PC application hosted there. Otherwise, other sites on the network may be more appropriate

982 questions
10
votes
3 answers

boto responds: AWS was not able to validate the provided access credentials

I am using a CLI tool (from apache spark) that underneath uses boto. Although I have already confirmed that the AWS_ACCESS_KEY AWS_SECRET_KEY are correct (via doing ec2-describe-regions) the authorization still fails: ec2/spark-ec2 -k mykey…
6
votes
1 answer

AWS cloudwatch failed to execute action. Error: ""

I'm using terraform to manage my infrastructure. I've added new cloudwatch alarms to triggers an ECS (fargate) autoscaling policy. Everything went okay, however, every time any of my cloudwatch alarms is triggered I get the following error in the…
6
votes
2 answers

AWS allow user to call create-role

When trying to create a role http://docs.aws.amazon.com/vm-import/latest/userguide/import-vm-image.html i run into the following error (AccessDenied) when calling the CreateRole operation: User: arn:aws:iam::806409516843:user/ is not…
5
votes
0 answers

Object not found error when deploying via AWS OpsWorks

I get the following error when deploying an app to AWS OpsWorks "HTTP Request Returned 404 Not Found: Object not found: /reports/nodes/instancex.localdomain/runs" what does it mean?
4
votes
1 answer

Add collaborators to AWS Account

Is it possible to add other users to your AWS account? Or do you have to share credentials? We have a business account that has all of the funding information, and I, as the developer, need access to set everything technical up.
Jason
  • 1,833
4
votes
1 answer

Local instance of Amazon Neptune or alternative

I think the answer is no, but I was wondering if there is a way to set up a local instance of Amazon Neptune. One of my clients is migrating to Amazon Neptune and I would like to develop locally. Alternatively, it might be good enough to set up a…
3
votes
1 answer

ECS services: loop over ECS cluster and scale down all tasks to 0

I'm trying to write a script thats stops all services in an existing cluster. To accomplish this, ECS services must be scaled down to desired state of 0 tasks So far, I managed to do this for a single service via a simple shell script example: aws…
rbsd
  • 31
3
votes
0 answers

AWS EKS failed to assign an IP address to containe

Error Failed create pod sandbox: rpc error: code = Unknown desc = NetworkPlugin cni failed to set up pod "xxxxxxxxxxxx" network: add cmd: failed to assign an IP address to container Maybe $ kubectl describe daemonset aws-node --namespace kube-system…
3
votes
1 answer

My EC2 Instance Disappeared but the Web App running on it is still running

I can't ssh into my ec2 instance as I get connection timed out. I checked for my instances on the aws console, and I have no running instances. I have a web app / api running and accessible through the public ip of that ec2 instance, and I can still…
James T.
  • 201
2
votes
1 answer

DynamoDB pricing

I read through the DynamoDB pricing page and I'm a little confused about their free usage tier. Let's say a developer want's to get started on DynamoDB and he gets 100MB of free storage + 5 writes and 10 reads per second. Since a table cannot be…
user52375
2
votes
1 answer

KMS.AccessDeniedException when receive SNS message to SQS. KMS key in a different account

Here's the full scenario. My use case requires SNS & SQS with SSE enabled. We are using BYOK KMS keys stored in a central security managed KMS account. Both the SNS Topic and SQS are accessing the key from the same application account. The policy…
CDB
  • 21
  • 1
  • 2
2
votes
1 answer

An error occurred (BadRequestException) when calling the UpdateClusterConfiguration operation: One or more of the parameters are not valid

I have a MSK cluster running on aws which is created with a default configuration. But when I try to update the configuration using aws kafka update-cluster-configuration im getting the following error when calling the UpdateClusterConfiguration…
2
votes
1 answer

List of labels for AWS Rekognition

I'm trying to use AWS Rekognition to get some information about the objects in a scene (photo). I'm only interested in specific labels which are provided in a database. Therefore I need to know the exact names of the labels. I'm using the…
sjam
  • 21
2
votes
2 answers

Getting Internal Error in AWS Code Pipeline while deploying to ECS

I'm very new to the AWS Codepipeline. I've setup an ECS cluster with the service and task definition with the image present in ECR. I have a CodeBuild job to push the new image to the ECR. Once the pipeline is triggered, the CodeBuild runs fine and…
2
votes
1 answer

Possible To Select AMIs When Launching an AWS Instance?

I'm doing a few machine learning courses and using an Amazon AWS p2.xlarge instance. The instance and the AMI were configured by the instructors of one of the courses. Now I need to run another AMI for a different course. Is it possible to launch…
1
2 3 4