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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