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?

Chris
已提问 10 个月前475 查看次数
2 回答
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
专家
已回答 10 个月前
  • 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
支持工程师
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则