Movatterモバイル変換


[0]ホーム

URL:


Packt
Search iconClose icon
Search icon CANCEL
Subscription
0
Cart icon
Your Cart(0 item)
Close icon
You have no products in your basket yet
Save more on your purchases!discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Profile icon
Account
Close icon

Change country

Modal Close icon
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timerSALE ENDS IN
0Days
:
00Hours
:
00Minutes
:
00Seconds
Home> Cloud & Networking> Cloud Computing> The Self-Taught Cloud Computing Engineer
The Self-Taught Cloud Computing Engineer
The Self-Taught Cloud Computing Engineer

The Self-Taught Cloud Computing Engineer: A comprehensive professional study guide to AWS, Azure, and GCP

Arrow left icon
Profile Icon Dr. Logan Song
Arrow right icon
€26.98€29.99
Full star iconFull star iconFull star iconFull star iconFull star icon5(180 Ratings)
eBookSep 2023480 pages1st Edition
eBook
€26.98 €29.99
Paperback
€37.99
Subscription
Free Trial
Renews at €18.99p/m
eBook
€26.98 €29.99
Paperback
€37.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with eBook?

Product feature iconInstant access to your Digital eBook purchase
Product feature icon Download this book inEPUB andPDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature iconDRM FREE - Read whenever, wherever and however you want
Product feature iconAI Assistant (beta) to help accelerate your learning
OR

Contact Details

Modal Close icon
Payment Processing...
tickCompleted

Billing Address

Table of content iconView table of contentsPreview book icon Preview Book

The Self-Taught Cloud Computing Engineer

Amazon EC2 and Compute Services

Amazon Web Services (AWS) is a cloud computing platform offered by Amazon. It provides a wide range of cloud-based services, including compute, storage, networks, databases, data analytics,machine learning (ML), andother functionality that can be used to build scalable and flexible applications. We will start our Amazon cloud learning journey from the AWS compute services—specifically,Elastic Compute Cloud (EC2), which was one of the most basic and earliest cloud services inthe world.

In this chapter, we will cover thefollowing topics:

  • The history of computing: How the first computer evolved from physical to virtual and led tocloud compute
  • Amazon Global Cloud Infrastructure: Where all the AWS global cloud servicesare based
  • Building our first EC2 instances in the Amazon cloud: Provision EC2 instances in the AWS cloud, stepby step
  • Elastic Load Balancers (ELBs) andAuto Scaling Groups (ASGs): The framework providingEC2serviceselastically
  • AWS compute – from EC2 to containers to serverless: Extend from EC2 to other AWS compute services, includingElastic Container Service (ECS),Elastic Kubernetes Service (EKS),and Lambda

By following the discussions in this chapter, you will be able to grasp the basic concepts of cloud computing, AWS EC2, and compute services, and gain hands-on skills in provisioning EC2 and compute services. Practice questions are provided to assess your knowledge level, and further reading links are included at the end ofthe chapter.

The history of computing

In this section, we will briefly review the computing history of human beings, from the first computer to Amazon EC2, and understand what has happened in the past 70+ years and what led us to the cloudcomputing era.

The computer

The invention of thecomputer is one of the biggest milestones in human history. On December 10, 1945,Electronic Numerical Integrator and Computer (ENIAC) was first put to work for practicalpurposes at the University of Pennsylvania. It weighed about 30 tons, occupied about 1,800 sq ft, and consumed about 150 kWof electricity.

From 1945 to now, in over 75 years, we human beings have made huge progress in upgrading the computer. From ENIAC to desktop and data center servers, laptops, and iPhones,Figure 1.1 shows the computerevolution landmarks:

Figure 1.1 – Computer evolution landmarks

Figure 1.1 – Computer evolution landmarks

Let’s take some time to examine acomputer—say, a desktop PC. If we remove the cover, we willfind that it has the following mainhardware parts—as shown inFigure 1.2:

  • Central processingunit (CPU)
  • Random accessmemory (RAM)
  • Harddisk (HD)
  • Network interfacecard (NIC)
Figure 1.2 – Computer hardware components

Figure 1.2 – Computer hardware components

These hardware parts work together to make the computer function, along with thesoftware including theoperating system (such as Windows, Linux, macOS, and so on), which manages the hardware, and theapplication programs (such as Microsoft Office, web servers, games, and so on) that run on top of the operating system. In a nutshell, hardware and software specifications decide how much power a computer can serve for different businessuse cases.

The data center

Apparently, one computer does not serve us well. Computers need to be able to communicate with each other to fulfill network communications, resource sharing, and so on. The work at Stanford University in the 1980s led to the birth of Cisco Systems, Inc., an internet company that played a great part in connecting computers together and forming the intranet and the internet. Connecting many computers together,data centers emerged as a central location for computing resources—CPU, RAM, storage,and networking.

Data centers provide resources for businesses’ information technology needs: computing, storing, networking, and other services. However, the concept of data center ownership lacks flexibility and agility and entails huge investment and maintenance costs. Often, building a new data center takes a long time and a big amount of money, and maintaining existing data centers—such as tech refresh projects—is very costly. In certain circumstances, it is not even possible to possess the computing resources to complete certain projects. For example, the Human Genome Project was estimated to consume up to 10,000 trillion CPU hours and 40 exabytes (1 exabyte = 1018 bytes) of disk storage, and it is impossible to acquire resources at this scale without leveragingcloud computing.

The virtual machine

The peace of physical computers was broken in 1998 when VMware was founded and the concept of avirtual machine (VM) was brought to Earth. A VM is a software-based computer composed of virtualized components of a physical computer—CPU, RAM, HD, network, operating system, andapplication programs.

VMware’s hypervisor virtualizes hardware to run multiple VMs on bare-metal hardware, and these VMs can run various operating systems of Windows, Linux, or others. With virtualization, a VM is represented by a bunch of files. It can be exported to a binary image that can be deployed on any physical hardware at different locations. A running VM can bemoved from one host to another,LIVE—so-called" v-Motion". The virtualization technologies virtualized physical hardware andcaused a revolution in computer history, and also made cloudcomputing feasible.

The idea of cloud computing

