SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2491
Amazon Web Services Integration with Netsuite
Raksha Singh1, Ramesh Solanki 2
1P.G. Student, Dept. of M.C.A., VES Institute of Technology, Mumbai, Maharashtra, India
2Assistant Prof/, Dept. of M.C.A., VES Institute of Technology, Mumbai, Maharashtra,India
---------------------------------------------------------------------***---------------------------------------------------------------------
ABSTRACT: In today’s world of business, peoplearerelying on
cloud storage where Netsuite is a leading vendor of cloud
computing. Netsuite store the data related to business’s
financials, operations and customer relations. Whereas
Amazon web service is also cloud computing. To leverage the
benefit of both is where integration comes into picture.
NetSuite’s application is based on a single customer record, so
sales, support, billing, accounting, shipping, and business
intelligence capabilities all access the same data. So, when we
need to integrate with third party app or websites to process
large data transaction and processing which can be done
directly so we need a middle tier and here Amazon Web
Service comes into picture. The web service handles the data
appropriately without slowing it down.
KEYWORDS: Netsuite, AWS, RDS, DynamoDB, SuiteTalk,
RESTlet, SOAP.
1. INTRODUCTION
Nowadays, client doesn’t want to restrict to just to one
software they want something which is more effective and
reliable and want something that can mold into their
business. NetSuite even though having their own API’s butit
will just restrict it. To make it open to other Software like
Microsoft Visual or Android studio. Integrationmakeitmore
reliable and efficient and can leverage more benefits of
Netsuite. We can use transaction of sales of netsuite within
the android app in a click of a button which can only be done
through integration.
Developers, software vendors and customer can know use
the NetSuite’s tightly integrated cloud software with their
own website or app easily and with AWS it easy to maintain
the data more efficiently without loading the Netsuite web
services. Since Netsuite is expanding moreinintegration itis
know much more flexible to integrate with the existing
software development tools. AWS can seamlessly have
integrated with NetSuite, where customers can log in with
their credentials and access their account details and other
related documents.
NetSuite’s usage of AWS is another milestoneinthebusiness
process of Netsuite since customer can leverage the benefit
of Netsuite and AWS both.
I. THE STUDY
Before implementing it, we have done many research of it
thoroughly. Netsuite and AWS integration is something
which requires lot of research and understanding before
integrating it is easy to understand two to them individually
because both is having their own API’s which can be easy to
use but to use both of them together and then to integrate it
with our Third-party application is something challenging.
We had to research about both and then how can we
implement with our software’s languages like Java orPHPin
Android Studio or Microsoft Visual Studio.
So, the first step was how to connect our software with AWS
and then we can connect AWS with Netsuite. So, initially we
started with connection of Android with AWS. We had to
choose any of the web service andsinceAmazonprovideone
year free trial to use any of the web service so we opted with
RDS (Relational Database System) which can be can
connected to MYSQL and the we can easilystoreandretrieve
data from our android app to RDS on cloud.
After App is connected to AWS RDS with the help of PHP
scripts by having Netsuite credential and PHP toolkit
provided by netsuite it can get connected to AWS RDS. And
with these customers can easily access the netsuite with all
data handling by AWS
II. Netsuite
NetSuite is an online services provider for the small-scale
business process providing it services to many companies
which uses Netsuite for their client.
Netsuite is ERP business process that is much more scalable
and convenient to use. With Netsuitecustomercanhandleits
entire business in much easier way without worry of data
security. Netsuite can provide a small-scale business to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2492
handle more efficiently and it is gaining more recognition
after oracle has acquired it in Nov 2016. Netsuite can alsobe
easily integrated with almost any developing tool and with
SuiteTalk as webservice of netsuite it easy to communicate
with other languages in more convenient way
III. AWS RDS
Amazon RDS gives you flexibility to let amazon handles
your data processing more securely and since AWS provides
one year free trial we can use and then decide whether to
continue or not so this is one of the plus point. AWS RDS is a
relational database which doesn’trequiresanycomplexityso
any one with basic knowledge can also access the AWS RDS
MYSQL is one of the popular open source database which
AWS RDS uses which is more flexible, scalable and
understandable to use. And with somecommandlineusecan
easily access the MYSQL database. AWS RDS application
development by managing time-consuming database
administration tasks including backups, software patching,
monitoring, scaling and replication.
IV. The Integration
Integration of Netsuite and AWS can benefit many
customers which want to leverage the benefit of ERP of
Netsuite and Storage of Amazon Web Service. Both together
can tackle many problems and achieve many benefits in
business world
SuiteTalk is a Netsuite SOAP based web service that can
make call to AWS RDS through PHP script which can then
pass data fromNetsuite to AWS RDS and thenRDSwillpassit
to App and vice a versa without any load on app and can
work seamlessly.
SuiteTalk webservices makes it easy and convenient to
design a complex website or mobile application with the
knowledge of SOAP and PHP. Developer can easily then
develop mobile app with their own cloud storage access
Within SuiteTalk Netsuite webserviceithasvarietyof wayto
access the other services. SuiteTalk uses the SOAP based
webservices which is already well know so we don’t have to
separately learn SuiteTalk. With the knowledge of SOAP is
fair enough to understand SuiteTalk.
The SuiteTalk platform provides access to NetSuite data and
business processes through an XML-based application
programming interface (API). The SuiteTalk provides easy
call to AWS RDS through PHP script within the PHP Toolkit
provided by Netsuite. With SuiteTalk we also have other
option like RESTlet provided by netsuite which is same as
REST Webservices
Fig.1 SuiteTalk Execution [3]
Since SuiteTalk is SOAP based we can easily use it in
developing tools like MS Visual Studio or Android
V. AWS RDS and EC2 Server
Amazon Elastic Compute Cloud (Amazon EC2) is a web
service that provides secure, and elastic resizable data
capacity and with their elastic bean stake it is easy to
increase the capacity of the data . It is designedtomakeweb-
scale cloud computing easier for developers. On EC2 server
we can locate RDS. Amazon EC2’s simple web service
interface allows you to obtain and configure capacity with
minimal friction. Amazon EC2 is integrated with most AWS
services such as Amazon Relational Database Service
(Amazon RDS), and Amazon Virtual Private Cloud (Amazon
VPC) to provide a complete, secure solution for computing,
query processing, and cloud storage across a wide range of
applications.
And to that we need to use ubuntu or putty which is Linux
software through which we can connect our EC2serverwith
MYSQL and after that we just should locate the RDS key on
the EC2 server and then RDS can handle all MYSQLdatabase.
VI. Command-line EC2 connection of MYSQL
ssh -i ERP.pem ubuntu@h-1.compute.amazonaws.com
Where SSH is use connect remotely between client and the
ec2 server and ERP.pem is a key generated by AWS EC2 is a
key which provides Authentication for that server.
root@ip-172-31-13-77:/home/ubuntu#sudoapt-getinstall
mysql-server php-mysql phpmyadmin
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2493
It will then connect to ec2 server then we can install
phpmyadmin for mysql so that we can connect mysql on
EC2.
root@ip-172-31-13-77:/home/ubuntu# mysql -h
ederp.c8ofb8pbtqvb.ap-south-1.rds.amazonaws.com
Here we connect our RDS on EC2 server through the RDS
endpoint.
With the database created on RDS can be visible on MYSQL
Server. So, the Storage space is provided by the AWS RDS
and data is safe on cloud without and worries.
With these we have effectively connected RDS with MYSQL
now we can use any language or developing tool to just
connect RDS MYSQL with any developing tool like Android
or Visual Studio of any programming languages.
One of the most important thing in RDS is the “Database
Instance” created in RDS. It is where the database is created
and whatever table you make will be thensecurelystored on
the cloud. So, whatever tables is created from MYSQL is
actually on the cloud in RDS database which is created atthe
time of launch of RDS instance. RDS database can be
accessed from command line or PhpMyAdmin.
VII. AWS-RDS integration with Netsuite
Now the connection of RDS with Netsuite is done with PHP
Script. The PHP Toolkit is provided with Netsuite which can
be downloaded where in the config file we need to provide
configuration details like Application ID, Password, Secret
Key, Passport Token Based Authentication which is
generated on the registered Netsuite ID. With all these
details in the php file we just need to edit php.ini file to
opennssl so that ec2 can connect to netsuite.
The integration of both help the customer to use benefits in
their existing system and to mold according to their use.
AWS also provide other serviceslikeDynamoDBandAWS S3
which can also be used for integration with Netsuite but it is
little costly. So, RDS is one of the best solution.
With a development platform of NetSuite’sSuiteCloud,Suite
Storage connector is built to integrate AmazonandNetSuite.
This offers NetSuite customers the user interfacecreatedfor
retrieving and storing data on Amazon RDS. This means the
netsuite client can easily access the AWS benefit with their
netsuite usage.
Amazon RDS offers a secure, scalable and low-cost services
to its customer with more data storage and securitywhichis
much needed in today’s business world
VIII. Security
Security wise both Netsuite and Amazon Web Service
provide crypto level security with AWS Cognito it has three
level verification if used for Mobile App development where
we can register and login with provided security like OTP
and email verification and data of that is stored in
cryptographic format in AWS Cognito and since the data
centers of Netsuite and AWS is located in different sections
of country which is very difficult to hack by the intruder
IX. Conclusion
After going through all the application architecture to
implement External Server in which we can use Amazon
Web Service(AWS) the point where external server is the
most needed integrator for the mobile app. Amazon Web
Service’s is to minimize the data loading and provide
robustness to the system. Amazon Web Service offers
RDS database service known for scalability, robustness and
easy data processing and handling.
It is very much flexible to integrate netsuite and RDS with
website or mobile app.
With these integration customers can leverage the benefitof
ERP and Storage from both services in their existing
application.
X. References
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide
/Welcome.html
http://www.netsuite.com/portal/press/releases/nlpr04-
15-10a.shtml
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide
/CHAP_MySQL.html
http://www.softype.com/netsuite-product-overview/

