Skip to main content
How are we doing? Please help us improve AWS. Take our short survey

All Questions

0 votes
0 answers
22 views

How to encrypt my key when persisting it to my AWS management secrets?

I stored in my AWS Management Secrets my secret key to my JWT Token that i'm using for the Log in of my app. Also , i'm connecting to an IAM account where i can retrieve my secret key for the JWT ...
Misu Stefan's user avatar
-1 votes
0 answers
38 views

Regarding scaling an application to 20k simultaneous users [closed]

Application API is on .NET using the ABP framework, on a load balanced environment of EC2s Database is Aurora MySQL compatible Serverless v2, currently testing max 8 ACU which gives a max connection ...
RiskyTitle's user avatar
0 votes
1 answer
43 views

Automated Elastic Beanstalk deployment of dotnet application fails on both CodePipeline and GitHub Actions, but works manually

I'm trying to set up automated deployment of my .NET Core API application to an existing EB environment. I'm currently deploying manually via the AWS Toolkit (Publish to AWS) extension for Visual ...
malthe.w's user avatar
0 votes
0 answers
24 views

Unable to Connect .NET Web API to ElastiCache Redis Cluster with AWS App Runner

I have to redeploy a .NET Web Api application since AWS ECS with Docker is now archived / deprecated. Doing so I'm using AWS Copilot to deploy an App Runner service. I used a test application to learn ...
smcg's user avatar
  • 157
0 votes
0 answers
65 views

IDX10104: TokenLifetimeInMinutes must be greater than zero. value: '-3152398' (Parameter 'value')

I am facing an issue with reading the 2FA code in my application because the token is getting expired. The specific error in the event viewer logs is: IDX10104: TokenLifetimeInMinutes must be greater ...
raju's user avatar
  • 1
0 votes
0 answers
14 views

Rabbit MQ None of the specified endpoints were reachable only on AWS EC2 Fedora

I have a larger project using RabbitMQ, and I am trying to run it on AWS. If I run my project locally, on Mac, Windows, or Dockerised Linux it works fine, but on EC2 about 80% of the time I get the ...
thoxey's user avatar
  • 322
0 votes
1 answer
58 views

How to invoke AWS Lambda via HTTP

Using the AWS Lambda top-level function project template in Visual Studio 2022 I've built a basic lambda: using Amazon.Lambda.Core; using Amazon.Lambda.RuntimeSupport; using Amazon.Lambda....
Pragmateek's user avatar
  • 13.2k
0 votes
0 answers
35 views

Custom domain not working with AWS Application Load Balancer

We have a webapp in ECS fargate cluster. I am exposing it through an application load balancer, Now I have a swagger UI to test my endpoints so I access it through (load balancer url):8080/swagger/...
Umang Mistry's user avatar
0 votes
0 answers
28 views

Failure on deploy of application .NET Core 6 in docker image at AWS App Runner

I am obtaining failure by deploying a .NET Core 6 docker image on AWS App Runner. Apparently, the publication works, however, I get the following error message, when access to the application URL: ...
Victor Moraes's user avatar
0 votes
0 answers
62 views

How to invoke Textract text analysis with trained adapters in C#?

In my lambda function I invoke Textract document analysis with the code below. In the results I get in the response, the queries defined in the adapter are not considered, only the ones i passed into ...
LNyarla's user avatar
  • 476
0 votes
0 answers
17 views

Issue with AWS Polly Integration in .net: AmazonServiceException: Unable to get IAM security credentials from EC2 Instance Metadata Service

I'm integrating AWS Polly (TTS) into my Unity game and wrote the following code: public AwsPollyAPIClient(AwsPollyCredentials pollyCredentials, Amazon.RegionEndpoint regionEndpoint) { this....
OOD Waterball's user avatar
0 votes
0 answers
18 views

Amazon cognito in .NET 4.7.2

I have a requirement posting here hoping someone could help. I might sound basic, as I'm new to these concept. I have a windows.NET application 4.7.2 which needs to consume soap service. The soap ...
user3859666's user avatar
0 votes
1 answer
38 views

AWS DynamoDB BatchGetItemRequest select nested attributes from a list

I have the following structure in dynamodb: { "id": 1, "prop1": "val1", "prop2": "val2" "list1": [ { "listProp1":...
mihails.kuzmins's user avatar
0 votes
1 answer
528 views

Lambda Mock Test Tool .NET8.0 Native AOT

I started a project using dotnet new serverless.NativeAOT so my project is using the annotations framework as well as compiling to Native AOT. I can deploy my function to an aws lambda but it throws a ...
Adam's user avatar
  • 3
1 vote
0 answers
82 views

Error TargetInvocationException or NullReferenceException when deploying ASP.NET Core 8 Web API to AWS Lambda

I'm trying to deploy my ASP.NET Core 8 Web API in AWS Lambda/API gateway. As I'm using .NET 8, it comes with Program.cs as start up file over StartUp.cs. When I try to "Test" my lambda ...
user1199808's user avatar

15 30 50 per page
1
2 3 4 5
59