Cloud Practitioner Part1
Cloud Practitioner Part1
Part 1
Participant Workbook
Instructions
This is the participant workbook you can use throughout this course. You will find valuable
terminology and acronym definitions explained here. There is space for you to take notes and even
additional links for you to dive deeper into the information you will learn in class today.
Table of Contents
Module 1: Introduction to Amazon Web Services (AWS) ............................................................................... 2
Module 2: Global Infrastructure and Reliability ............................................................................................... 6
Module 3: Networking .......................................................................................................................................... 8
Module 4: Object Storage .................................................................................................................................. 14
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Becoming a Cloud Practitioner Part 1
Term Definition
Is a cloud services platform. Simply, it provides cloud services to both individuals
Amazon Web Services (AWS)
and businesses.
A small-scale computer made to be used by an individual.
Personal Computer (PC)
- Laptop or desktops
Internet Service Provider
A company that provides access to the Internet.
(ISP)
A company that provides cloud-based services such as platform, infrastructure,
Cloud Service Provider (CSP) application, or storage.
- AWS, Google, Azure
Information Technology (IT) Often used to refer to the department in a company that is responsible for installing
or Information Systems (IS) and maintaining computer hardware and software.
A piece of hardware used to connect you to the applications, files, or services you
Device need.
- Cell phone, laptop, tablet, PC, or server.
A device that gathers information and directions from another device.
Client
- Most commonly a laptop or PC. Can be a cell phone or tablet.
A very powerful computer that provides access to applications, files, and services.
Server
- Print server, file server, network server, or application server.
On-premises / IT hardware and software applications hosted where the business operates or in a
On-prem physical data center.
A facility dedicated to supporting a very large number of powerful servers used by
Data Center
organizations for remote storage and to prevent failures (fault tolerance).
A term used to describe the process of installing and configuring a new virtual
server or application. This can be used in the context of on-prem or cloud
Deploy environments.
- Synonymous with launch
This describes an application or feature that was designed specifically to run in the
Cloud-native
cloud.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 2 of 15
Becoming a Cloud Practitioner Part 1
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 3 of 15
Becoming a Cloud Practitioner Part 1
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 4 of 15
Becoming a Cloud Practitioner Part 1
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 5 of 15
Becoming a Cloud Practitioner Part 1
Term Definition
A distinct location within a Region that's insulated from failures in other Availability
Availability Zone (AZ)
Zones.
Region A named set of AWS resources that's in the same geographical area.
Regional service Regional services only require the assignment of a Region.
Zonal service Zonal services require the assignment of a Region and an AZ.
The ability of a cloud service to dynamically grow and shrink based on demands of a
Elasticity workload.
- Amazon Auto Scaling
The ability of a cloud service to grow manually as the demands of a workload
Scalability change over time.
- Horizontal or vertical scaling mechanisms
Indicates the ability of a system to both recover and continue operating in the event
Resiliency of a disruption.
- Clustered servers, redundant workloads, failover mechanisms.
The ability of a cloud service to ensure long term data stability.
Durability
- Data durability of Amazon S3 99.999999999%
The ability of a cloud service to be available when it is needed.
Availability
- Deploying into multiple AZs and/or Region.
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 6 of 15
Becoming a Cloud Practitioner Part 1
The AWS Cloud infrastructure is built around AWS Regions and Availability Zones. An AWS Region is a
physical location in the world where we have multiple Availability Zones. Availability Zones consist of
one or more discrete data centers, each with redundant power, networking, and connectivity, housed
in separate facilities. These Availability Zones offer you the ability to operate production applications
and databases that are more highly available, fault tolerant, and scalable than would be possible from
a single data center. For the latest information on the AWS Cloud Availability Zones and AWS Regions,
refer to AWS Global Infrastructure.
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 7 of 15
Becoming a Cloud Practitioner Part 1
Module 3: Networking
Helpful Terms
Term Definition
A program that communicates between the hardware and software supported by
Operating System (OS)
that system.
A naming system used to identify servers reachable over the internet or private IP
Domain Name System (DNS)
networks.
Classless inter-domain
A method for allocating IPv4 addresses using variable length IP addresses.
routing (CIDR)
Classful routing A method for allocating IPv4 addresses using IP addresses classes.
Hypertext Transfer Protocol
This is a protocol used to transmit data over the internet.
(HTTP)
Hypertext Transfer Protocol
This is a protocol used to transmit data over the internet using TLS security.
Secured (HTTPS)
This is a protocol that defines addressing on a computer network.
Internet Protocol (IP)
- IPv4, IPv6
Access Control List (ACL) A virtual firewall that controls inbound and outbound traffic at the subnet level.
Data packets A unit of data made into a small package for travel along a network path.
A set of rules that determine how data is transmitted between devices in the same
Protocol network.
- HTTP, SMTP, SSL.
A Port is a logical construct that identifies a specific process or type of network
service or protocol.
Port / Port number
A well-known Port number is the aligned with a specific transport.
- Port 80 HTTP; Port 443 HTTPS; port 53 DNS.
A unique number that identifies a device on the internet or local network.
IP address Addresses are made up of 4 numbers with values of 0 – 255.
- 127.0.0.1; 169.254.0.1; 176.16.0.1; 192.168.0.1;
The process of selecting a path across one or more networks and transmitting data
Routing
from the source network to the destination network.
Subnet / Subnetting / A logical subdivision on an IP network. Subnetting is the process of creating the
Subnet mask subdivision. This is enforced using a subnet mask.
A device that forwards data packets between devices in a single network. It is not
Switch
aware of network addressing.
Router A device that forwards data packets between networks.
A device or node that connects two different networks by transmitting
Gateway
communications from one network to another.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 8 of 15
Becoming a Cloud Practitioner Part 1
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 9 of 15
Becoming a Cloud Practitioner Part 1
Each subnet must reside entirely within one Availability Zone and cannot span zones. By launching
AWS resources in separate Availability Zones, you can protect your applications from the failure of a
single Availability Zone.
Tasks
• Create a subnet
• Create and attach an internet gateway
• Create a custom route table
• Create a security group for internet access
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 10 of 15
Becoming a Cloud Practitioner Part 1
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 11 of 15
Becoming a Cloud Practitioner Part 1
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 12 of 15
Becoming a Cloud Practitioner Part 1
Security groups
A security group controls the traffic that is allowed to reach and leave the resources that it is
associated with. For example, after you associate a security group with an EC2 instance, it controls the
inbound and outbound traffic for the instance. You can associate a security group only with resources
in the VPC for which it is created.
When you create a VPC, it comes with a default security group. You can create additional security
groups for each VPC.
• Security groups are stateful. For example, if you send a request from an instance, the response
traffic for that request is allowed to reach the instance regardless of the inbound security group
rules. Responses to allowed inbound traffic are allowed to leave the instance, regardless of the
outbound rules.
• Security groups do not filter traffic destined to and from the following:
o Amazon Domain Name Services (DNS)
o Amazon Dynamic Host Configuration Protocol (DHCP)
o Amazon EC2 instance metadata
o Amazon ECS task metadata endpoints
o License activation for Windows instances
o Amazon Time Sync Service
o Reserved IP addresses used by the default VPC router
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 13 of 15
Becoming a Cloud Practitioner Part 1
AWS Snow devices feature a Trusted Platform Module (TPM) that provides a hardware root of trust.
Each device is inspected after each use to ensure the integrity of the device and helps preserve the
confidentiality of your data. All data moved to AWS Snow Family devices is automatically encrypted
with 256-bit encryption keys that are managed by the AWS Key Management Service (KMS).
Encryption keys are never stored on the device so your data stays secure during transit.
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 14 of 15
Becoming a Cloud Practitioner Part 1
Notes:
© 2023, Amazon Web Services, Inc. or its affiliates. All rights reserved. 15 of 15