More Related Content

What's hot

From Monolith to Microservices - Containerized Microservices on AWS - April 2...
From Monolith to Microservices - Containerized Microservices on AWS - April 2...From Monolith to Microservices - Containerized Microservices on AWS - April 2...
From Monolith to Microservices - Containerized Microservices on AWS - April 2...Amazon Web Services
 
AWS per il settore pubblico in Italia
AWS per il settore pubblico in ItaliaAWS per il settore pubblico in Italia
AWS per il settore pubblico in ItaliaAmazon Web Services
 
Hybrid Cloud – Enabling a Borderless Data Center for Your Business
Hybrid Cloud – Enabling a Borderless Data Center for Your BusinessHybrid Cloud – Enabling a Borderless Data Center for Your Business
Hybrid Cloud – Enabling a Borderless Data Center for Your BusinessAmazon Web Services
 
Building and Deploying .Net Applications on AWS
Building and Deploying .Net Applications on AWSBuilding and Deploying .Net Applications on AWS
Building and Deploying .Net Applications on AWSAmazon Web Services
 
On-premise to Microsoft Azure Cloud Migration.
 On-premise to Microsoft Azure Cloud Migration. On-premise to Microsoft Azure Cloud Migration.
On-premise to Microsoft Azure Cloud Migration.Emtec Inc.
 
