Questions tagged with Microservices

Content language: English

Sort by most recent

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

0 I am trying to design a network load balancer in eks which is being utilised by several services on the namespace I designed a network load balancer in eks but now I need to add on other services for my microservice architecture. How do I configure my nlb to use several services
1
answers
0
votes
24
views
Joash
asked a month ago
We have multiple API microservices and we are using cognito for login/sign up, The issue is how do we validate the jwt token obtained from cognito, seems like ALB is not validating the header, I don't want to implement jwt validation in all my microservices, Is there a better way to validate jwt token without making any code change? like authorizer in API gateway where the auth is validated and then the request forwarded to particular services.
1
answers
0
votes
27
views
Anser
asked a month ago
I want to know what is the major difference between EC2 and Fargate. Why fargate is more expensive it is charge based on minutes. Which one is better to consider for running application
1
answers
0
votes
41
views
asked a month ago
Need to design a mobile/web app and need suggestion on infra part. I have decided to use application load balancer (ALB), but not sure should I have an API gateway as the entry point to the app or the application load balancer will be used as the entry point?
1
answers
0
votes
46
views
asked a month ago
I'm creating a Spotify data analysis tool to communicate with the company API so I can provide a service on my web for people to see some insights of their spotify profiles. To do so, I need to incorporate the SSO on my web with the OAuth2.0 protocol (given by Spotify to use their API). I would like to know if someone can guide me into the steps to do this since I have no prior experience working with external users authentication.
1
answers
0
votes
20
views
Pablo
asked a month ago
How can I find out if an app was created with GitHub, BitBucket, GitLab? Looking for support in transferring the hosting of an app.
1
answers
0
votes
14
views
asked a month ago
Say I have a lambda handler that is able to process sqs queue invocations and also lambda-to-lambda invocations. The lambda has a max concurrency limit of 10. Let's say there is a period of time where the concurrency of the lambda is maxed out due to the high volume of sqs queue messages that are processing. What happens where there is a lambda-to-lambda invocation in the middle of sqs queue messages being processed and maxing out the concurrency limit? Is the AWS CLI invocation handled after all the messages in the queue are processed? Or does the lambda try to process that invocation at the next available instance?
1
answers
0
votes
32
views
alduiin
asked a month ago
Hello, We created a cluster that is using ec2 instances. We are considering moving to fargate, but have some questions: 1. Does ecs container in fargate unload the container if not used? 2. Does it take a long time to load up again? Example scenario a web api that needs to be online constantly in fargate and scale up. Thank you, Mary
1
answers
0
votes
27
views
MaryJ
asked a month ago
![Enter image description here](/media/postImages/original/IMsCMJcrx6R7-itzskH949uA) Hi Team I Deployed Spring Boot using Elastic Bean stack and done the necessary steps * server port * adding roles But application did not deploy it says degraded. could someone please help Source Code : https://github.com/andrewsselvaraj/springawt/tree/main/spring-boot-jwt
0
answers
0
votes
18
views
asked a month ago
Team Getting 502 Bad Gateway Spring Boot Using Elastice Bean Stack. Can someone please help
0
answers
0
votes
17
views
asked a month ago
I could not post data from this url : https://onlinetestfrontend.s3.ap-northeast-1.amazonaws.com/student_form_apigatewaywithCors.html can some one please help. form post action : http://springbootinmemory-env.eba-fedwtjib.ap-northeast-1.elasticbeanstalk.com/student I Assume it is a free service ..please ignore if it is paid service or route to correct channel
1
answers
0
votes
33
views
asked a month ago
I saw an earlier question but I have a specific question and some behavior from the server I can't find answers to. Setup: I have an API Gateway setup via VPC link. It has a GET method. It goes through a NLB and a ALB to a target EC2 hosting a SAP REST API. I see from the console and the REST spec that body requests for GET is not supported. **However, what will happen if someone sends a GET request WITH a body to the API gateway? Will API Gateway simply drop the body?** I presume the "best solution" here is to change it to a POST, if a request body is necessary?
1
answers
0
votes
25
views
asked a month ago