The limitation of data centers and virtualization technology made people explore more flexible and inexpensive ways of using computing resources. The idea of cloud computing started from the concept of “rental”—use as needed and pay as you go. It is the on-demand, self-provisioning of computing resources (hardware, software, and so on) that allows you to pay only for what you use. The key concept of cloud computing isdisposable computing resources. In the traditional information technology and data center concept, a computer (or any other compute resource) is treated as apet. When a pet dies, people are very sad, and they need to get a new replacement right away. If an investment bank’s trading server goes down at night, it is the end of the world—everyone is woken up to recover the server. However, in the new cloud computing concept, a computer is treated as cattle in a herd. For example, the website of an investment bank,zhebank.com, is supported by aherd of 88 servers—www001towww88. When one server goes down, it’s taken out of the serving line, shot, and replaced with another new one with the same configuration andfunctionalities, automatically!

With cloud computing, enterprises are leveraging thecloud service provider (CSP)’sunlimited computingresources that are featured as global, elastic and scalable, highly reliable and available, cost-effective, and secure. The main CSPs, such as Amazon, Microsoft, and Google, have global data centers that are connected by backbone networks. Because of cloud computing’s pay-as-you-go characteristics, it makes sense for cost savings. Because of its strong monitoring and logging features, cloud computing offers the most secure hosting environment. Instead of building physical hardware data centers with big investments over a long time, virtual software-based data centers can be built within several hours, immutable and repeatedly, in the global cloud environment. Infrastructure is represented as code that can be managed with version control, whichwe can callInfrastructure as Code (IaC). More details can be foundathttps://docs.aws.amazon.com/whitepapers/latest/introduction-devops-aws/infrastructure-as-code.html.

EC2 was first introduced in 2006 as a web service that allowed customers to rent virtual computers for computing tasks. Since then, it has become one of the most popular cloud computing platforms available, offering a wide range of services and features that make it an attractive option for enterprise customers. Amazon categorizes the VMs with different EC2 instance types based on hardware (CPU, RAM, HD, and network) and software (operating system and applications) configurations. For different business use cases, cloud consumers can choose EC2 instances with a variety of instance types, operating system choices, network options, storage options, and more. In 2013, Amazon introduced theReserved Instance feature, which gave customers the opportunity to purchase instances at discounted rates in exchange for committing to longer usage terms. In 2017, Amazon released EC2 Fleet, which allows customers to manage multiple instance types and instance sizes across multipleAvailability Zones (AZs) withasingle request.

The computer evolution path

From ENIAC to EC2, a computer has evolved from a huge, physical unit to a disposable resource that is flexible and on-demand, portable, and replaceable, and a data center has evolved from being expensive and protracted to a piece of code that can be executed globally at any time on demand,within hours.

In the next sections of this chapter, we will look at the Amazon Global Cloud Infrastructure and then provision our EC2instances inthe cloud.

Amazon Global Cloud infrastructure

TheAmazon Global Cloud Infrastructure is a suite of cloud computing services offered by AWS, including compute, storage, databases, analytics, networking, mobile, developer tools, management tools, security, identity compliance, and so on. These services are hosted globally, allowing customers to store data and access resources in locations that best meet their business needs. It delivers highly secure, low-cost, and reliable services that can be used by almost any application in any industry aroundthe world.

Amazon has built physical data centers around the world, in graphical areas called AWS Regions, which are connected by Amazon’s backbone network infrastructure. Each Region provides full redundancy and connectivity among its data centers. An AWS Region typically consists of two or more AZs, which is a fully isolated partition of the AWS infrastructure. An AZ has one or more data centers connected with each other and is identified by a name that combines a letter identifier with the region’s name. For example,us-east-1d is thed AZ in theus-east-1 region. Each AZ is designed for fault isolation and is connected to other AZs using high-speed private networking. When provisioning cloud resources such as EC2, you choose the region and AZs where the EC2 instance will be sitting. In the next section, we will demonstrate the EC2 instanceprovisioning process.

Building our first EC2 instances in the Amazon cloud

In this section, we willuse the AWS cloud console and CloudShell command line to provision EC2 instances running in the Amazon cloud—Linux andWindows VMs, step by step. Note that the user interface may change, but the proceduresare similar.

Before we can launch an EC2 instance, we need to create an AWS account first. Amazon offers afree tier account for new cloud learners to provision some basic cloud resources, but you will need a credit card to sign up for an AWS account. Since your credit card is involved, there are three things to keep in mind with your AWS 12-digit account,as follows:

  • Enablemulti-factor authentication (MFA) to protectyour account
  • You can log in to the console with your email address, but be aware that this is the root user, which has the superpower to provision anyresources globally
  • Clean up all/any cloud resources you haveprovisioned after completingthe labs

Having signed up for an AWS account, you are ready to move to the next phase—launching EC2 instances using the cloud consoleor CloudShell.

Launching EC2 instances in the AWS cloud console

Logging into the AWS console atconsole.aws.amazon.com, you can search for EC2 services and launch an EC2 instance by taking the followingnine steps:

  1. Select the software of the EC2 instance: Think of it just like selecting software (OS and other applications) when purchasing a physical desktop orlaptop PC.

In AWS, the software image for anEC2 instance is called anAmazon Machine Image (AMI), which is a template that is used to launch an EC2 instance. Amazon provides AMIs in Windows, Linux, and other operating systems, customized with some othersoftware pre-installed:

Figure 1.3 – Selecting an AMI

Figure 1.3 – Selecting an AMI

As shown inFigure 1.3, we have chosen the Amazon Linux 2 AMI, which is a customized Linux OS tuned for optimal performance on AWS and easy integration with AWS services, and it isfree-tier eligible.

In many enterprises, AMI images are standardized to be used asseeds todeploy EC2 instances—we call themgolden images. A production AMI includes all the packages, patches, and applications that are needed to deploy EC2 instances in production and will be managed with secure version-controlmanagement systems.

  1. Select the hardware configuration of the EC2 instance: This is just like selecting hardware—the number of CPUs, RAM, and HD sizes when purchasing a physical desktop or laptop PC. In AWS, the hardware selection is to choose the right EC2 instance type—Amazon has categorized the EC2 hardware configurations into various instance types, such asGeneral Purpose,Compute Optimized,Memory Optimized, and so on, based on business use cases. Some AWS EC2 instance types are shown inFigure 1.4:
Figure 1.4 – EC2 instance types

Figure 1.4 – EC2 instance types

Each instance type is specified by a category, family series, generation number, and configuration size. For example, thep2.8xlarge instance type can be used for an Accelerated Computing use case, wherep is the instance family series,2 is the instance generation, and8xlarge indicates its size is 8 times thep2.largeinstance type.

