All Content tagged with Microservices
Build highly available microservices to power applications of any size and scale
Content language: English
Select up to 5 tags to filter
Sort by most recent
Hi team,
I have an existing Amazon ElastiCache Redis cluster set up via CDK in our AWS account with the following configuration
```
const redis = new elasticache.CfnReplicationGroup(this, 'cache',...
Hi there. I'd like to route all outbound traffic of a service or task through a HTTP proxy already established. I have the proxy FQDN and port. What can I do from this point?
Issue:
Our ECS service is experiencing connectivity issues with AWS Kinesis. We see these errors in the logs:
`[error] [AWS Log: ERROR](AWSClient)HTTP response code: -1 Exception name: Error...
We have a server set up in the ECS environment with a read and write database configuration. For the past 15 days, we have been experiencing significantly low server response times. Despite our...
Dear Community,
I am reaching out with a specific implementation requirement. Our setup necessitates the use of multiple API Gateways, and we also need to make each API Gateway accessible via one or...
I need to create a Lambda function that validates whether each IAM user in an AWS account has MFA enabled. If a user does not have MFA, I need to trigger another Lambda function to handle that user...
We are using AWS Bedrock's "retrieve and generate" function on our propriertary data.
What we want to know is that whether it can answer continuously back and forth like ChatGPT or no?
If not, is...
**Hi team,**
I'm currently managing an AV solution running on AWS with the following flow:
1. A client requests a presigned URL via API Gateway, backed by a Lambda function. The client receives this...
I outsourced to a company to develop an app for me, and the admin panel is hosted on AWS. Everything has been working fine until two days ago when they reached out to me, stating they're getting a...
Hello
As part of Cloud Migration and Modernization approach using using AWS, the requirement is to migrate Hbase data directly to S3 then read the data from S3 using Java Microservices. (EMR would not...
Hi AWS, I have created an EKS cluster using AWS CDK Python, here is the link for the code repository: https://github.com/arjungoel/eks-repo.
Once the EKS cluster is up, I have updated the kube config...
Hello guys,
I hope you all doing well.
i am using AWS Target groups for a load balance, I know you can set rules based on the path. I would like to make a rule that would take the path "/launch/*"...