Migra le tue file shares in cloud con FSx for Windows
Migra le tue file shares in cloud con FSx for Windows Migra le tue file shares in cloud con FSx for Windows
Migra le tue file shares in cloud con FSx for Windows Amazon Web Services
 
Architecting Application Services For Hybrid Cloud - AWS Summit SG 2017
Architecting Application Services For Hybrid Cloud - AWS Summit SG 2017Architecting Application Services For Hybrid Cloud - AWS Summit SG 2017
Architecting Application Services For Hybrid Cloud - AWS Summit SG 2017Amazon Web Services
 
Compute Without Servers – Building Applications with AWS Lambda
Compute Without Servers – Building Applications with AWS LambdaCompute Without Servers – Building Applications with AWS Lambda
Compute Without Servers – Building Applications with AWS LambdaAmazon Web Services
 
Interconnect with Ecosystems and Things- AWS Summit SG 2017
Interconnect with Ecosystems and Things- AWS Summit SG 2017Interconnect with Ecosystems and Things- AWS Summit SG 2017
Interconnect with Ecosystems and Things- AWS Summit SG 2017Amazon Web Services
 
Realize Value of Your Microsoft Investments - Transformation Day Montreal 2018
Realize Value of Your Microsoft Investments - Transformation Day Montreal 2018Realize Value of Your Microsoft Investments - Transformation Day Montreal 2018
Realize Value of Your Microsoft Investments - Transformation Day Montreal 2018Amazon Web Services
 
Monetize your IOT Investment with Salesforce and AWS PPT
Monetize your IOT Investment with Salesforce and AWS PPTMonetize your IOT Investment with Salesforce and AWS PPT
Monetize your IOT Investment with Salesforce and AWS PPTAmazon Web Services
 
Cost Optimization for Microsoft Workloads on AWS - AWS Transformation Day: Sa...
Cost Optimization for Microsoft Workloads on AWS - AWS Transformation Day: Sa...Cost Optimization for Microsoft Workloads on AWS - AWS Transformation Day: Sa...
Cost Optimization for Microsoft Workloads on AWS - AWS Transformation Day: Sa...Amazon Web Services
 
Breakout Session Devops at Amazon with Scania
Breakout Session Devops at Amazon with ScaniaBreakout Session Devops at Amazon with Scania
Breakout Session Devops at Amazon with ScaniaAmazon Web Services
 
AWS Enterprise Summit - AWS로 엔터프라이즈 솔루션 구축 및 운영하기 - 이종남
AWS Enterprise Summit - AWS로 엔터프라이즈 솔루션 구축 및 운영하기 - 이종남AWS Enterprise Summit - AWS로 엔터프라이즈 솔루션 구축 및 운영하기 - 이종남
AWS Enterprise Summit - AWS로 엔터프라이즈 솔루션 구축 및 운영하기 - 이종남Amazon Web Services Korea
 
Architecting for the New Age Enterprise - AWS Summit SG 2017
Architecting for the New Age Enterprise - AWS Summit SG 2017Architecting for the New Age Enterprise - AWS Summit SG 2017
Architecting for the New Age Enterprise - AWS Summit SG 2017Amazon Web Services
 
Windows Workloads on AWS - AWS Innovate Toronto
Windows Workloads on AWS - AWS Innovate TorontoWindows Workloads on AWS - AWS Innovate Toronto
Windows Workloads on AWS - AWS Innovate TorontoAmazon Web Services
 
Vishwakarma: Terraform modules for deploying EKS and Self-hosting Kubernetes
Vishwakarma: Terraform modules for deploying EKS and Self-hosting KubernetesVishwakarma: Terraform modules for deploying EKS and Self-hosting Kubernetes
Vishwakarma: Terraform modules for deploying EKS and Self-hosting KubernetesAmazon Web Services
 

What's hot (20)

From Monolith to Microservices - Containerized Microservices on AWS - April 2...
From Monolith to Microservices - Containerized Microservices on AWS - April 2...From Monolith to Microservices - Containerized Microservices on AWS - April 2...
From Monolith to Microservices - Containerized Microservices on AWS - April 2...
 
AWS per il settore pubblico in Italia
AWS per il settore pubblico in ItaliaAWS per il settore pubblico in Italia
AWS per il settore pubblico in Italia
 