We will chooset2.micro, which is inexpensive and free-tier eligible, for ourEC2 instances.

  1. Specify the EC2 instance’s network settings: This is like subscribing to anInternet Service Provider (ISP) for ourhome PC to connect to a network and the internet. In the AWS cloud, the basic network unit is called aVirtual Private Cloud (VPC), and Amazon has provided a default VPC and subnets in each region. At this time, we will take the default setting—our first EC2 instance will be placed into the default VPC/subnet and be assigned a public IP address to makeitinternet-accessible.
  2. Optionally attach an AWS Identity and Access Management (IAM) role to the EC2 instance: This is something very different from traditional concepts but is very useful for software/applications running on the EC2 instance to interact with otherAWS services.

With IAM, you can specify who can access which resources with what permissions. An IAM role can be created and assigned with permissions to access other AWS resources, such asreading anAmazon Simple Storage Service (Amazon S3) bucket. By attaching the IAM role to an EC2 instance, all applications running on the EC2 instance will have the same permissions as that role. For example, we can create an IAM role, assign it read/write access to an S3 bucket, and attach the role to an EC2 instance, then all the applications running on the EC2 instance will have read/write access to the S3 bucket.Figure 1.5 shows the concept of attaching an IAM role to anEC2 instance:

Figure 1.5 – Attaching an IAM role to an EC2 instance

Figure 1.5 – Attaching an IAM role to an EC2 instance

  1. Optionally specify a user data script to the EC2 instance: User data scripts can be used to customize the runtime environment of the EC2 instance—it executes the first time the instance starts. I have had experience using the EC2 user data script—at a time when the Linux system admin left my company and no one in the company was able to access a Linux instance sitting in the AWS cloud. While there exist many ways to rescue this situation, one interesting solution we used was to generate a new key pair (public key and private key), stop the instance, and leverage the instance’s user data script to append the new public key to theEC2-user user’sSecure Shell (SSH) profile, during the instance starting process. With the new public key added to the EC2 instance, theec2-user user can SSH into the instance with the newprivate key.
  2. Optionally attach additional storage volumes to the EC2 instance: This can be thought of as buying and adding additional disk drives to our PC at home. For each volume, we need to specify the size of the disk (in GB) and the volume type (hardware types), and whether encryption should be used forthe volume.
  3. Optionally assign a tag to the EC2 instance: A tag is a label that we can assign to an AWS resource, and it consists of a key and an optional value. With tags, we attach metadata to cloud resources such as an EC2 instance. There are many potential benefits of tagging in managing cloud resources, such as filtering, automation, cost allocation and chargeback, andaccess control.
  4. Setting a Security Group (SG) for the EC2 instance: Just like configuring firewalls on our home routers to manage access to our home PCs, an SG is a set of firewall rules that control traffic to and from our EC2 instance. With an SG, we can create rules that specify the source (for example, an IP address or another SG), the port number, and the protocol, such as HTTP/HTTPS, SSH (port22), orInternet Control Message Protocol (ICMP). For example, if we use the EC2 instance to host a web server, then the SG will need an SG rule to open ports forhttp (80) andhttps (443). Note that SGs exist outside of the instance’s guest OS—traffic to the instance can be controlled by both SGs and guest OSfirewallsettings.
  5. Specify an existing key pair or create a new key pair for the EC2 instance: A key pair consists of a public key that AWS stores on the instance and a private key file that you download and store on your local computer for remote access. When you try to connect to the instance, the keys from both ends are matched to authenticate the remote user/connections. For Windows instances, we need to decrypt the key pair to obtain the administrator password for logging in to the EC2 instance remotely. For Linux instances, we utilize the private key and use SSH to securely connect to the cloud instance. Note that the only chance to download an EC2 key pair is during the instance creation time. If you’ve lost the key pair, you cannot recover it. The only workaround is to create an AMI of the existing instance, and then launch a new instance with the AMI and a new key pair. Also, note that there are two formats for an EC2 key pair when you save it to the local computer: the.pem format is used on Linux-based terminals including Mac, and the.ppk format is usedfor Windows.

Following the preceding nine steps, we have provisioned our first EC2 instance—a Linux VM in the AWS cloud. Following the same procedure, let us launch a Windows VM. The only differenceis that instep 1, we choose the Microsoft Windowsoperating system— specifically,Microsoft Windows Server 2022 Base—as shown inFigure 1.6, which is alsofree-tier eligible:

Figure 1.6 – Selecting Microsoft Windows as the operating system

Figure 1.6 – Selecting Microsoft Windows as the operating system

So far, we have created two EC2 instances in our AWS cloud—one Linux VM and one Windows VM—via the AWSManagement console.

Launching EC2 instances using CloudShell

We can also launch EC2 instances using the command line in CloudShell, which is a browser-based, pre-authenticated shell that you can launch directly from the AWS Management Console. Next are detailed steps to create an EC2 Windows instance in theus-west-2Region:

  1. From the AWS console, launch CloudShell by clicking the CloudShell sign, as shown inFigure 1.7:
Figure 1.7 – Launching CloudShell from the AWS console

Figure 1.7 – Launching CloudShell from the AWS console

Quick tip: Need to see a high-resolution version of this image? Open this book in the next-gen Packt Reader or view it in the PDF/ePub copy.

The next-gen Packt Reader and afree PDF/ePub copy of this book are included with your purchase. Unlock them by scanning the QR code below orvisitinghttps://www.packtpub.com/unlock/9781805123705.

  1. Find the AWS AMI image ID in theus-west-2 region, with the following CloudShell command – the results are shown inFigure 1.8:

[cloudshell-user]$ aws ec2 describe-images --region us-west-2

Figure 1.8 – Finding the Linux AMI image ID

Figure 1.8 – Finding the Linux AMI image ID

  1. Find the SG name we created in the previous section, as shown inFigure 1.9:
Figure 1.9 – Finding the SG name

Figure 1.9 – Finding the SG name

  1. Find the key pair wecreated in the previous section, asshown inFigure 1.10:
Figure 1.10 – Finding the key pair name

Figure 1.10 – Finding the key pair name

  1. Create an EC2 instance in theus-west-2 region, using theaws ec2 run-instances command, with the following configurations we obtained from the previous steps. A screenshot is shown inFigure 1.11. The instance ID is called out fromthe output

AMI:

