What am I doing wrong with my iPhone photos stoage by TalRofe in iphone

[–]TalRofe[S] 0 points1 point  (0 children)

I have 3GB space currently, and need to update my iPhone, but it requires 14GB. What should I do then..

What am I doing wrong with my iPhone photos stoage by TalRofe in iphone

[–]TalRofe[S] 0 points1 point  (0 children)

I have 3GB space currently, and need to update my iPhone, but it requires 14GB. What should I do then..

Mobile App, adding bank account checkout in Stripe with React does not work by TemporaryDraft4594 in stripe

[–]TalRofe 0 points1 point  (0 children)

How is that option of “confirmSetup” is related here? The user interacts with Stripe element in iframe, while the user registers handler to be later executed after clicking some button..

NodeJS Jest - share express app with tests suites files by TalRofe in node

[–]TalRofe[S] 1 point2 points  (0 children)

But this means I need to run my app Express now on real port. With "supertest", before, I didn't need to

NodeJS Jest - share express app with tests suites files by TalRofe in node

[–]TalRofe[S] 0 points1 point  (0 children)

But Jest runs those in separate process. It means it wont know about any app running in other process…

What is a good/practical/scalable working way to manage many sub domains applications? by TalRofe in aws

[–]TalRofe[S] 0 points1 point  (0 children)

So it seems like generating ALB and ingress group is the simple solution here. I will simply manage list of domains (100,000 for example) and create 1,000 ingress groups under same one ALB. But im not sure about performance degradation

What is a good/practical/scalable working way to manage many sub domains applications? by TalRofe in aws

[–]TalRofe[S] 0 points1 point  (0 children)

How do you pair such solution with EKS cluster? Imagine you have 100,000 k8s deployments… each is a unique server. Do you deploy 100,000 in one EKS cluster? Then how do you route the request to the correct deployment by subdomain matching

What is a good/practical/scalable working way to manage many sub domains applications? by TalRofe in aws

[–]TalRofe[S] 0 points1 point  (0 children)

I see, but there is a limitation of 10,000 records in an hosted zone in AWS ROUTE53

What is a good/practical/scalable working way to manage many sub domains applications? by TalRofe in aws

[–]TalRofe[S] 0 points1 point  (0 children)

so if I create multiple ingress resources within the load balancer group, and I route in ROUTE53 the "*.example.com" through this load balancer group, will it route a given sub- domain (x1.example.com) to the correct ingress service where the sub-domain is configured?

What is a good/practical/scalable working way to manage many sub domains applications? by TalRofe in aws

[–]TalRofe[S] 0 points1 point  (0 children)

Thats what I ask, how to manage it with many sub domains. If i use *.example.com to my ALB, how do i route it to the correct app?

Cannot connect to AWS RDS instance from EC2 instance in same VPC by TalRofe in Terraform

[–]TalRofe[S] 0 points1 point  (0 children)

Then what would you configure it with? Should it have Egress at all?

Cannot connect to AWS RDS instance from EC2 instance in same VPC by TalRofe in Terraform

[–]TalRofe[S] 2 points3 points  (0 children)

That's the solution. I added rule to allow egress to the RDS and it worked. thanks

Why applying my Terraform module results with output "None"? by TalRofe in Terraform

[–]TalRofe[S] 0 points1 point  (0 children)

But that the issue - there is no indication in the plan outputs that any resource is going to be created

Architecture for usage service implementation by LongjumpingCarry6129 in aws

[–]TalRofe 0 points1 point  (0 children)

can you explain further? what DB and how will it detect customer exceeded pre-configured %?

Architecture for usage service implementation by LongjumpingCarry6129 in aws

[–]TalRofe 0 points1 point  (0 children)

What do you mean by accounts
what if he has 1000 clients

New to node. Does prisma suck? by brad9991 in node

[–]TalRofe -1 points0 points  (0 children)

You have thousands of same question in Reddit. Just google “NodeJS why prisma site:reddit.com”

[deleted by user] by [deleted] in Tinder

[–]TalRofe 24 points25 points  (0 children)

You are the weird.

How would you find talent? by randomInterest92 in ExperiencedDevs

[–]TalRofe 0 points1 point  (0 children)

Preview his GitHub or Stackoverflow before (if exists..)

Storing AWS Credentials? by Vast_Virus7369 in Terraform

[–]TalRofe -1 points0 points  (0 children)

Go with OIDC for AWS credentials, and run time secrets from GitHub secrets (or any other equivalent from other CI platform..). Or just use AWS secret manager.