Hybrid Cloud – Enabling a Borderless Data Center for Your Business
Hybrid Cloud – Enabling a Borderless Data Center for Your BusinessHybrid Cloud – Enabling a Borderless Data Center for Your Business
Hybrid Cloud – Enabling a Borderless Data Center for Your Business
 
Building and Deploying .Net Applications on AWS
Building and Deploying .Net Applications on AWSBuilding and Deploying .Net Applications on AWS
Building and Deploying .Net Applications on AWS
 
Digital Transformation
Digital TransformationDigital Transformation
Digital Transformation
 
On-premise to Microsoft Azure Cloud Migration.
 On-premise to Microsoft Azure Cloud Migration. On-premise to Microsoft Azure Cloud Migration.
On-premise to Microsoft Azure Cloud Migration.
 
應用開發新思維
應用開發新思維應用開發新思維
應用開發新思維
 
Migra le tue file shares in cloud con FSx for Windows
Migra le tue file shares in cloud con FSx for Windows Migra le tue file shares in cloud con FSx for Windows
Migra le tue file shares in cloud con FSx for Windows
 
Architecting Application Services For Hybrid Cloud - AWS Summit SG 2017
Architecting Application Services For Hybrid Cloud - AWS Summit SG 2017Architecting Application Services For Hybrid Cloud - AWS Summit SG 2017
Architecting Application Services For Hybrid Cloud - AWS Summit SG 2017
 
Compute Without Servers – Building Applications with AWS Lambda
Compute Without Servers – Building Applications with AWS LambdaCompute Without Servers – Building Applications with AWS Lambda
Compute Without Servers – Building Applications with AWS Lambda
 
Interconnect with Ecosystems and Things- AWS Summit SG 2017
Interconnect with Ecosystems and Things- AWS Summit SG 2017Interconnect with Ecosystems and Things- AWS Summit SG 2017
Interconnect with Ecosystems and Things- AWS Summit SG 2017
 
Realize Value of Your Microsoft Investments - Transformation Day Montreal 2018
Realize Value of Your Microsoft Investments - Transformation Day Montreal 2018Realize Value of Your Microsoft Investments - Transformation Day Montreal 2018
Realize Value of Your Microsoft Investments - Transformation Day Montreal 2018
 
Monetize your IOT Investment with Salesforce and AWS PPT
Monetize your IOT Investment with Salesforce and AWS PPTMonetize your IOT Investment with Salesforce and AWS PPT
Monetize your IOT Investment with Salesforce and AWS PPT
 
Cost Optimization on AWS
Cost Optimization on AWSCost Optimization on AWS
Cost Optimization on AWS
 
Cost Optimization for Microsoft Workloads on AWS - AWS Transformation Day: Sa...
Cost Optimization for Microsoft Workloads on AWS - AWS Transformation Day: Sa...Cost Optimization for Microsoft Workloads on AWS - AWS Transformation Day: Sa...
Cost Optimization for Microsoft Workloads on AWS - AWS Transformation Day: Sa...
 
Breakout Session Devops at Amazon with Scania
Breakout Session Devops at Amazon with ScaniaBreakout Session Devops at Amazon with Scania
Breakout Session Devops at Amazon with Scania
 
AWS Enterprise Summit - AWS로 엔터프라이즈 솔루션 구축 및 운영하기 - 이종남
AWS Enterprise Summit - AWS로 엔터프라이즈 솔루션 구축 및 운영하기 - 이종남AWS Enterprise Summit - AWS로 엔터프라이즈 솔루션 구축 및 운영하기 - 이종남
AWS Enterprise Summit - AWS로 엔터프라이즈 솔루션 구축 및 운영하기 - 이종남
 
Architecting for the New Age Enterprise - AWS Summit SG 2017
Architecting for the New Age Enterprise - AWS Summit SG 2017Architecting for the New Age Enterprise - AWS Summit SG 2017
Architecting for the New Age Enterprise - AWS Summit SG 2017
 
Windows Workloads on AWS - AWS Innovate Toronto
Windows Workloads on AWS - AWS Innovate TorontoWindows Workloads on AWS - AWS Innovate Toronto
Windows Workloads on AWS - AWS Innovate Toronto
 
Vishwakarma: Terraform modules for deploying EKS and Self-hosting Kubernetes
Vishwakarma: Terraform modules for deploying EKS and Self-hosting KubernetesVishwakarma: Terraform modules for deploying EKS and Self-hosting Kubernetes
Vishwakarma: Terraform modules for deploying EKS and Self-hosting Kubernetes
 

Similar to Amazon Web Services Integration with Netsuite

Sentiment Analysis in R on AWS cloud
Sentiment Analysis in R on AWS cloudSentiment Analysis in R on AWS cloud
Sentiment Analysis in R on AWS cloudIRJET Journal
 
Comparative Analysis of Firebase vs AWS
Comparative Analysis of Firebase vs AWSComparative Analysis of Firebase vs AWS
Comparative Analysis of Firebase vs AWSIRJET Journal
 
AWS DevOps: Introduction to DevOps on AWS
  AWS DevOps: Introduction to DevOps on AWS  AWS DevOps: Introduction to DevOps on AWS
