All Content tagged with Java Development

Tools, docs, and sample code to develop applications on the AWS cloud

Content language: English

Select tags to filter
Sort by most recent
217 results
I am using AmazonS3Client object to check versioning status of a S3 bucket via VPC endpoint. Below is the code snippet: ``` AmazonS3Client s3Client = new AmazonS3Client(credentialsProvider); s3Client...
1
answers
0
votes
36
views
asked a day ago
I am trying to implement two-way SMS using AWS End User Messaging. We have a multiple account structure with one account managing shared resources and this account has an Australian Long Code phone ...
1
answers
0
votes
19
views
asked 2 days ago
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
58
views
asked a month 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
47
views
asked a month 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
23
views
asked a month 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
13
views
asked a month 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
60
views
asked a month 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
42
views
asked 2 months 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
62
views
asked 2 months 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
35
views
asked 3 months ago
Will the Redshift JDBC driver be updated to support the V2 Java SDK?
1
answers
0
votes
113
views
asked 3 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
189
views
asked 3 months ago