Hybrid Cloud for Developers : (Record no. 2827239)

MARC details
000 -LEADER
fixed length control field 06727cam a2200889Mi 4500
001 - CONTROL NUMBER
control field on1034594863
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220712071901.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu---unuuu
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 180505s2018 enk o 000 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency EBLCP
Language of cataloging eng
Description conventions pn
Transcribing agency EBLCP
Modifying agency MERUC
-- IDB
-- CHVBK
-- OCLCO
-- OCLCF
-- VT2
-- NLE
-- TEFOD
-- OCLCQ
-- OCLCO
-- UKMGB
-- LVT
-- N$T
-- C6I
-- UKAHL
-- OCLCQ
-- OCLCO
-- UX1
-- K6U
-- OCLCO
015 ## - NATIONAL BIBLIOGRAPHY NUMBER
National bibliography number GBB882212
Source bnb
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018853901
Source Uk
019 ## -
-- 1175624807
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781788833844
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1788833848
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1788830873
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781788830874
024 3# - OTHER STANDARD IDENTIFIER
Standard number or code 9781788830874
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 001016213
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 523132042
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018853901
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000067097634
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)1034594863
Canceled/invalid control number (OCoLC)1175624807
037 ## - SOURCE OF ACQUISITION
Stock number B09541
Source of stock number/acquisition 01201872
037 ## - SOURCE OF ACQUISITION
Stock number 7FB2C761-D570-4DAE-8DF1-C51CCF3662FF
Source of stock number/acquisition OverDrive, Inc.
Note http://www.overdrive.com
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.585
Item number .H579 2018eb
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 013000
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 014000
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 018000
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 067000
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 032000
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 037000
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 052000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 004.6782
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Hirway, Manoj.
9 (RLIN) 815836
245 10 - TITLE STATEMENT
Title Hybrid Cloud for Developers :
Remainder of title Develop and deploy cost-effective applications on the AWS and OpenStack platforms with ease.
260 ## - PUBLICATION, DISTRIBUTION, ETC. (IMPRINT)
Place of publication, distribution, etc Birmingham :
Name of publisher, distributor, etc Packt Publishing,
Date of publication, distribution, etc 2018.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (273 pages)
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
588 0# -
-- Print version record.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Introducing Hybrid Clouds; Understanding hybrid clouds; What is cloud computing?; Software as a Service; Platform as a Service; Infrastructure as a Service; Characteristics of a cloud; Types of cloud; Private cloud; Public cloud; Technologies used by cloud providers; Introducing hybrid cloud; Hybrid cloud architecture; Hybrid cloud using OpenStack and AWS/Azure/GCP; What qualifies as a hybrid cloud?; Cloud bursting in a hybrid cloud; Advantages of using hybrid cloud.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Cost savingsFlexibility; Speed; Portability; Security; Factors to consider before moving to a hybrid cloud ; Understanding DevOps methodology; Collaboration; Automation; Continuous integration; Continuous testing; Summary; Chapter 2: Exploring AWS Cloud; Introducing AWS Cloud ; Amazon Web Service features; Creating an AWS account; Amazon EC2; AMI; EC2 instance types; EC2 instance IP addressing; EC2 instance security groups; Launching an EC2 instance from the web console; Amazon EBS; Creating an AWS EBS volume; Snapshot of EBS volumes; Amazon S3; S3 bucket properties.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Creating an S3 bucket using the AWS consoleUploading/downloading files to and from an S3 bucket; Using the AWS command-line interface; Using HTTP GET method or wget; Using AWS S3 API; Using the AWS console; Amazon VPC; Creating an AWS VPC; VPC configurations; Scenario 1 -- VPC with public subnet only; Scenario 2 -- VPC with public and private subnet; Scenario 3 -- VPC with public and private subnet and VPN connectivity; Scenario 4 -- VPC with private subnet only and VPN connectivity; VPC peering; Summary; Chapter 3: Exploring OpenStack Private Cloud; Introducing OpenStack; OpenStack architecture.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Installing OpenStack NOVA -- OpenStack Compute Service; Neutron -- OpenStack Networking Service; Tenant networks; Provider networks; Glance -- OpenStack Imaging Service; Cinder -- OpenStack Block Storage Service; Keystone -- OpenStack Identity Service; Horizon -- OpenStack Dashboard Service; Heat -- OpenStack Orchestration Service; Ironic -- OpenStack bare metal provisioning; OpenStack workflow -- launching a new virtual machine; Summary; Chapter 4: Developing AWS Cloud Applications; Technical requirements; AWS -- Software Development Kit (SDK).
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Setting up an AWS development environment on Visual StudioSetting up a Unix development environment for Python; Developing Amazon S3 applications -- Windows; Creating an S3 bucket; Listing S3 buckets; Uploading files to the S3 bucket; Downloading files from the S3 bucket; Listing files in an S3 bucket; Deleting a file in an S3 bucket; Developing AWS S3 applications -- Unix ; Creating a bucket; Uploading files to S3; Listing S3 buckets; Downloading files from the S3 bucket; Deleting objects/files from a bucket; Deleting a bucket; Developing Amazon EC2 applications -- Windows.
500 ## - GENERAL NOTE
General note Launching an EC2 instance.
520 ## - SUMMARY, ETC.
Summary, etc Organizations have started to adapt to hybrid cloud solutions in order to leverage advantages such as untested workloads, cloud-bursting, cloud service brokering, and more. The major goal of this book is to help developers maximize their existing skills and overcome the complexities of developing flexible and unified apps on the cloud.
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
610 20 - SUBJECT ADDED ENTRY--CORPORATE NAME
Corporate name or jurisdiction name as entry element Amazon Web Services (Firm)
9 (RLIN) 856938
610 27 - SUBJECT ADDED ENTRY--CORPORATE NAME
Corporate name or jurisdiction name as entry element Amazon Web Services (Firm)
Source of heading or term fast
-- (OCoLC)fst01974501
9 (RLIN) 856938
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Cloud computing.
9 (RLIN) 119956
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Application software
General subdivision Development.
9 (RLIN) 135854
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Infonuagique.
9 (RLIN) 876625
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Logiciels d'application
General subdivision Développement.
9 (RLIN) 877691
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Computer Literacy.
Source of heading or term bisacsh
9 (RLIN) 38227
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Computer Science.
Source of heading or term bisacsh
9 (RLIN) 38230
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Data Processing.
Source of heading or term bisacsh
9 (RLIN) 38229
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Hardware
-- General.
Source of heading or term bisacsh
9 (RLIN) 38231
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Information Technology.
Source of heading or term bisacsh
9 (RLIN) 38228
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Machine Theory.
Source of heading or term bisacsh
9 (RLIN) 38226
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Reference.
Source of heading or term bisacsh
9 (RLIN) 38225
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Application software
General subdivision Development.
Source of heading or term fast
-- (OCoLC)fst00811707
9 (RLIN) 135854
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Cloud computing.
Source of heading or term fast
-- (OCoLC)fst01745899
9 (RLIN) 119956
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Hirway, Manoj.
Title Hybrid Cloud for Developers : Develop and deploy cost-effective applications on the AWS and OpenStack platforms with ease.
Place, publisher, and date of publication Birmingham : Packt Publishing, ©2018
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1801015">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1801015</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH34379620
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL5371684
938 ## -
-- EBSCOhost
-- EBSC
-- 1801015
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 12/07/2022   12/07/2022 12/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library