ami-0ef0b498cd3fe129c

SG:

launch-wizard-1

Key pair:

mywestkp

Instance type:

t2.micro

aws ec2 run-instances --image-id ami-0ef0b498cd3fe129c --count 1 --instance-type t2.micro --key-name mywestkp --security-groups launch-wizard-1 --region us-west-2
Figure 1.11 – Launching an EC2 instance

Figure 1.11 – Launching an EC2 instance

  1. Examine the details of the instance from itsInstanceId value. As shown inFigure 1.12, the instance has a public IP addressof35.93.143.38:
Figure 1.12 – Finding the EC2 instance’s public IP address

Figure 1.12 – Finding the EC2 instance’s public IP address

So far, we have created another EC2 instance using CloudShell with command lines. Note that CloudShell allows us to provision any cloud resources using lines of code, and we will provide more examples in the rest ofthe book.

Logging in to the EC2 instances

After the instances are created, how do weaccess them?

SSH is acryptographic network protocol for operating network services securely over an unsecured network. We can use SSH to access the Linux EC2 instance.PuTTY is afree and open source terminal emulator, serial console, and network file transfer application. We will download PuTTY and use it to connect to the Linux VM in the AWS cloud, as shown inFigure 1.13:

Figure 1.13 – Using PuTTY to connect to the Linux instance

Figure 1.13 – Using PuTTY to connect to the Linux instance

As shown inFigure 1.13, we enteredec2-user@35.93.143.38 in theHost Name (or IP address) field.ec2-user is a default user created in the guest Linux OS, and35.93.143.38 is the public IP of the EC2 instance. Note we need to open the SSH port (22) in theEC2 instance’s SG to allow traffic from our remote machine, as discussed instep 8 of theLaunching EC2 instances in the AWS cloud console section earlier inthe chapter.

We also need to provide the key pair in thePuTTY Configuration window by going toConnection |SSH |Auth, as shown inFigure 1.14:

Figure 1.14 – Entering the key pair in PuTTY

Figure 1.14 – Entering the key pair in PuTTY

ClickOpen, andyou will be able to SSH into the Linux instance now. As shown inFigure 1.15, we have SSH-ed into the cloudEC2 instance:

Figure 1.15 – SSH-ing into ec2-1 from the internet

Figure 1.15 – SSH-ing into ec2-1 from the internet

Since we are using a Windows terminal to connect to the remote Linux instance, the key pair format is.ppk. If you are using a Mac or another Linux-based terminal, you will need to use the.pem format. These two formats can be converted using the open source software PuTTYgen, which is part of thePuTTY family.

With a Linux-based terminal including Mac, use the following command to connect to the cloud LinuxEC2 instance:

ssh -i keypair.pem ec2-user@35.93.143.38

keypair.pem is the key pair file in.pem format. Make sure it’s set to the right permission using thechomd 400 keypair.pem Linux command. ec2-user@35.93.143.38 isuser@EC2’s public IP address. The default user may change toubuntu if the EC2 instance is an UbuntuLinux distribution.

For the Windows EC2 instance, just as we access another PC at our home usingRemote Desktop Protocol (RDP), a proprietary protocol developed by Microsoft that provides a user with agraphical interface to connect to another computer over a network connection, we use RDP to log in to the Windows EC2 instance in the AWS cloud. By default, RDP client software is installed on our desktop or laptop, and the Windows EC2 instance has RDP server software running, so it becomes very handy to connect our desktop/laptop to the Windows VM in the cloud. One extra step is that we need to decrypt the administrator’s password from the key pair we downloaded during the instance launching process, by going to the AWS console’sEC2 dashboard and clickingInstance |Connect |RDP Client.

ELB and ASG

We previously briefed the “cattle in a herd” analogy in cloud computing. In this section, we will explain the actual implementation using ELBs and ASGs and use an example to illustratethe mechanism.

An ELB automatically distributes the incoming traffic (workload) across multiple targets, such as EC2 instances, in one or more AZs, so as to balance the workload for high performance andhigh availability (HA). An ELB monitors the health of its registered targets and distributes traffic only to thehealthy targets.

Behind an ELB, there is usually an ASG that manages the fleet of ELB targets—EC2 instances, in our case. ASG monitors the workload of the instances and uses auto-scaling policies to scale—when the workload reaches a certain up-threshold, such as CPU utilization of 80%, ASG will launch new EC2s and add them into the fleet to offload the traffic until the utilization drops below the up-threshold. When the workload reaches a certain down-threshold, such as CPU utilization of 30%, ASGwill shut down EC2s from the fleet until the utilization rises above the threshold. ASG also utilizes a health-check to monitor the instances and replace unhealthy ones as needed. During the auto-scaling process, ASG makes sure that the running EC2 instances are loaded within the thresholds and are laid out across as many AZs ina region.

Let us illustrateELB and ASG with an example.www.zbestbuy.com is an international online e-commerce retailer. During normal business hours, it needs a certain number of web servers to work together to meet online shopping traffic. To meet the global traffic requirements, three web servers are built in different AWS regions—North Virginia (us-east-1), London (eu-west-2), and Singapore (ap-southeast-1). Depending on the customer browser location, Amazon Route 53 (an AWS DNS service) will route the traffic to the nearest web server: when customers in Europe browse the retailer website, the traffic will be routed to theeu-west-2 web server, which is really an ELB (orApplication Load Balancer (ALB)), and distributed to the EC2 instances behind the ELB, as shown inFigure 1.16.

When Black Friday comes, the traffic increases and hits the ELB, which passes the traffic to the EC2 instance fleet. The heavy traffic will raise the EC2 instances’ CPU utilization to reach the up-threshold of 80%. Based on the auto-scaling policy, an alarm will be kicked off and the ASG will automatically scale, launching more EC2 instances to join the EC2 fleet. With more EC2s joining in, the CPU utilization will be dropped. Depending on the Black Friday traffic fluctuation, theASG will always keep up to make sure enough EC2s are working on the workload with normal CPU utilization. When Black Friday sales end, the traffic decreases and thus causes the instances’ CPU utilization to drop.

When it reaches the down-threshold of 30%, the ASG will startshutting down EC2s based on theauto-scaling policy:

Figure 1.16 – ELB and ASG

Figure 1.16 – ELB and ASG

As we can see from the preceding example, ELB and ASG work together to scale elastically. Please refer tohttps://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-load-balancer.html formore details.

