Cloud Computing of Excel File

0

Im trying to learn how to use EC2 for cloud computing. My task is to upload an excel file to a server, have the server run all the calculations for me, and then I download the file once they are all complete. Can anyone walk me through how to do this?

2 Antworten
0

What is the size of the file?
In some cases, it may be better to use AWS Glue instead of EC2.
https://docs.aws.amazon.com/glue/latest/dg/what-is-glue.html

profile picture
EXPERTE
beantwortet vor 10 Monaten
  • For example, the event that an Excel file is put to S3 could be detected and Amazon EventBridge and Amazon SNS would launch Glue to put the file to S3 for download once the process is complete. If you are using EC2, you might want to send a message to Amazon SQS when an Excel file is put to S3, process the Excel file when you can poll the message from EC2 and put the file to S3 for download, etc.

  • The file is over 100 MB. How would glue work?

0

Solving this probably isn't related to high performance computing, but here's some pointers to possible ways to run Excel formula in an EC2 instance:

AWS
SUPPORT-TECHNIKER
beantwortet vor 10 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen