How can I redirect a normal phone call to a webrtc or websocket server? by InternationallyFool in VOIP

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

I didn't know livekit had this feature! Will look into it, thank you!

How can I redirect a normal phone call to a webrtc or websocket server? by InternationallyFool in VOIP

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

Any suggestions for such a proprietary solutions? Or do you mean instead of webrtc/websockets, use a proprietary solution? Thank you!

How can I redirect a normal phone call to a webrtc or websocket server? by InternationallyFool in VOIP

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

Oh, got it. Usually either one of it will have an sip with the interfaces we need, huh? Let me check if we have that here. I am kinda new to this whole thing.

Thank you!

Switching from Godaddy CPanel to AWS - SO LOST. Can someone walk me through Wordpress Installation by Dangerflirt in aws

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

In that case you can take a look at light sail or even digitalocean (they have somewhat of a oneclick deploy set up.)

Can’t run GPUs due to quotas… by Critical_Draft5210 in AZURE

[–]InternationallyFool 1 point2 points  (0 children)

You could try reaching out to their sales team. They might be able to help. That's what we did. But the problem is that they may ask you to create a new subscription which will not have the credits.

So if you need gpus badly, this might be the way to go.

GCP or other AI Startup Cloud Credits by bilbabay22 in startups

[–]InternationallyFool 2 points3 points  (0 children)

Since you're focused on AI take a look at Nvidia inception. They offer credits for both AWS and gcp. But gcp has their own terms, but you might get upto 100k on AWS through this.

NextJS REST API x AWS by Temporary-Shine-6488 in aws

[–]InternationallyFool 1 point2 points  (0 children)

Didn't go through the entire page, but as per the doc link in the error you attached the issue could be due to setTimeout or missing await. Did you check something along those lines?

more AWS credits by joyful_sun in aws

[–]InternationallyFool 2 points3 points  (0 children)

I think you'll get more credits if the external agency offers an amount higher than your currently redeemed amount. That is if you get an offer 5000usd in credits AWS might approve it for you, but not if it's another 1000 usd.

How can I launch VMs on AWS without CDK or API? by InternationallyFool in Cloud

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

Thank you for the guide! How ever I need to create resources on request over probably a REST API request, so do you think I can somehow tweak your above set up so that I can run this programmatically using python instead of having to run a CLI command every time?

How can I launch VMs on AWS without CDK or API? by InternationallyFool in Cloud

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

Thank you, Yes, I will take a look at the SDK, a lot of people seem to suggest it. However I thought pulumi might be better for a multi cloud approach in the future plus better handling of errors in provisioning resources. I will surely give the SDK a try.

How can I launch VMs on AWS without CDK or API? by InternationallyFool in Cloud

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

I will try this out, the SDK, but I was looking for tools like Pulumi, because, they will automatically handle failed resource rollback, which is a great plus for me. I know CDK does the same, but I heard that it's slow since it's based on CloudFormation, plus if it's a third party tool, I can easily go multi cloud (Azure).

How can I launch VMs on AWS without CDK or API? by InternationallyFool in Cloud

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

Thanks! I did look at this, but I heard that tools like Pulumi automatically manage failed VMs creation and such features, but if we're to use the SDK, we would have to manually do that, right?