AWS compute – from EC2 to containers to serverless

So far in this chapter, we have dived into the AWS EC2 service and discussed AWS ELB and ASG. Now, let’s spend some time expanding to the other AWS compute services: ECS, EKS, and Lambda (serverless service).

We have discussed thevirtualization technology led by VMware at the beginning of the 21st century. While transforming from physical machines to VMs is a great milestone, there still exist constraints from the application point of view: every time we need to deploy an application, we need to run a VM first. The application is also tied up with the OS platform and lacks flexibility and portability. To solve such problems, the concept ofDocker andcontainers came into the world. A Docker engine virtualizes an OS to multiple apps/containers. A Docker image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries, and settings. A container is a runtime of the Docker image, and the application runs quickly and reliably from one computing environment to another. Multiple containers can run on the same VM and share the OS kernel with other containers, each running as isolated processes in user space. To further achieve fast and robust deployments and low lead times, the concept ofserverless computing emerged. With serverless computing, workloads run on servers behind the scenes. From a developer or user’s point of view, what they need to do is just submit the code and get the running results back—there is no hassle of building and managing any infrastructure platforms at all, while resources can continuously scale and be dynamically allocated as needed, yet you never pay for idle time as it is payper usage.

From VM to container to serverless, Amazon provides EC2, ECS/EKS, and Lambda servicescorrespondingly.

Amazon ECS is afully managed container orchestration service that helps you easily deploy, manage, and scale containerized applications using Docker or Kubernetes. Amazon ECS provides a highly available and scalable platform for running container-based applications. Enterprises use ECS to grow and manage enterprise application portfolios, scale web applications, perform batch processing, and run services to deliver better servicesto users.

Amazon EKS, on the other hand, is a fully managed service that makes it easy to deploy, manage, and scale Kubernetes in the AWS cloud. Amazon EKS leverages the global cloud’s performance, scale, reliability, and availability, and integrates it with other AWS services such as networking, storage, andsecurity services.

Amazon Lambda was introduced in November 2014. It is an event-driven, serverless computing service that runs code in response to events and automatically manages the computing resources required by that code. Amazon Lambda provides HA with automatic scaling, cost optimization, and security. It supports multiple programming languages, environment variables, and tight integration with otherAWS services.

For more details about the aforementioned AWS services and their implementations, please refer to theFurther reading section at the end ofthe chapter.

Summary

Congratulations! We have completed the first chapter of our AWS self-learning journey: cloud compute services. In this chapter, we have thoroughly discussed Amazon EC2 instances and provisioned EC2 instances step by step, using the AWS cloud console and CloudShell command lines. We then extended from EC2 (VM) to the container and serverless concepts and briefly discussed Amazon’s ECS, EKS, andLambda services.

In the next chapter, we will discuss Amazonstorage services, including block storage and network storage that can be added and shared by EC2 instances, and the SimpleStorage Service.

At the end of each chapter, we provide practice questions and answers. These questions are designed to help you understand the cloud concepts discussed in the chapter. Please spend time on each question before checkingthe answer.

Practice questions

  1. Which of the following is not a valid source option when configuring SG rules for anEC2 instance?
    1. Tag name for anotherEC2 instance
    2. IP address for anotherEC2 instance
    3. IP address ranges fora network
    4. SG name used by anotherEC2 instance
  2. An AWS cloud engineer signed up for a new AWS account, then logged in to the account and created a Linux EC2 instance in the default VPC/subnet. They were able to SSH to the EC2 instance. From the EC2instance, They:
    1. canaccesswww.google.com
    2. cannotaccesswww.google.com
    3. can accesswww.google.com only after they configureSG rules
    4. can accesswww.google.com only after they configureNetwork Access Control List (NACL) rules
  3. Alice launched an EC2 Linux instance in the AWS cloud, and then successfully SSH-ed to the instance from her laptop at home with the defaultec2-user username. Which keys are used duringthis process?
    1. ec2-user’s public key, which is stored on the EC2 instance, and the private key onthe laptop
    2. Theroot user’s public key on theEC2 instance
    3. ec2-user’s public key, which is stored onthe laptop
    4. ec2-user’s private key, which is stored on the cloudEC2 instance
    5. ec2-user’s symmetric key, which is stored on both the laptop andEC2 instance
  4. www.zbestbuy.com is configured with ELB and ASG. At peak time, it needs 10 AWS EC2 instances. How do you make sure the website will never be down and can scaleas needed?
    1. Set ASG’sminimum instances = 2, maximum instances =10
    2. Set ASG’sminimum instances = 1, maximum instances =10
    3. Set ASG’sminimum instances = 0, maximum instances =10
    4. Set ASG’sminimum instances = 2, maximum instances = 2
  5. A middle school has an education application system using ASG to automatically scale resources as needed. The students report that every morning at 8:30 A.M., the system becomes very slow for about 15 minutes. Initial checking shows that a large percentage of the classes start at 8:30 A.M., and it does not have enough time to scale out to meet the demand. How can we resolvethis problem?
    1. Schedule the ASGs accordingly to scale out the necessary resources at 8:15 A.M.every morning
    2. Use Reserved Instances to ensure the system has reserved the capacity forscale-up events
    3. Change the ASG to scale based onnetwork utilization
    4. Permanently keep the running instances that are needed at 8:30 A.M. to guaranteeavailable resources
  6. AWS engineer Alice is launching an EC2 instance to host a web server. How should Alice configure the EC2instance’s SG?
    1. Open ports80 and443 inboundto0.0.0.0/0
    2. Open ports80 and443 outboundto0.0.0.0/0
    3. Open ports80 and443 inboundto10.10.10.0/24
    4. Open ports80 and443 outbound tomy IP
  7. An AWS cloud engineer signed up for a new AWS account, then logged in to the account and created an EC2-1 Windows instance and an EC2-2 Linux instance in one subnet (172.31.48.0/20) in the default VPC, using an SG that hasSSH andRDP open to172.31.0.0/16 only. They were able to RDP to the EC2-1 instance. From the EC2-1instance, they:
    1. can SSHto EC2-2
    2. canping EC2-2
    3. cannotping EC2-1
    4. cannot SSHto EC2-2
  8. www.zbestbuy.com has a need for 10,000 EC2 instances in the next 3 years. What should they use to get thesecomputing resources?
    1. Reserved Instances
    2. Spot Instances
    3. On-demand instances
    4. Dedicated-host instances
  9. AWS engineer Alice needs to log in to an EC2-100 Linux instance that no one can access since the AWS engineer who was managing it left the company. What does Alice needto do?
    1. Generate a key pair, and add the public key to EC2-100usinguser-data
    2. Generate a key pair, and add the public key to EC2-100usingmeta-data
    3. Generate a key pair, and copy the public key to EC2-100 usingSecure CopyProtocol (SCP)
    4. Remove the old private keyfrom EC2-100
  10. An AWS architect launched an EC2 instance using thet2.large type, installed databases and web applications on the instance, then found that the instance was too small, so they want to move to anM4.xlarge instance type. What do they needto do?

