You are on page 1of 8

Deploying the Customer Data

Base on Cloud Using AWS

Cloud Computing

360DigiTMG Cloud Computing Project


E-COMMERCE
INTERNET SHOPPING

01 Project Time Line


04 What and Why Use
AWS RDS with MySQL

02 Project Objectives
05 Database
Migration Design

03 What & Why


Cloud Computing

AGENDA
Project Time Line

Cloud Schema Diagram Realtime working and


Database Final Database
Show the Schema Support setup
To complete the task Need to understand the Actual database inside the
by estimated date business requirements diagram and entity server including all the Actual database inside the
how confident are and decide which relationship with all tables and the data server including all the
you database to be used relevant fields tables and the data

03/09/2020 04/09/2020 10/09/2020 14/09/2020 17/09/2020


What & Why Cloud Computing
 In a hosted cloud, the service provider
On Premise  With on premise software,  the company
remains responsible for maintaining the
maintenance the systems on their server,
solution and related processes. The
accessible by the enterprise at any given
deployment is done in house using the
time with related processes taken care of
company’s infrastructure.
by the host-cloud service provider.
 A system from the ground up requires a lot of
 Cloud service is a lot more cost-effective, effort and comes at a hefty cost. Not just the
especially those that are small in size. The setting initial investment, along with the purchase of
up and run time is cheaper and faster. additional infrastructure and processes but also,
Companies have to pay a nominal subscription the maintenance and operating costs that the
fee, whereby the updates and maintenance by company will have to incur on an ongoing basis.
the cloud host.
 There are regulatory controls that most
 When opting for a cloud computing
companies need to abide by. To meet these
model, companies need to ensure that
government and industry regulations, it is
the service provider is meeting the
imperative that companies remain complaint and
regulatory mandates within their specific
have their data in place. This can easily be if all
industry. It is important that the data of
customers, employees and partners is Cloud Computing the data is maintained in-house.
secure, whereby ensuring privacy.

Cloud computing is the delivery of on demand computer system resources,


requiring no active management and usually includes applications such as
storage and processing power. With a Cloud-based subscription model,
there is no need to purchase any additional infrastructure or licenses.

For smaller firms, the cloud is particularly more useful as it provides full functionality at
a reasonable price as there is no upfront investment required. Plus cloud software is
usually priced under a monthly or annual subscription package, covering training,
support and updates. The right cloud provider would offer enhanced scalability and
 agility. Therefore with cloud computing you get greater flexibility, time and money
savings.
What and Why Use AWS RDS with MySQL
Advantages of RDS :

Faster Query Processing Portable 


Large amount of data is retrieved It can be used in programs in PCs,
quickly and efficiently. Operations server, laptops independent of any
like Insertion, deletion, manipulation platform (Operating System, etc.).
of data is also done in almost no Also, it can be embedded with other
time. applications as per
need/requirement/use.

Easy Coding Skills Standardized Language –


For data retrieval, large number of Easy to learn and understand,
lines of code is not required. All answers to complex queries can be
basic keywords such as SELECT, received in seconds.
INSERT INTO, UPDATE, etc are used
and also the syntactical rules are
not complex in SQL, which makes it
a user-friendly language.
 It is widely used in the Business Intelligence tool.
 Data Manipulation and data testing are done through SQL.
 Data Science tools depend highly on SQL. Big data tools such as Spark, Impala are dependent on SQL.
 SQL is been long in the market resulting to have a lot of supports from developers, and community.
 Due to documentation and long establishment over years, it provides a uniform platform worldwide to all its users.

You might also like