Yes, but when time come it will be easy to move to it Then yes those will suit you the best
Do u know if in the future we will be able to move our local appwrite instance to appwrite cloud ?
You can do it now
Version 1.4 introduced migrate
Check this
ohh okay my bad but Appwrite CLoud is not in 1.4 right ?
I was thinking it was in 1.3.X
Yes, but it means that in future you'll be able to so
And I guess we cant know the power of a appwrite cloud instance ? If its better or not to go with Hetzner
But anyway Appwrite cloud save a lot of time for me ahah
In the future when Appwrite cloud will be fast as your request meaning it will scale to match your needs up to your budget as it is managed-appwrite service
By next 2-3 weeks they will migrate cloud to 1.4.x
Hey @Binyamin @D5 @Core !
I might be a little late to follow up on this, but please help me with my query. I currently use Appwrite + AWS Lambda + API Gateway for managing the backend of my applications. I want to completely move Lambda to Appwrite in the near future. (I saw there are some limits of 60 requests/min with Appwrite functions, hence, I thought of ditching it for the moment.)
Could you please guide me with the deployment of Appwrite on AWS? We have some startup credits to use in AWS.
I saw here https://aws.amazon.com/marketplace/pp/prodview-pm7c6fg2uagvc?ref=recommended&m=model_BI_2023-08-01 that it may cost us ~$23.4/mo to run Appwrite on EC2. I have a very basic doubt. What are the limitation of hosting it here? I only want to store data (string format only) in the database for now. Is there a limit on number of requests, speed, or what? Why is Appwrite cloud better for me and not AWS? or vice-versa?
Since we are bootstrapped right now, every penny makes a difference. Hence, I wanted to do a thorough research before going ahead with Appwrite Cloud/AWS hosting.
Thank you so much for your help. I would really appreciate it. ! Cheers!
Not needed to pin core 😅
The request limit is only for each user and when the function is triggered from client side
Ps it's better creating a post for this
To deploy Appwrite in AWS you will need using EC2. That's correct. It's just deploying docker in the VM and then installing Appwrite. If I'm not wrong, no additional configuration is needed to have it working.
The only limits you have is basically the amount of requests your instance can handle. That will depend on your instance resources and bandwidth. There are rate limits like with functions, but as said, they're per user, to prevent someone from abusing your server and using a huge amount of resources (basically DoS protection)
Respect why using cloud, it's easy: you will need to manage in EC2 everything behind it and scale it: the MariaDB database, Redis, containers.... In cloud everything is managed for you including scaling. The main and huge advantage compared to Amazon's similar services is that it's not provider dependant, since you can always easily migrate from cloud to self-hosted every time you want.
You could still use a managed database in AWS and connect it to your Appwrite instance, but it's very expensive and in my opinion it's worthless unless you have a huge database. What's more recommended is to use S3, I think that's more worthy. Appwrite has full compatibility with it so you all the storage files will be saved in S3.
Sincerely, I think it's better using cheaper alternatives to Amazon AWS, some of their services are really expensive. For example, Backblaze (also supported by Appwrite) is cheaper compared to S3
<:KEKW:736600409228967937> This is such a massive and loaded question. If there was *one best solution then there wouldn't be a dozen Cloud platforms. I really do think th discussion is valuable though. Thanks for the insight everyone!
@Tanmay Juneja Also the link you sent seems an unofficial script, I don't recommend it
Didn't saw it before. It's better and cheaper doing it yourself (it's easy too)
Also they're changing you to use Appwrite, and it's free 😬
I've seen this and discussed it with the others, We should really take down these unofficial marketplace ones, more for the fact we don't know exactly what is running on them and the configuration script
plus while it's a tiny amount they do still make a little money just repackaging Appwrite
So sorry. I am a bit new to Discord, missed your previous messages on this topic @D5
Thanks a lot for all your help. The new Cloud version looks really cool. Love it!
Recommended threads
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...