Answers to the practice questions

  1. A
  2. A
  3. A
  4. A
  5. A
  6. A
  7. A
  8. A
  9. A
  10. One way is to stop the instance in the AWS console and start it with theM4.xlargeinstance type.

Further reading

For further insights into what you’ve learned in this chapter, refer to thefollowing links:

Unlock this book’s exclusive benefits now

This book comes with additional benefits designed to elevate yourlearning experience.

https://www.packtpub.com/unlock/9781805123705

Note: Have your purchase invoice ready beforeyou begin.

Left arrow icon

Page1 of 10

Right arrow icon
Download code iconDownload Code

Key benefits

  • Gain a solid foundation in cloud computing with a structured, easy-to-follow guide
  • Develop practical skills across AWS, Azure, and Google Cloud, covering compute, storage, networking, data, security, and AI
  • Work on real life industrial projects, business use cases, and personal cloud career development
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

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.

Who is this book for?

This book is ideal for IT professionals looking to transition into cloud computing, as well as experienced cloud practitioners seeking to deepen their knowledge. Whether you're a beginner with basic computing experience or an industry professional aiming to expand your expertise, this comprehensive guide provides the skills and insights needed to excel in the cloud domain.

What you will learn

  • Develop core skills needed to work with AWS, Azure, and GCP
  • Gain proficiency in compute, storage, and networking services across multi-cloud and hybrid-cloud environments
  • Integrate cloud databases, big data, and machine learning services in multi-cloud environments
  • Design and develop data pipelines, encompassing data ingestion, storage, processing, and visualization in the clouds
  • Implement machine learning pipelines in multi-cloud environment
  • Secure cloud infrastructure ecosystems with advanced cloud security services

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date :Sep 22, 2023
Length:480 pages
Edition :1st
Language :English
ISBN-13 :9781805128687

What do you get with eBook?

Product feature iconInstant access to your Digital eBook purchase
Product feature icon Download this book inEPUB andPDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature iconDRM FREE - Read whenever, wherever and however you want
Product feature iconAI Assistant (beta) to help accelerate your learning
OR

Contact Details

Modal Close icon
Payment Processing...
tickCompleted

Billing Address

Product Details

Publication date :Sep 22, 2023
Length:480 pages
Edition :1st
Language :English
ISBN-13 :9781805128687
Category :
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99billed monthly
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconSimple pricing, no contract
€189.99billed annually
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconChoose a DRM-free eBook or Video every month to keep
Feature tick iconPLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick iconExclusive print discounts
€264.99billed in 18 months
Feature tick iconUnlimited access to Packt's library of 7,000+ practical books and videos
Feature tick iconConstantly refreshed with 50+ new titles a month
Feature tick iconExclusive Early access to books as they're written
Feature tick iconSolve problems while you work with advanced search and reference features
Feature tick iconOffline reading on the mobile app
Feature tick iconChoose a DRM-free eBook or Video every month to keep
Feature tick iconPLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick iconExclusive print discounts

Frequently bought together


The Self-Taught Cloud Computing Engineer
The Self-Taught Cloud Computing Engineer
Read more
Sep 2023480 pages
Full star icon5 (180)
eBook
eBook
€26.98€29.99
€37.99
Mastering Kubernetes
Mastering Kubernetes
Read more
Jun 2023746 pages
Full star icon4.5 (47)
eBook
eBook
€28.99€32.99
€41.99
The Ultimate Docker Container Book
The Ultimate Docker Container Book
Read more
Aug 2023626 pages
Full star icon4.5 (12)
eBook
eBook
€26.98€29.99
€37.99
Stars icon
Total117.97
The Self-Taught Cloud Computing Engineer
€37.99
Mastering Kubernetes
€41.99
The Ultimate Docker Container Book
€37.99
Total117.97Stars icon

Table of Contents

