Skip to content

program to make the client send a list of integers to the AWS instance to compute the max, min, median...etc. then send the results to the client. that will be done by using python3, boto3, and SQS.

Notifications You must be signed in to change notification settings

mohamadnoor991/AWS-client-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AWS-client-server

program to make the client send a list of integers to the AWS instance to compute the max, min, median...etc. then send the results to the client. that will be done by using python3, boto3, and SQS.


Requirement for the first project:

  • Install python3 on the AWS instance.
  • Import boto3 library to the paython3 on AWS instance.

In the first two, you will find two python files, one for the client part and one for the server part, log file, and in the end the video-demo and word file (report). This report will explain the mechanism of the project and how you will execute it.

About

program to make the client send a list of integers to the AWS instance to compute the max, min, median...etc. then send the results to the client. that will be done by using python3, boto3, and SQS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages