Questions in Java Development

Content language: English

Select tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

208 results
I've joined a team that recently migrated a Java EE tomcat application from on premises to AWS App Runner using the amazoncorretto docker images. I'm looking now to improve visibility especially of ou...
1
answers
0
votes
40
views
asked 6 days ago
I have an EC2 instance which hosts my backend application - catering to requests of my frontend which is hosted not on AWS. And I also have a RDS instance which is in the same VPC and is privately con...
2
answers
0
votes
31
views
asked 6 days ago
When I check the status through the API it remains in progress forever, but it does complete according to the dashboard. What am I missing? ``` StartTranscriptionJobRequest request = buildVTTRequ...
1
answers
0
votes
16
views
asked 11 days ago
When I check the status it remains in progress forever. I am using a test MP3 file using Amazon Polly that I saved to my S3 bucket, and still no luck. No errors, just never completes. I hope I am miss...
1
answers
0
votes
8
views
asked 12 days ago
Hello, We have deploy a Opensearch cluster using AWS Opensearch Service. We have set the SAML authentication pointing to our Azure AD but let internal authentication too. We have no problem to conn...
2
answers
0
votes
38
views
asked 14 days ago
After upgrading EMR from 6.5 to 7.5 I am getting following error OpensslCipher: Failed to load OpenSSL Cipher.java.lang.UnsatisfiedLinkError: EVP_CIPHER_CTX_block_sizeBased on the HADOOP-18994 Failed...
0
answers
0
votes
34
views
asked a month ago
I'm getting the following error when using the Java AWS SDK 2.x from my ECS container. Here is my error: ``` software.amazon.awssdk.services.s3.model.S3Exception: User: arn:aws:sts::yyyyyy:assumed-r...
2
answers
0
votes
38
views
asked a month ago
During java Code transformation/code building/project scanning using amazonq developer with pro license , whole artifact is getting uploaded to the server, How amazon ensure the organization's data b...
1
answers
0
votes
27
views
asked 2 months ago
Will the Redshift JDBC driver be updated to support the V2 Java SDK?
1
answers
0
votes
85
views
asked 2 months ago
I need to retrieve multiple items in one query call using a partition key and many values of the LSI key. what's the appropriate way to perform this operation using AWS Java Dynamo DB SDK V2? I am us...
2
answers
-1
votes
142
views
asked 2 months ago
Hello. I have a Java app in which I am trying to connect to an S3 storage entity and save files to the entity. I've been able to connect and do a listBuckets and I get back exactly the buckets expect...
1
answers
0
votes
39
views
asked 2 months ago
We way we use use AwsIotMqttConnectionBuilder resembles this [sample code](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/samples/BasicPubSub/src/main/java/pubsub/PubSub.java) In the [gi...
1
answers
0
votes
70
views
asked 2 months ago