23 Chapters
Part 1: Learning about the Amazon CloudChevron down iconChevron up icon
Part 1: Learning about the Amazon Cloud
Chapter 1: Amazon EC2 and Compute ServicesChevron down iconChevron up icon
Chapter 1: Amazon EC2 and Compute Services
The history of computing
Amazon Global Cloud infrastructure
Building our first EC2 instances in the Amazon cloud
ELB and ASG
AWS compute – from EC2 to containers to serverless
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 2: Amazon Cloud Storage ServicesChevron down iconChevron up icon
Chapter 2: Amazon Cloud Storage Services
Understanding EBS
Understanding EFS
Understanding S3
Understanding Snowball and Snowmobile
Accessing S3 from EC2 instances
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 3: Amazon Networking ServicesChevron down iconChevron up icon
Chapter 3: Amazon Networking Services
Reviewing computer network basics
Understanding Amazon Virtual Private Cloud
Understanding Amazon Direct Connect
Understanding Amazon DNS – Route 53
Understanding the Amazon CDN
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 4: Amazon Database ServicesChevron down iconChevron up icon
Chapter 4: Amazon Database Services
Database basics
Amazon RDS
Amazon cloud NoSQL databases
Amazon ElastiCache
Amazon cloud data warehouse service
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 5: Amazon Data Analytics ServicesChevron down iconChevron up icon
Chapter 5: Amazon Data Analytics Services
Understanding the AWS big data pipeline
AWS Glue
Amazon Athena
The Amazon Kinesis family
Amazon QuickSight
Amazon EMR
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 6: Amazon Machine Learning ServicesChevron down iconChevron up icon
Chapter 6: Amazon Machine Learning Services
ML basics and ML pipelines
Amazon SageMaker
DL basics
Amazon computer vision solutions
Amazon’s NLP solutions
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 7: Amazon Cloud Security ServicesChevron down iconChevron up icon
Chapter 7: Amazon Cloud Security Services
Amazon cloud security model
Amazon IAM
AWS infrastructure security
Amazon data encryption
AWS logging, monitoring, and incident handling
Case study – an AWS threat detection and incident handling ecosystem
Summary
Practice questions
Answers to the practice questions
Further reading
Part 2:Comprehending GCP Cloud ServicesChevron down iconChevron up icon
Part 2:Comprehending GCP Cloud Services
Chapter 8: Google Cloud Foundation ServicesChevron down iconChevron up icon
Chapter 8: Google Cloud Foundation Services
Google Cloud resource hierarchy
Google Cloud compute
Summary
Practice questions
Further reading
Chapter 9: Google Cloud’s Database and Big Data ServicesChevron down iconChevron up icon
Chapter 9: Google Cloud’s Database and Big Data Services
Google Cloud database services
Google Cloud’s big data services
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 10: Google Cloud AI ServicesChevron down iconChevron up icon
Chapter 10: Google Cloud AI Services
Google Cloud Vertex AI
Google Cloud ML APIs
Google Cloud generative AI services
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 11: Google Cloud Security ServicesChevron down iconChevron up icon
Chapter 11: Google Cloud Security Services
Google Cloud IAM
Google Cloud endpoint security
Google Cloud data security
Google Cloud Monitoring and Logging
Google Cloud Security Command Center (SCC)
Summary
Practice questions
Answers to the practice questions
Further reading
Part 3:Mastering Azure Cloud ServicesChevron down iconChevron up icon
Part 3:Mastering Azure Cloud Services
Chapter 12: Microsoft Azure Cloud Foundation ServicesChevron down iconChevron up icon
Chapter 12: Microsoft Azure Cloud Foundation Services
Azure cloud resource hierarchy
Azure cloud compute
Azure cloud storage
Azure cloud networking
Azure Cloud Foundation service implementation
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 13: Azure Cloud Database and Big Data ServicesChevron down iconChevron up icon
Chapter 13: Azure Cloud Database and Big Data Services
Azure cloud data storage
Azure cloud databases
Azure cloud big data services
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 14: Azure Cloud AI ServicesChevron down iconChevron up icon
Chapter 14: Azure Cloud AI Services
Azure ML workspaces
Azure Cognitive Services
Azure OpenAI Service
Summary
Practice questions
Answers to the practice questions
Further reading
Chapter 15: Azure Cloud Security ServicesChevron down iconChevron up icon
Chapter 15: Azure Cloud Security Services
Azure cloud security best practices
Azure cloud security reference architectures
An Azure cloud security case study
Summary
Practice questions
Answers to the practice questions
Further reading
Part 4:Developing a Successful Cloud CareerChevron down iconChevron up icon
Part 4:Developing a Successful Cloud Career
Chapter 16: Achieving Cloud CertificationsChevron down iconChevron up icon
Chapter 16: Achieving Cloud Certifications
Reviewing the certification roadmaps
Developing cloud certification strategies
Cloud certification exam practice questions
JencoBank case study
Summary
Further reading
Chapter 17: Building a Successful Cloud Computing CareerChevron down iconChevron up icon
Chapter 17: Building a Successful Cloud Computing Career
The cloud job market
Soft cloud skills
My cloud story
Summary
IndexChevron down iconChevron up icon
Index
Why subscribe?
Other Books You May EnjoyChevron down iconChevron up icon
Other Books You May Enjoy
Packt is searching for authors like you

Recommendations for you

Left arrow icon
Solutions Architect's Handbook
Solutions Architect's Handbook
Read more
Mar 2024582 pages
Full star icon4.7 (60)
eBook
eBook
€24.99€35.99
€35.98€44.99
Mastering Terraform
Mastering Terraform
Read more
Jul 2024506 pages
Full star icon5 (21)
eBook
eBook
€26.98€29.99
€37.99
The Ultimate Linux Shell Scripting Guide
The Ultimate Linux Shell Scripting Guide
Read more
Oct 2024696 pages
Full star icon4.8 (5)
eBook
eBook
€26.98€29.99
€37.99
Mastering PowerShell Scripting
Mastering PowerShell Scripting
Read more
May 2024826 pages
Full star icon5 (27)
eBook
eBook
€26.98€29.99
€37.99
Kubernetes – An Enterprise Guide
Kubernetes – An Enterprise Guide
Read more
Aug 2024682 pages
Full star icon4.8 (13)
eBook
eBook
€28.99€32.99
€41.99
The Self-Taught Cloud Computing Engineer
The Self-Taught Cloud Computing Engineer
Read more
Sep 2023480 pages
Full star icon5 (180)
eBook
eBook
€26.98€29.99
€37.99
CI/CD Design Patterns
CI/CD Design Patterns
Read more
Dec 2024356 pages
eBook
eBook
€20.99€23.99
€29.99
Platform Engineering for Architects
Platform Engineering for Architects
Read more
Oct 2024374 pages
Full star icon5 (2)
eBook
eBook
€26.98€29.99
€37.99
Microsoft Azure Fundamentals Certification and Beyond
Microsoft Azure Fundamentals Certification and Beyond
Read more
Jan 2024284 pages
Full star icon4.8 (29)
eBook
eBook
€23.99€26.99
€33.99
The Ultimate Docker Container Book
The Ultimate Docker Container Book
Read more
Aug 2023626 pages
Full star icon4.5 (12)
eBook
eBook
€26.98€29.99
€37.99
Right arrow icon

Customer reviews

Top Reviews
Rating distribution
Full star iconFull star iconFull star iconFull star iconFull star icon5
(180 Ratings)
5 star98.3%
4 star1.1%
3 star0%
2 star0.6%
1 star0%
Filter icon Filter
Top Reviews

Filter reviews by




