Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [amazon-web-services]

When asking about Amazon Web Services (AWS), specify which services you are using. Provide details on your architecture/configuration - do not include proprietary or sensitive information this is a public forum. Share relevant parts in a code block along with language tags. Specify the SDK/CLI version. Detail troubleshooting steps taken. The AWS tag is rarely used alone and should be used with other tags to more clearly define the topic of the question.

amazon-web-services
60,919 questions with no upvoted or accepted answers
30 votes
1 answer
2k views

AWS Toolkit for Eclipse Installation fails on Eclipse Luna

I downloaded the latest Eclipse IDE for Java EE Developers Luna 4.4 and tried to install the AWS Toolkit for Eclipse but got an error message: Failed to prepare partial IU: [R]com.amazonaws.eclipse....
Bernhard Pieber's user avatar
26 votes
2 answers
2k views

Flask unable to read Authorization header on ElasticBeanstalk

I have deployed a Flask app to AWS ElasticBeanstalk. The app is unable to read the 'Authorization' header in requests. Error log reports: KeyError: 'HTTP_AUTHORIZATION' Error traced to: @application....
burntsugar's user avatar
  • 57.8k
21 votes
0 answers
789 views

How to use AWS SDK C++ XRay in a AWS Lambda Layer implemented in C++ called by a Lambda function in Python?

My team implemented a pipeline with Computer Vision (OpenCV) and a DNN in Tensorflow and Keras using C++. This pipeline is an AWS Layer used by an AWS Lambda Function implemented in Python and this ...
Henrique Arantes Ferreira's user avatar
16 votes
2 answers
3k views

Cognito - error_description username attribute mapping

I've configured a User Pool in Amazon Cognito to be able to sign-in/sign-up users and I've setup facebook as identity provider. On my hosted ui (https://xxx.auth.us-east-1.amazoncognito.com/login?...
Vinicius Lima's user avatar
16 votes
1 answer
360 views

Elastic transcoder AWS creating job from Parse.com CloudCode Javascript http requests

I created a pipeline on AWS Elastic Transcoder, and I'm trying to create jobs for it using its api. This is what I'm doing. Parse.Cloud.define("createJobOnElastic", function(request, response){ ...
RJiryes's user avatar
  • 961
15 votes
1 answer
3k views

Glue Dynamic Frame is way slower than regular Spark

In the image below we have the same glue job run with three different configurations in terms of how we write to S3: We used a dynamic frame to write to S3 We used a pure spark frame to write to S3 ...
justHelloWorld's user avatar
15 votes
0 answers
4k views

AWS Lake Formation AccessDenied

I've enabled Lake Formation and tried to create a Database but no matter what I still get an error: Insufficient Lake Formation permission(s): Required Create Database on Catalog I'm using root ...
Vangeth's user avatar
  • 151
14 votes
2 answers
2k views

CannotStartContainerError: API error (400): OCI runtime create failed: container_linux.go:348: starting container process caused

Docker container is just running and stopped and throwing below error in AWS ECS. Could someone help. "CannotStartContainerError: API error (400): OCI runtime create failed: container_linux.go:348: ...
GihanS's user avatar
  • 493
14 votes
1 answer
5k views

Command failed on instance. An unexpected error has occurred [ErrorCode: 0000000001]

Yeah, I know the questions is super vague, but in all my years of working with AWS, I've never come across a problem like this! Anyway, it's very simple. I'm running an EB environment with min 2 max ...
Chris Jones's user avatar
14 votes
3 answers
2k views

Elasticsearch on AWS RED and reroute not allowed

I have created an ES domain to search for the vpcglow logs and cloud trail log with daily indexing. Right now, the status is RED : { "cluster_name": "678628912247:test", "status": "red", "...
AIR's user avatar
  • 825
14 votes
0 answers
2k views

How does Amazon SNS manage CloudWatch log streams for delivery status?

Amazon AWS SNS has a feature allowing delivery status of mobile push notifications to be logged in CloudWatch. This is documented briefly here: http://docs.aws.amazon.com/sns/latest/dg/sns-msg-status....
Nevett's user avatar
  • 966
13 votes
1 answer
3k views

CloudWatch log insights query scans very slow

I'm looking for help on an issue I'm struggling with. I have created a new log group on CloudWatch, created a few streams and up to 1500 log events in total via AWS putLogEvents method. When I run a ...
Sean's user avatar
  • 131
13 votes
0 answers
537 views

Possible to docker exec a Lightsail Container instance?

I need to run some CLI scripts from inside the container. I would usually do this with docker exec. Is there a way to do this with Lightsail Containers or an equivalent way to run CLI scripts from ...
IMB's user avatar
  • 15.8k
13 votes
1 answer
3k views

How query by global secondary index with DynamoDBContext

i have this class with this attributes: ContactId -> HashKey Email -> Global Seconday Index Hash Key CreatedAt -> Property Actually, i have this method, but throw me an exception because "Email" ...
Vladimir Venegas's user avatar
13 votes
2 answers
4k views

How pass named arguments with parameters to aws batch?

Consider piece of AWS batch job definition: MyJobDefinition: Type: "AWS::Batch::JobDefinition" Properties: Type: container Parameters: {} ...
Cherry's user avatar
  • 32.8k

15 30 50 per page
1
2 3 4 5
4062