代写接单-SIT323 Practical Software Development, Trimester 1, 2022 Assessment Task 2

欢迎使用51辅导,51作业君孵化低价透明的学长辅导平台,服务保持优质,平均费用压低50%以上! 51fudao.top

SIT323 Practical Software Development, Trimester 1, 2022 Assessment Task 2

Due Date Sunday, 8:00 PM (AEDT), 5 June, 2022. 

Summary You need to create software to help determine a set of allocations such that each allocation specifies which tasks are allocated to run on a particular processor. These allocations are based on data from within a configuration file. Your software will use the following configuration files stored on an Azure blob. • https://sit323t122.blob.core.windows.net/at2-blob/TestSmall.cff • https://sit323t122.blob.core.windows.net/at2-blob/TestLarge.cff • https://sit323t122.blob.core.windows.net/at2-blob/TestExtraLarge.cff For each configuration file, the ideal goal is to find one or more allocations: 1. that consume a minimum amount of energy 2. where the overall runtime of each allocation does not exceed a program duration 3. where processor RAM constraints are satisfied There might be one or more allocations that meet these constraints. Also, there might be no allocation that meets these constraints because the program duration is too small for all combinations of task allocations. Application As your software might not be able to find the ideal allocation within several years, it must attempt to obtain a set of allocations within 5 minutes, where these allocations have the smallest energy consumption that you can find but also satisfy the time and memory constraints. That is, after 5 minutes, your software must: • stop searching for other allocations, • display the low energy consuming allocations that your program found, • display the runtimes and amount of energy consumed next to each allocation, and • display the maximum of amount of processor RAM required by the tasks allocated to that processor, and the amount of RAM available to that processor. Your client software will directly read a configuration file that is stored on Azure. That is, your software must open the file using its URL. Do not download these configuration files, and open them on a local drive. You will design and implement one or more WCF Services to compute a set of allocations based on the imported configuration data. Each WCF Service will run on an AWS virtual machine. This service will be invoked by your client software. This client software will Page 1 of 4 provide/pass configuration data to this service, and this service will return a set of allocations. In order to use more compute resources (AWS VMs) to more quickly determine a set of allocations, you will use several AWS virtual machines, AMIs, auto scaling groups, a load balancer, and other AWS resources. Each of these VMs will have your WCF Service installed. As your software will send several asynchronous requests to your WCF Services, it will receive responses from several WCF Services. Each response should contain a set of allocations. For example: • WCF Service 1 returns a set of 8 allocations, where each allocation consumes 100. • WCF Service 2 returns a set of 4 allocations, where each allocation consumes 150. • WCF Service 3 returns a set of 12 allocations, where each allocation consumes 90. • WCF Service 4 returns a set of 5 allocations, where each allocation consumes 123. Your software needs to determine which response contains allocations that consume the smallest amount of energy. For example, the set of 12 allocations (in the above list) consume the smallest amount of energy. AWS Cloud Architecture The cloud architecture that you will implement is depicted in Figure 1. In general, client requests are directly sent to the application load balancer. Each request is sent to one of the Microsoft IIS web servers on a VM, and finally to one of your WCF Services. A response will be delivered to the client. This architecture will use three different types of VM: t2.nano, t2.micro, and t2.small. This architecture will use three auto scaling groups. Each auto scaling group: • uses only one type of VM, and not the same as another group • commences with one VM • launches one VM when CPU utilisation exceeds 70%, with scale in enable • does not exceed 4 VMs • retains at least 1 VM Other main AWS resources required for this assessment task are depicted in Figure 1. Page 2 of 4 Submission Please submit 2 items. Figure 1. 1. A ZIP file of your Visual Studio files and folders. See Assessment Task 2 Submission.pdf for details. 2. An mp4 video about your cloud system. This video should present AWS resources used in your cloud system, and it should demonstrate your cloud system working. See also the following resources: Page 3 of 4 a. AT2 - Video Preparation and Content.pdf for details. b. Video Preparation: https://video.deakin.edu.au/media/t/1_9jscpt03 c. Content for Video Submission: https://video.deakin.edu.au/media/t/1_h31zimx9 Page 4 of 4 


51作业君

Email:51zuoyejun

@gmail.com

添加客服微信: abby12468