$29
To avoid any additional charges for resource consumption - Delete the AWS S3 storage, and AWS DynamoDb after fulfilling the assignment submission requirements.
Objective:
This assignment covers some basic concepts of cloud computing and services. The primary objective of this assignment is to introduce you to the cloud computing platform and perform a cloud computing literature review.
Plagiarism Policy:
• This assignment is an individual task. Collaboration of any type amounts to a violation of the academic integrity policy and will be reported to the AIO.
• Content cannot be copied verbatim from any source(s). Please understand the concept and write in your own words. In addition, cite the actual source. Failing to do so will be considered as plagiarism and/or cheating.
• The Dalhousie Academic Integrity policy applies to all material submitted as part of this course. Please understand the policy, which is available at: https://www.dal.ca/dept/university_secretariat/academic-integrity.html
Assignment Rubric - based on the discussion board rubric (McKinney, 2018)
Excellent (25%)
Proficient (15%)
Marginal (5%)
Unacceptable (0%)
Problem # where
applied
Completeness
All required tasks
Submission
Some tasks are
Incorrect and
Part A
including
are completed
highlights tasks
completed, which
irrelevant
Citation
completion.
are disjoint in
However, missed
nature.
some tasks in
between, which
created a
disconnection
Correctness
All parts of the
Most of the given
Most of the given
Incorrect and
Part B
given tasks are
tasks are correct
tasks are incorrect.
unacceptable
correct
However, some
The submission
portions need minor
requires major
modifications.
modifications.
Novelty
The submission
The submission
The submission
There is no novelty
Part C
contains novel
lacks novel
does not contain
contribution in key
contributions. There
novel
segments, which is
are some evidence of
contributions.
a clear indication
novelty, however, it
However, there is
is not significant
Fall 2021 saurabh.dey@dal.ca
of application
an evidence of
knowledge.
some effort.
Clarity
The written or
The written or
The written or
Failed to prove the
Part A
graphical
graphical materials,
graphical materials,
clarity. Need proper
materials, and
and developed
and developed
background
developed
applications do not
applications fail to
knowledge to perform
applications
show clear picture of
prove the clarity.
the tasks.
provide a clear
the concept. There is
Background
picture of the
room for
knowledge is
concept and
improvement
needed.
highlights the
clarity.
Citation:
McKinney, B. (2018). The impact of program-wide discussion board grading rubrics on students’ and faculty satisfaction. Online Learning, 22(2), 289-299.
Tasks:
This assignment has three parts. Part A has a small reading task, and part B, part C have small programming tasks:
Part A. Read the following paper and write a summary (visit IEEE from libraries.dal.ca)
T. Salah, M. J. Zemerly, C. Y. Yeun, M. Al-Qutayri and Y. Al-Hammadi, "Performance comparison between container-based and VM-based services," 2017 20th Conference on Innovations in Clouds, Internet and Networks (ICIN), 2017, pp. 185-190, doi: 10.1109/ICIN.2017.7899408.
• It can be approximately 1 page summary and must be written in your own words. The summary should include - (a) what the authors have presented in the paper,
(b) if any specific issue is addressed, (c) if any experiments or studies performed,
(d) analysis or findings made by the authors.
Part A - Submission requirement: A pdf file with the summary
Part B. AWS S3 Storage experiment:
Using AWS Educate account, perform the following:
take screenshots at every step:
a. Create a text file (empty file) in your computer and rename it with your “First Name”, E.g., “Alice.txt”.
b. Explore AWS SDK for Java - and write a Java program using the SDK specification for creating a S3 bucket.
c. Using another Java program or method, upload the file from your computer to the S3 bucket you created.
d. Create a flowchart using draw.io/ word or any similar tool to show the steps that you have performed in this experiment.
Part B - Submission requirement: A pdf file with the (i) flowchart, (ii) a paragraph on your overall observation of the Java SDK, (iii) screenshots of the S3 buckets and operations (capture all steps) (iv) copy-paste the program script in the pdf. (In addition, submit the source in gitlab)
Fall 2021 saurabh.dey@dal.ca
Part C. AWS DynamoDb service experiment:
Using AWS Educate account, perform the following:
take screenshots at every step.
a. Using AWS DynamoDb service - Create one collection of “Super_Volcanos”
Visit this site:
https://www.arcgis.com/apps/MapJournal/index.html?appid=a546b46a7fb942008455e072c69ea767
b. Collection should contain name, place, properties, and/or size of the volcano.
c. Write a Java program to update and add a new item in the Collection, which is
“last_eruption_period” for all the Super volcanoes (if no date or time period found, you can keep the field empty for that specific volcano)
Part C - Submission requirement: A pdf file with the (i) screenshots of the DynamoDb, (ii) also copy-paste program code in the pdf. (In addition, submit the source in gitlab), (iii) output – displays empty DynamoDb, data inserted DynamoDb, updated DynamoDb.
Fall 2021 saurabh.dey@dal.ca