Hardware spec required for the given scenario

How much RAM and vCPUs are required in-order to run a system with 50000 nodes and 250,000 relationships?

Is neo4j Aura free version can handle the above spec interms of scalability? Like at a time 1000 users are requesting a cypher query and system can handle?

Thanks,
Skanda

Suspect the answer might be yes... but there is not enough detail.

50,000 nodes and 250,000 relationships.

Do these nodes/relationships have properties? Does each node average 4 properties for 100 properties?

Like at a time 1000 users are requesting a cypher query and system can handle?

and is the expected response time for any query to be less than 1s or less than 10s?
are the queries more analytical in nature, i.e. find my the average age of all :Person who :PURCHASED a :Product in 2021 and the the :VENDOR of the :Product had a country_code='FR' or are the queries simply for order_id=12345 return the customer name?