Song | The Self-Taught Cloud Computing Engineer | E-Book | www.sack.de
E-Book

E-Book, Englisch, 480 Seiten

Song The Self-Taught Cloud Computing Engineer

A comprehensive professional study guide to AWS, Azure, and GCP
1. Auflage 2023
ISBN: 978-1-80512-868-7
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection

A comprehensive professional study guide to AWS, Azure, and GCP

E-Book, Englisch, 480 Seiten

ISBN: 978-1-80512-868-7
Verlag: De Gruyter
Format: EPUB
Kopierschutz: 0 - No protection



As cloud computing continues to revolutionize IT, professionals face the challenge of keeping up with rapidly evolving technologies. This book provides a clear roadmap for mastering cloud concepts, developing hands-on expertise, and obtaining professional certifications, making it an essential resource for those looking to advance their careers in cloud computing.
Starting with a focus on the Amazon cloud, you'll be introduced to fundamental AWS cloud services, followed by advanced AWS cloud services in the domains of data, machine learning, and security. Next, you'll build proficiency in Microsoft Azure cloud and Google Cloud Platform (GCP) by examining the common attributes of the three clouds, differentiating their unique features, along with leveraging real-life cloud project implementations on these cloud platforms. Through hands-on projects and real-world applications, you'll gain the skills needed to work confidently across different cloud platforms. The book concludes with career development guidance, including certification paths and industry insights to help you succeed in the cloud computing landscape.
Walking through this cloud computing book, you'll systematically establish a robust footing in AWS, Azure, and GCP, and emerge as a cloud-savvy professional, equipped with cloud certificates to validate your skills.

Song The Self-Taught Cloud Computing Engineer jetzt bestellen!

Weitere Infos & Material


Table of Contents - Amazon EC2 and Cloud Compute Services
- Amazon Cloud Storage Services
- Amazon Cloud Networking Services
- Amazon Cloud Database Services
- Amazon Cloud Big Data Services
- Amazon Cloud Machine Learning Services
- Amazon Cloud Security Services
- Google Cloud Foundation Services
- Google Cloud Data Services
- Google Cloud AI Services
- Google Cloud Security Services
- Azure Cloud Foundation Services
- Azure Cloud Data Services
- Azure Cloud AI Services
- Azure Cloud Security Services
- Achieving Cloud Certifications
- Building a Successful Cloud Computing Career


Preface


Cloud computing came into our world in 2006, about 60 years after the first computer emerged. Cloud computing provides a brand-new concept of computing power services such as elastic, self-provisioning, and on-demand. In a traditional computing data center model, computing infrastructure is conceived as physical hardware with space, compute and network equipment, admin staff, physical security, and capital expenditure – entailing a long procurement cycle, big maintenance costs, and a lumbering structure. The new cloud computing model builds the computing infrastructure as software that matches your business needs: provisioning and terminating computing resources on-demand, scaling the computing resources up and down elastically and automatically, deploying the cloud resources as immutable code with version control, and paying for what you use.

Amazon Web Services (AWS) was the first cloud service, followed by Microsoft Azure and Google Cloud Platform (GCP). These are the three main clouds that are dominating the world, and this book helps you to learn about and master all of them and build a successful career in cloud computing.

Who this book is for


The book is for individuals in the information technology domain, whether you are a beginner looking to start your cloud computing journey or an experienced professional seeking to expand your skills. Our interactive study book is designed to empower you with the knowledge and practical experience necessary to excel in the world of cloud computing. With the detailed roadmap in the book, you will be able to complete a comprehensive cloud learning journey and develop a successful cloud computing career thereafter.

What this book covers


, , introduces AWS cloud compute services including EC2, among others.

, , delves into AWS cloud storage services including EBS, EFS, S3, and so on.

, , discusses AWS cloud networking services, including VPC, Amazon Direct Connect, Amazon Domain Name Service (DNS), and Content Delivery Network (CDN).

, , covers relational databases, NoSQL databases, and data warehouses in the AWS cloud.

, , explores AWS big data services for data ingestion, storing, processing, and visualization in the Amazon cloud.

, , examines AWS cloud machine learning (ML) services, including SageMaker and AWS ML API services.

, , addresses AWS cloud security services for hardening the Amazon cloud environment.