AWS DevOps: Introduction to DevOps on AWSDatacademy.ai
 
Third party cloud services cloud computing
Third party cloud services cloud computingThird party cloud services cloud computing
Third party cloud services cloud computingSohailAliMalik
 
Discovering the value of the cloud for the business
Discovering the value of the cloud for the business Discovering the value of the cloud for the business
Discovering the value of the cloud for the business Dr. Ramkumar Lakshminarayanan
 
Azure quick-start-for-net-developers
Azure quick-start-for-net-developersAzure quick-start-for-net-developers
Azure quick-start-for-net-developersimdurgesh
 
modernize-your-microsoft-applications-whitepaper
modernize-your-microsoft-applications-whitepapermodernize-your-microsoft-applications-whitepaper
modernize-your-microsoft-applications-whitepaperkcgroom
 
Refactoring Web Services on AWS cloud (PaaS & SaaS)
Refactoring Web Services on AWS cloud (PaaS & SaaS)Refactoring Web Services on AWS cloud (PaaS & SaaS)
Refactoring Web Services on AWS cloud (PaaS & SaaS)IRJET Journal
 
A Technology Backgrounder to Serverless Architecture - A Whitepaper by RapidV...
A Technology Backgrounder to Serverless Architecture - A Whitepaper by RapidV...A Technology Backgrounder to Serverless Architecture - A Whitepaper by RapidV...
A Technology Backgrounder to Serverless Architecture - A Whitepaper by RapidV...RapidValue
 
Data Center Migration to the AWS Cloud
Data Center Migration to the AWS CloudData Center Migration to the AWS Cloud
Data Center Migration to the AWS CloudTom Laszewski
 
JIT Borawan Cloud computing part 2
JIT Borawan Cloud computing part 2JIT Borawan Cloud computing part 2
JIT Borawan Cloud computing part 2Sawan Mishra
 
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System      IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System IRJET Journal
 
Learn How Salesforce used ADCs for App Load Balancing for an International Ro...
Learn How Salesforce used ADCs for App Load Balancing for an International Ro...Learn How Salesforce used ADCs for App Load Balancing for an International Ro...
Learn How Salesforce used ADCs for App Load Balancing for an International Ro...Amazon Web Services
 
MSC202_Learn How Salesforce Used ADCs for App Load Balancing for an Internati...
MSC202_Learn How Salesforce Used ADCs for App Load Balancing for an Internati...MSC202_Learn How Salesforce Used ADCs for App Load Balancing for an Internati...
MSC202_Learn How Salesforce Used ADCs for App Load Balancing for an Internati...Amazon Web Services
 
Seminar Report On Amazon Web Service
Seminar Report On Amazon Web ServiceSeminar Report On Amazon Web Service
Seminar Report On Amazon Web Serviceshishupal choudhary
 
Web Development with ASP.NET: Taking Control of the Digital World
Web Development with ASP.NET: Taking Control  of the Digital WorldWeb Development with ASP.NET: Taking Control  of the Digital World
Web Development with ASP.NET: Taking Control of the Digital Worldcompany
 
Cloud Computing & Sun Vision 03262009
Cloud Computing & Sun Vision 03262009Cloud Computing & Sun Vision 03262009
Cloud Computing & Sun Vision 03262009guest829442
 
Node.js Microservices Building Scalable and Reliable Applications.pdf
Node.js Microservices Building Scalable and Reliable Applications.pdfNode.js Microservices Building Scalable and Reliable Applications.pdf
Node.js Microservices Building Scalable and Reliable Applications.pdfSufalam Technologies
 
AWS Partner Webcast - Data Center Migration to the AWS Cloud
AWS Partner Webcast - Data Center Migration to the AWS CloudAWS Partner Webcast - Data Center Migration to the AWS Cloud
AWS Partner Webcast - Data Center Migration to the AWS CloudAmazon Web Services
 

Similar to Amazon Web Services Integration with Netsuite (20)

Sentiment Analysis in R on AWS cloud
Sentiment Analysis in R on AWS cloudSentiment Analysis in R on AWS cloud
Sentiment Analysis in R on AWS cloud
 
Comparative Analysis of Firebase vs AWS
Comparative Analysis of Firebase vs AWSComparative Analysis of Firebase vs AWS
Comparative Analysis of Firebase vs AWS
 
AWS DevOps: Introduction to DevOps on AWS
  AWS DevOps: Introduction to DevOps on AWS  AWS DevOps: Introduction to DevOps on AWS
AWS DevOps: Introduction to DevOps on AWS
 
Third party cloud services cloud computing
Third party cloud services cloud computingThird party cloud services cloud computing
Third party cloud services cloud computing
 
Discovering the value of the cloud for the business
Discovering the value of the cloud for the business Discovering the value of the cloud for the business
Discovering the value of the cloud for the business
 
Introducing cloud computing complete
Introducing cloud computing completeIntroducing cloud computing complete
Introducing cloud computing complete
 
Azure quick-start-for-net-developers
Azure quick-start-for-net-developersAzure quick-start-for-net-developers
Azure quick-start-for-net-developers
 