Dev joshiApr 18, 2024
Full star iconFull star iconFull star iconFull star iconFull star icon5
For those entering the field of cloud computing without any official training, this book is an extensive and powerful resource. This book provides insights and useful activities for users of key cloud platforms, including AWS, Azure, and GCP. It is a roadmap for IT enthusiasts and professionals.Dr. Song starts out by giving a thorough introduction to Amazon Web Services (AWS) before easing into more complex subjects like machine learning, data services, and security. Examples of real-world projects enhance the educational process by connecting abstract ideas with practical implementations.It is anticipated that readers will become proficient in a variety of cloud services, such as networking, computation, storage, and security in multi-cloud and hybrid contexts. A wide range of IT professionals can benefit from Dr. Song's guide, regardless of their level of experience.As a Master's student studying business analytics with an emphasis on data engineering, I personally thought that Dr. Song's book was very helpful in extending my understanding of cloud computing. My perspective has been expanded, and the methodical way that cloud services are presented on various platforms has helped me become ready for professional certifications.In summary, "The Self-Taught Cloud Computing Engineer" is a priceless tool that gives readers the knowledge and skills they need to succeed in the cloud computing industry. This book is essential reading for aspiring and working IT professionals who want to improve their cloud computing knowledge and careers because of Dr. Song's integration of theory, real-world projects, and career pathways.
Amazon Verified reviewAmazon
Palak Dilip VermaApr 25, 2024
Full star iconFull star iconFull star iconFull star iconFull star icon5
"The Self-Taught Cloud Computing Engineer" by Dr. Logan Song is a great resource for anyone who wishes to dive into the world of cloud computing concepts as used by the wider tech industry today. I really liked the pacing of the book as it starts with key concepts of cloud computing, slowly building an understanding of the fundamental blocks, like the various service models of cloud computing, using AWS and its services as a practical analogy. Overall, the book offers a nice blend of the theory of cloud computing as well as the implementation of that theory as provided by "Big-3" cloud platforms: AWS, GCP, and Azure, in the form of their various service offerings.Furthermore, there are various diagrams and helpful illustrations throughout the book which make the reading experience so much better and intriguing, Dr. Song has done an amazing job in simplifying core technical concepts like cloud networking and infrastructure, making it easier to follow along as the book begins to deal with more complex topics in later chapters. This book surely made my foray into the world of AWS so much more interesting and also turned out to be a great resource in preparing for the AWS Cloud Practitioner certification exam.
Amazon Verified reviewAmazon
Chakravarthy PappuApr 25, 2024
Full star iconFull star iconFull star iconFull star iconFull star icon5
I recently picked up Dr. Logan Song's "The Self-Taught Cloud Computing Engineer" as I wanted to learn more about cloud computing. Let me tell you, it's been a game-changer for me!This book breaks down everything about cloud computing in a really simple way. Dr. Song explains things so clearly, even if you're totally new to the topic. I love how he covers the big players like AWS, Azure, and GCP, making it easy to understand what each one offers.The best part? The hands-on exercises are super helpful. They let me practice what I learned, which really made things stick. Plus, there are tips for getting certified, which is a bonus if you're thinking about taking exams.Overall, if you're looking to get into cloud computing or just want to understand it better, I highly recommend "The Self-Taught Cloud Computing Engineer." It's been a real eye-opener for me!
Amazon Verified reviewAmazon
Snehitha PenumakaMar 09, 2024
Full star iconFull star iconFull star iconFull star iconFull star icon5
For anyone interested in learning about cloud computing and becoming a self-taught cloud engineer, Logan Song's book "The Self-Taught Cloud Computing Engineer" is an excellent resource. The author adopts a peculiar methodology, starting with the fundamental ideas of cloud computing before getting into the finer points of individual services. To guarantee that readers comprehend the mathematical underpinnings and develop practical abilities in navigating the complexities of AWS, Azure, and GCP, the writers skillfully blend theoretical and practical activities. The learning process is enhanced by review questions and practical exercises at the conclusion of each chapter. Because the author is well-versed in industry changes and trends, the content is current and relevant.Moreover, adding real-world industrial case studies would give readers insightful knowledge about how cloud computing is used in a variety of sectors. This would give the educational process a more real-world component. In summary, this book is a fantastic ally in your path to cloud mastery, regardless of your motivation—be it certification or career advancement.
Amazon Verified reviewAmazon
Prathyusha JammulaNov 30, 2023
Full star iconFull star iconFull star iconFull star iconFull star icon5
"The Self-Taught Cloud Computing Engineer" by Dr. Logan Song is an excellent resource for anyone interested in entering the rapidly increasing field of cloud computing. This comprehensive book covers the principles of cloud computing, including an in-depth look at the three major cloud platforms: Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform (GCP).Song's knowledge is evident in his precise and simple explanations of complicated ideas. He divides each issue into small bits, making it simple for even novices to grasp the complexities of cloud computing. The book is packed with practical examples and hands-on exercises that allow readers to put their newfound knowledge to use and gain useful experience. The emphasis on self-paced learning genuinely distinguishes this book. Song urges readers to take charge of their education by providing them with the tools and resources they need to succeed. To ensure that readers have a good foundation in cloud computing, he includes chapter summaries, self-assessment tests, and links to supplementary learning tools."The Self-Taught Cloud Computing Engineer" is an invaluable resource whether you are a complete beginner or an aspiring cloud professional. Song's experienced advice and hands-on approach will provide you with the information and skills you need to navigate the ever-changing cloud computing landscape.
Amazon Verified reviewAmazon
  • Arrow left icon Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • ...
  • Arrow right icon Next

People who bought this also bought

Left arrow icon
Mastering Ubuntu Server
Mastering Ubuntu Server
Read more
Sep 2022584 pages
Full star icon4.7 (43)
eBook
eBook
€28.99€32.99
€41.99
The Ultimate Docker Container Book
The Ultimate Docker Container Book
Read more
Aug 2023626 pages
Full star icon4.5 (12)
eBook
eBook
€26.98€29.99
€37.99
Mastering Kubernetes
Mastering Kubernetes
Read more
Jun 2023746 pages
Full star icon4.5 (47)
eBook
eBook
€28.99€32.99
€41.99
Ansible for Real-Life Automation
Ansible for Real-Life Automation
Read more
Sep 2022480 pages
Full star icon3.9 (7)
eBook
eBook
€22.99€25.99
€31.99
AWS for Solutions Architects
AWS for Solutions Architects
Read more
Apr 2023696 pages
Full star icon4.3 (64)
eBook
eBook
€28.99€32.99
€41.99
Right arrow icon

About the author

Profile icon Dr. Logan Song
Dr. Logan Song
LinkedIn icon
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.
Read more
See other products by Dr. Logan Song
Getfree access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook?Chevron down iconChevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website?Chevron down iconChevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook?Chevron down iconChevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support?Chevron down iconChevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks?Chevron down iconChevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook?Chevron down iconChevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.


[8]ページ先頭

©2009-2025 Movatter.jp