AWS video file upload and process.
Project code: CSNPJ0001
To create a pipeline to accomplish the tasks listed in the "use case" chapter.
- Cloud provider: AWS
- @lilitZak - project lead
- @karentamrazyan - project coordinator
- new members can apply via https://forms.gle/BkxWRvagVJ9QL1yx6
- provide an API to uploaf a video file (up to 1GB) to an S3 bucket. It should ask for an email address.
- event should be generated on file upload, then lambda function will ping an ec2 instance and supply the address of the file to it
- ec2 instance is like a black box. It process the video file.
Question: should the file be locally copied to the ec2 instance or not? Should be answered during the solution finding process.
- send email with a report to the provided email
Store everything is a database.