modernize-your-microsoft-applications-whitepaper
modernize-your-microsoft-applications-whitepapermodernize-your-microsoft-applications-whitepaper
modernize-your-microsoft-applications-whitepaper
 
Refactoring Web Services on AWS cloud (PaaS & SaaS)
Refactoring Web Services on AWS cloud (PaaS & SaaS)Refactoring Web Services on AWS cloud (PaaS & SaaS)
Refactoring Web Services on AWS cloud (PaaS & SaaS)
 
A Technology Backgrounder to Serverless Architecture - A Whitepaper by RapidV...
A Technology Backgrounder to Serverless Architecture - A Whitepaper by RapidV...A Technology Backgrounder to Serverless Architecture - A Whitepaper by RapidV...
A Technology Backgrounder to Serverless Architecture - A Whitepaper by RapidV...
 
Data Center Migration to the AWS Cloud
Data Center Migration to the AWS CloudData Center Migration to the AWS Cloud
Data Center Migration to the AWS Cloud
 
JIT Borawan Cloud computing part 2
JIT Borawan Cloud computing part 2JIT Borawan Cloud computing part 2
JIT Borawan Cloud computing part 2
 
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System      IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
IOT Based Smart City: Weather, Traffic and Pollution Monitoring System
 
Learn How Salesforce used ADCs for App Load Balancing for an International Ro...
Learn How Salesforce used ADCs for App Load Balancing for an International Ro...Learn How Salesforce used ADCs for App Load Balancing for an International Ro...
Learn How Salesforce used ADCs for App Load Balancing for an International Ro...
 
MSC202_Learn How Salesforce Used ADCs for App Load Balancing for an Internati...
MSC202_Learn How Salesforce Used ADCs for App Load Balancing for an Internati...MSC202_Learn How Salesforce Used ADCs for App Load Balancing for an Internati...
MSC202_Learn How Salesforce Used ADCs for App Load Balancing for an Internati...
 
Seminar Report On Amazon Web Service
Seminar Report On Amazon Web ServiceSeminar Report On Amazon Web Service
Seminar Report On Amazon Web Service
 
Web Development with ASP.NET: Taking Control of the Digital World
Web Development with ASP.NET: Taking Control  of the Digital WorldWeb Development with ASP.NET: Taking Control  of the Digital World
Web Development with ASP.NET: Taking Control of the Digital World
 
Cloud Computing & Sun Vision 03262009
Cloud Computing & Sun Vision 03262009Cloud Computing & Sun Vision 03262009
Cloud Computing & Sun Vision 03262009
 
Node.js Microservices Building Scalable and Reliable Applications.pdf
Node.js Microservices Building Scalable and Reliable Applications.pdfNode.js Microservices Building Scalable and Reliable Applications.pdf
Node.js Microservices Building Scalable and Reliable Applications.pdf
 
AWS Partner Webcast - Data Center Migration to the AWS Cloud
AWS Partner Webcast - Data Center Migration to the AWS CloudAWS Partner Webcast - Data Center Migration to the AWS Cloud
AWS Partner Webcast - Data Center Migration to the AWS Cloud
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
handbook on reinforce concrete and detailing
handbook on reinforce concrete and detailinghandbook on reinforce concrete and detailing
handbook on reinforce concrete and detailingAshishSingh1301
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Stationsiddharthteach18
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualBalamuruganV28
 
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...drjose256
 
Insurance management system project report.pdf
Insurance management system project report.pdfInsurance management system project report.pdf
Insurance management system project report.pdfKamal Acharya
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...IJECEIAES
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdfAlexander Litvinenko
 
Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..MaherOthman7
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxMustafa Ahmed
 
CLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalCLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalSwarnaSLcse
 
Circuit Breakers for Engineering Students
Circuit Breakers for Engineering StudentsCircuit Breakers for Engineering Students
Circuit Breakers for Engineering Studentskannan348865
 
Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfKira Dess
 
Interfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfInterfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfragupathi90
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashidFaiyazSheikh
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Toolssoginsider
 
Software Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfSoftware Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfssuser5c9d4b1
 
Artificial Intelligence in due diligence
Artificial Intelligence in due diligenceArtificial Intelligence in due diligence
Artificial Intelligence in due diligencemahaffeycheryld
 
15-Minute City: A Completely New Horizon
15-Minute City: A Completely New Horizon15-Minute City: A Completely New Horizon
15-Minute City: A Completely New HorizonMorshed Ahmed Rahath
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfJNTUA
 

Recently uploaded (20)

Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
handbook on reinforce concrete and detailing
handbook on reinforce concrete and detailinghandbook on reinforce concrete and detailing
handbook on reinforce concrete and detailing
 
Independent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging StationIndependent Solar-Powered Electric Vehicle Charging Station
Independent Solar-Powered Electric Vehicle Charging Station
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manual
 
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
 
Insurance management system project report.pdf
Insurance management system project report.pdfInsurance management system project report.pdf
Insurance management system project report.pdf
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
 
Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..
 
Autodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptxAutodesk Construction Cloud (Autodesk Build).pptx
Autodesk Construction Cloud (Autodesk Build).pptx
 
CLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference ModalCLOUD COMPUTING SERVICES - Cloud Reference Modal
CLOUD COMPUTING SERVICES - Cloud Reference Modal
 