, , covers Google Compute Engine (GCE), Persistent Disks (PDs), network storage (Filestore), Google Cloud Storage (GCS), Google VPC, and VPC peering.

, , covers GCP data services such as Cloud SQL, Firestore, Datastore, and Bigtable; and GCP big data services, including BigQuery, Pub/Sub, Dataproc, Dataflow, and so on.

, , examines GCP ML services, focusing on GCP Vertex AI and AI APIs.

, , discusses GCP security services including endpoint security, network security, data security, and Security Command Center (SCC), which is the focal point of this chapter.

, , explores the concepts of Azure cloud virtual machines and disk storage, file storage, Binary Large Object (BLOB) storage, queue storage, table storage, Azure vNets, and peering.

, , covers Azure cloud-managed database services such as relational databases (Azure SQL Database), NoSQL databases (Azure Cosmos DB), and cache databases (Azure Cache for Redis), and discusses Azure big data services including Azure Data Factory, Azure Databricks, and Azure HDInsight.

, , discusses Azure Machine Learning workspaces and Azure Cognitive Services, including the Azure OpenAI service.

, , covers Microsoft Azure cloud security, including Azure security best practices, the Azure cloud security reference architecture, and an Azure security case study of a real-life project.

, , reviews cloud certification roadmaps for AWS, Azure, and GCP, develops cloud exam strategies, and analyzes practice questions for seven cloud certification exams.

, , discusses the cloud job market and the soft skills in a cloud career, and I share my own cloud story.

To get the most out of this book


To get the most out of this book, study the chapters to master the basic concepts, learn by doing all the lab examples in the chapters, study the certification exam contents, and go on to achieve cloud certifications.

If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book’s GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.

Download the example code files


You can download the example code files for this book from GitHub at https://github.com/PacktPublishing/Self-Taught-Cloud-computing-Engineer.

If there’s an update to the code, it will be updated in the GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Conventions used


There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Using putty to connect to a Linux instance, install mysql client pkg and connect to the RDS endpoint.”

A block of code is set as follows:

Create database school; Create table school.students (     StudentID int primary key,     LastName varchar(100),     FirstName varchar(100),     City varchar(100)  );

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

Create database school; Create table school.students (     StudentID int primary key,     LastName varchar(100),     FirstName varchar(100),     City varchar(100)  );

Any command-line input or output is written as follows:

gcloud functions deploy image_checking  --trigger-resource  z04092023-upload --trigger-event google.storage.object.finalize --runtime python37

Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “Click Explore table items.”

Tips or important notes

Appear like this.

Get in touch


Feedback from our readers is always welcome.

General feedback: If you have questions about any aspect of this book, email us at customercare@packtpub.com and mention the book title in the subject of your message.

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packtpub.com/support/errata and fill in the form.

Piracy: If you come across any illegal copies of our works in any form on the...


Song Dr. Logan:
Dr. Logan Song is the enterprise cloud director and chief cloud architect at Dito. With 25+ years of professional experience, Dr. Song is highly skilled in enterprise information technologies, specializing in cloud computing and machine learning. He is a Google Cloud-certified professional solution architect and machine learning engineer, an AWS-certified professional solution architect and machine learning specialist, and a Microsoft-certified Azure solution architect expert. Dr. Song holds a Ph.D. in industrial engineering, an MS in computer science, and an ME in management engineering. Currently, he is also an adjunct professor at the University of Texas at Dallas, teaching cloud computing and machine learning courses.



Ihre Fragen, Wünsche oder Anmerkungen
Vorname*
Nachname*
Ihre E-Mail-Adresse*
Kundennr.
Ihre Nachricht*
Lediglich mit * gekennzeichnete Felder sind Pflichtfelder.
Wenn Sie die im Kontaktformular eingegebenen Daten durch Klick auf den nachfolgenden Button übersenden, erklären Sie sich damit einverstanden, dass wir Ihr Angaben für die Beantwortung Ihrer Anfrage verwenden. Selbstverständlich werden Ihre Daten vertraulich behandelt und nicht an Dritte weitergegeben. Sie können der Verwendung Ihrer Daten jederzeit widersprechen. Das Datenhandling bei Sack Fachmedien erklären wir Ihnen in unserer Datenschutzerklärung.