Circuit Breakers for Engineering Students
Circuit Breakers for Engineering StudentsCircuit Breakers for Engineering Students
Circuit Breakers for Engineering Students
 
Artificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdfArtificial intelligence presentation2-171219131633.pdf
Artificial intelligence presentation2-171219131633.pdf
 
Interfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfInterfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdf
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded Systems
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
 
Software Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfSoftware Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdf
 
Artificial Intelligence in due diligence
Artificial Intelligence in due diligenceArtificial Intelligence in due diligence
Artificial Intelligence in due diligence
 
15-Minute City: A Completely New Horizon
15-Minute City: A Completely New Horizon15-Minute City: A Completely New Horizon
15-Minute City: A Completely New Horizon
 
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdfInvolute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
Involute of a circle,Square, pentagon,HexagonInvolute_Engineering Drawing.pdf
 

Amazon Web Services Integration with Netsuite

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2491 Amazon Web Services Integration with Netsuite Raksha Singh1, Ramesh Solanki 2 1P.G. Student, Dept. of M.C.A., VES Institute of Technology, Mumbai, Maharashtra, India 2Assistant Prof/, Dept. of M.C.A., VES Institute of Technology, Mumbai, Maharashtra,India ---------------------------------------------------------------------***--------------------------------------------------------------------- ABSTRACT: In today’s world of business, peoplearerelying on cloud storage where Netsuite is a leading vendor of cloud computing. Netsuite store the data related to business’s financials, operations and customer relations. Whereas Amazon web service is also cloud computing. To leverage the benefit of both is where integration comes into picture. NetSuite’s application is based on a single customer record, so sales, support, billing, accounting, shipping, and business intelligence capabilities all access the same data. So, when we need to integrate with third party app or websites to process large data transaction and processing which can be done directly so we need a middle tier and here Amazon Web Service comes into picture. The web service handles the data appropriately without slowing it down. KEYWORDS: Netsuite, AWS, RDS, DynamoDB, SuiteTalk, RESTlet, SOAP. 1. INTRODUCTION Nowadays, client doesn’t want to restrict to just to one software they want something which is more effective and reliable and want something that can mold into their business. NetSuite even though having their own API’s butit will just restrict it. To make it open to other Software like Microsoft Visual or Android studio. Integrationmakeitmore reliable and efficient and can leverage more benefits of Netsuite. We can use transaction of sales of netsuite within the android app in a click of a button which can only be done through integration. Developers, software vendors and customer can know use the NetSuite’s tightly integrated cloud software with their own website or app easily and with AWS it easy to maintain the data more efficiently without loading the Netsuite web services. Since Netsuite is expanding moreinintegration itis know much more flexible to integrate with the existing software development tools. AWS can seamlessly have integrated with NetSuite, where customers can log in with their credentials and access their account details and other related documents. NetSuite’s usage of AWS is another milestoneinthebusiness process of Netsuite since customer can leverage the benefit of Netsuite and AWS both. I. THE STUDY Before implementing it, we have done many research of it thoroughly. Netsuite and AWS integration is something which requires lot of research and understanding before integrating it is easy to understand two to them individually because both is having their own API’s which can be easy to use but to use both of them together and then to integrate it with our Third-party application is something challenging. We had to research about both and then how can we implement with our software’s languages like Java orPHPin Android Studio or Microsoft Visual Studio. So, the first step was how to connect our software with AWS and then we can connect AWS with Netsuite. So, initially we started with connection of Android with AWS. We had to choose any of the web service andsinceAmazonprovideone year free trial to use any of the web service so we opted with RDS (Relational Database System) which can be can connected to MYSQL and the we can easilystoreandretrieve data from our android app to RDS on cloud. After App is connected to AWS RDS with the help of PHP scripts by having Netsuite credential and PHP toolkit provided by netsuite it can get connected to AWS RDS. And with these customers can easily access the netsuite with all data handling by AWS II. Netsuite NetSuite is an online services provider for the small-scale business process providing it services to many companies which uses Netsuite for their client. Netsuite is ERP business process that is much more scalable and convenient to use. With Netsuitecustomercanhandleits entire business in much easier way without worry of data security. Netsuite can provide a small-scale business to
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2492 handle more efficiently and it is gaining more recognition after oracle has acquired it in Nov 2016. Netsuite can alsobe easily integrated with almost any developing tool and with SuiteTalk as webservice of netsuite it easy to communicate with other languages in more convenient way III. AWS RDS Amazon RDS gives you flexibility to let amazon handles your data processing more securely and since AWS provides one year free trial we can use and then decide whether to continue or not so this is one of the plus point. AWS RDS is a relational database which doesn’trequiresanycomplexityso any one with basic knowledge can also access the AWS RDS MYSQL is one of the popular open source database which AWS RDS uses which is more flexible, scalable and understandable to use. And with somecommandlineusecan easily access the MYSQL database. AWS RDS application development by managing time-consuming database administration tasks including backups, software patching, monitoring, scaling and replication. IV. The Integration Integration of Netsuite and AWS can benefit many customers which want to leverage the benefit of ERP of Netsuite and Storage of Amazon Web Service. Both together can tackle many problems and achieve many benefits in business world SuiteTalk is a Netsuite SOAP based web service that can make call to AWS RDS through PHP script which can then pass data fromNetsuite to AWS RDS and thenRDSwillpassit to App and vice a versa without any load on app and can work seamlessly. SuiteTalk webservices makes it easy and convenient to design a complex website or mobile application with the knowledge of SOAP and PHP. Developer can easily then develop mobile app with their own cloud storage access Within SuiteTalk Netsuite webserviceithasvarietyof wayto access the other services. SuiteTalk uses the SOAP based webservices which is already well know so we don’t have to separately learn SuiteTalk. With the knowledge of SOAP is fair enough to understand SuiteTalk. The SuiteTalk platform provides access to NetSuite data and business processes through an XML-based application programming interface (API). The SuiteTalk provides easy call to AWS RDS through PHP script within the PHP Toolkit provided by Netsuite. With SuiteTalk we also have other option like RESTlet provided by netsuite which is same as REST Webservices Fig.1 SuiteTalk Execution [3] Since SuiteTalk is SOAP based we can easily use it in developing tools like MS Visual Studio or Android V. AWS RDS and EC2 Server Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, and elastic resizable data capacity and with their elastic bean stake it is easy to increase the capacity of the data . It is designedtomakeweb- scale cloud computing easier for developers. On EC2 server we can locate RDS. Amazon EC2’s simple web service interface allows you to obtain and configure capacity with minimal friction. Amazon EC2 is integrated with most AWS services such as Amazon Relational Database Service (Amazon RDS), and Amazon Virtual Private Cloud (Amazon VPC) to provide a complete, secure solution for computing, query processing, and cloud storage across a wide range of applications. And to that we need to use ubuntu or putty which is Linux software through which we can connect our EC2serverwith MYSQL and after that we just should locate the RDS key on the EC2 server and then RDS can handle all MYSQLdatabase. VI. Command-line EC2 connection of MYSQL ssh -i ERP.pem ubuntu@h-1.compute.amazonaws.com Where SSH is use connect remotely between client and the ec2 server and ERP.pem is a key generated by AWS EC2 is a key which provides Authentication for that server. root@ip-172-31-13-77:/home/ubuntu#sudoapt-getinstall mysql-server php-mysql phpmyadmin
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 06 | June -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2493 It will then connect to ec2 server then we can install phpmyadmin for mysql so that we can connect mysql on EC2. root@ip-172-31-13-77:/home/ubuntu# mysql -h ederp.c8ofb8pbtqvb.ap-south-1.rds.amazonaws.com Here we connect our RDS on EC2 server through the RDS endpoint. With the database created on RDS can be visible on MYSQL Server. So, the Storage space is provided by the AWS RDS and data is safe on cloud without and worries. With these we have effectively connected RDS with MYSQL now we can use any language or developing tool to just connect RDS MYSQL with any developing tool like Android or Visual Studio of any programming languages. One of the most important thing in RDS is the “Database Instance” created in RDS. It is where the database is created and whatever table you make will be thensecurelystored on the cloud. So, whatever tables is created from MYSQL is actually on the cloud in RDS database which is created atthe time of launch of RDS instance. RDS database can be accessed from command line or PhpMyAdmin. VII. AWS-RDS integration with Netsuite Now the connection of RDS with Netsuite is done with PHP Script. The PHP Toolkit is provided with Netsuite which can be downloaded where in the config file we need to provide configuration details like Application ID, Password, Secret Key, Passport Token Based Authentication which is generated on the registered Netsuite ID. With all these details in the php file we just need to edit php.ini file to opennssl so that ec2 can connect to netsuite. The integration of both help the customer to use benefits in their existing system and to mold according to their use. AWS also provide other serviceslikeDynamoDBandAWS S3 which can also be used for integration with Netsuite but it is little costly. So, RDS is one of the best solution. With a development platform of NetSuite’sSuiteCloud,Suite Storage connector is built to integrate AmazonandNetSuite. This offers NetSuite customers the user interfacecreatedfor retrieving and storing data on Amazon RDS. This means the netsuite client can easily access the AWS benefit with their netsuite usage. Amazon RDS offers a secure, scalable and low-cost services to its customer with more data storage and securitywhichis much needed in today’s business world VIII. Security Security wise both Netsuite and Amazon Web Service provide crypto level security with AWS Cognito it has three level verification if used for Mobile App development where we can register and login with provided security like OTP and email verification and data of that is stored in cryptographic format in AWS Cognito and since the data centers of Netsuite and AWS is located in different sections of country which is very difficult to hack by the intruder IX. Conclusion After going through all the application architecture to implement External Server in which we can use Amazon Web Service(AWS) the point where external server is the most needed integrator for the mobile app. Amazon Web Service’s is to minimize the data loading and provide robustness to the system. Amazon Web Service offers RDS database service known for scalability, robustness and easy data processing and handling. It is very much flexible to integrate netsuite and RDS with website or mobile app. With these integration customers can leverage the benefitof ERP and Storage from both services in their existing application. X. References http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide /Welcome.html http://www.netsuite.com/portal/press/releases/nlpr04- 15-10a.shtml http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide /CHAP_MySQL.html http://www.softype.com/netsuite-product-overview/