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 now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
AWS Certified SysOps Administrator ??? Associate Guide
AWS Certified SysOps Administrator ??? Associate Guide

AWS Certified SysOps Administrator ??? Associate Guide: Your one-stop solution for passing the AWS SysOps Administrator certification

eBook
$24.99 $35.99
Paperback
$48.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
Table of content icon View table of contents Preview book icon Preview Book

AWS Certified SysOps Administrator ??? Associate Guide

The Fundamentals of Amazon Web Services

Amazon Web Services (AWS) was officially launched in 2006 by its parent company, Amazon. At that time, it was an online book store. The business saw an opportunity in the marketplace to deliver services based on in-house experience in building highly scalable web application services, which they were using for Amazon. The mid 2000s was a time when the first massive, web-scale applications were starting to really take off, and Amazon was running such a web application. They had also invested heavily in the underlying technologies, infrastructure, and data centers to run their application reliably, with the best possible response times on a global scale. Those data centers and the services to run them were, of course, designed to meet highly variable capacity requirements so that Amazon could be run. This variability was due to the nature...

Technical requirements

A basic understanding of common IT terminology and practices is required for you to follow the content of this chapter.

What is the AWS platform?

Amazon Web Services essentially put the words cloud and Infrastructure as a Service (IaaS, in its abbreviated form) into the IT dictionary. I'm not implying that Amazon Web Services invented cloud computing, not at all! The creation of cloud computing is a multi-faceted story that took time and organic growth to become what it is today. I am simply implying that Amazon Web Services was the one that really made your typical enterprise start thinking of IT as services instead of investments.

Cloud computing can be broken down into three categories that define what kind of service is being consumed from the cloud, that is, Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). The following diagram illustrates the services that are offered by each service layer:

...

The shared responsibility model

Once we begin consuming cloud resources, we need to be aware that we are operating our application on some kind of provider-managed infrastructure and that both parties have a different level of access to the environment.

The following diagram represents an overview of the shared responsibility model:

There are quite a few differences between the shared responsibilities depending on whether a customer is running an IaaS or a PaaS. For example, if the customer is using IaaS and running a virtual machine with a database instance on the cloud, the provider has access to and responsibility for securing the following:

  • The underlying hardware in their data center
  • The server and hypervisor where the VM instance is running
  • The storage subsystem where the data volume is residing
  • The physical network devices that connect the hypervisor to the internet
  • ...

Advantages of using AWS

Any conversation about cloud computing will eventually lead to the question "Why? What's the benefit and why should I be using cloud computing?" There are multiple factors that contribute to cloud computing outperforming the traditional, on-premises data center-oriented approach to computing, but the following capabilities are the ones that are the most likely to make on-premises data centers a thing of the past:

  • The ability to trade capital expenses for operational expenses when running IT
  • The ability to use inexpensive compute units on demand
  • Increased application delivery speed and agility
  • Capacity matched to demand
  • The ability to go global in minutes

Perhaps the most prominent advantage when using Amazon Web Services is the ability to deploy your services globally within minutes. Using scripts, templates or 3rd party tools, you can...

AWS Foundation Services

Amazon Web Services defines two service layers a bit more loosely than the standard IaaS and PaaS models. The underlying layer of AWS services is called AWS Foundation Services and includes all of the IaaS deliveries that AWS provides, as well as some services that fall squarely into the PaaS, and even SaaS layers of cloud computing. AWS Foundation Services can be divided into the following functional groups:

  • Network services
  • Compute services
  • Storage services
  • Security and identity services
  • End user applications

Network services

Network services are sub-divided into different offerings that deliver services that allows for the complete management of our network infrastructure. Examples include the...

AWS Platform Services

Platform Services provide users with platform and software options that allow developers to easily provision, deploy, and deliver services to their application without the typical infrastructure management overhead. AWS Platform Services can be divided into the following functional groups:

  • Databases
  • Management tools
  • Analytics
  • Application services
  • Developer tools
  • Mobile and IoT services

Databases

Database services are sub-divided into different offerings that deliver database services and allow for the acceleration of the delivery of data. Examples include the following service offerings:

  • Amazon Relational Database Service (RDS): A fully managed relational database service that allows for the seamless...

Using AWS services

When the AWS environment was conceived, the initial requirement for the creation and consumption of resources was that they were simple, easy, and intuitive to consume, with no training required. If we look back to 2006-2007, the early years of AWS, this was very true. AWS had a simple design and the creation and consumption of the limited number of resources was relatively simple for anyone with an appropriate level of general IT knowledge so that they could come along and create resources with very little adjustment to the way AWS defined them. Nowadays, this is starting to become less and less true. Over the past decade or so, the AWS platform has evolved, seemingly at an exponential speed, to a point where it has so many services and so many offerings that you would be hard pressed to find anyone who would say that they clearly understand and are able to...

Cloud-native and serverless designs

When we talk about cloud-native applications, we are simply defining them as applications that are built to run on the cloud and have the ability to access the cloud environment they are running on in one way or another. This capability can allow an application to be self-managed and, among other factors, can allow it to do any or all of the following:

  • Provision its own resources, such as instances, databases, storage, and networks
  • Access services in the cloud, such as monitoring and enumerating services to determine its own state
  • Have the ability to scale itself according to events or metrics that are retrieved from the cloud
  • Manage other applications running in the cloud

On the other hand, applications that have been designed with a server less approach in mind are designed in a way that they consume no visible server instance resources...

Choosing availability zones and regions

One of the most important aspects of running your application in an efficient and highly available manner is the correct selection of the location of your AWS services. AWS is designed to offer multiple facilities in several different regions so that it can provide both high availability of services within a single region and the ability for us to architect solutions that are distributed and replicated across different regions.

Based on the experience gained from running Amazon since the 90s, AWS has set out to create a world-class infrastructure architecture that is composed of the following components:

  • Datacenter
  • Availability zones
  • Region

The lowest infrastructure component in the AWS architecture is the datacenter. A datacenter is essentially designed to hold raw compute, network, and storage capacity and to provide no redundancy to...

Summary

Amazon Web Services provides a unified environment where cloud computing infrastructure, platform, and software services can be consumed by the end user. It enables us to be able to build an application by utilizing any combination of the AWS services on offer.

In this chapter, we learned how easy it is to create an AWS account and started using those services to build complex and powerful applications before making them available on the internet or on our internal network by using a VPN or Direct Connect uplink. AWS is a great environment when ease of management, the ability to provision quickly and globally, and financial constraints require us to build compute capacity from operating expenditures.

Although it is fairly simple to build applications on AWS, there are several challenges when using cloud computing systems as a standalone solution or as a hybrid model...

Questions

  1. What is the difference between Infrastructure as a Service and Platform as a Service?
  2. Which layers is the cloud vendor responsible for when looking at Platform as a Service?
  3. What are the most obvious advantages of using AWS?
  4. List the five AWS Foundation service categories.
  5. Define the three ways of accessing the AWS environment outlined in this book.
  6. Essentially, what is a cloud-native application?
  7. What is the difference between regions and availability zones?
  8. Would running two virtual machine instances in two datacenters in one availability zone make your application highly available?
Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Not only pass the certification with confidence but also enhance your skills to solving real-world scenarios.
  • A practical guide to getting you hands-on experience with application management, deployment, operation.
  • Enhance your AWS skills with practice questions and mock tests.

Description

AWS certifications are becoming one of the must have certifications for any IT professional working on an AWS Cloud platform. This book will act as your one stop preparation guide to validate your technical expertise in deployment, management, and operations on the AWS platform. Along with exam specific content this book will also deep dive into real world scenarios and hands-on instructions. This book will revolve around concepts like teaching you to deploy, manage, and operate scalable, highly available, and fault tolerant systems on AWS. You will also learn to migrate an existing on-premises application to AWS. You get hands-on experience in selecting the appropriate AWS service based on compute, data, or security requirements. This book will also get you well versed with estimating AWS usage costs and identifying operational cost control mechanisms. By the end of this book, you will be all prepared to implement and manage resources efficiently on the AWS cloud along with confidently passing the AWS Certified SysOps Administrator – Associate exam.

Who is this book for?

If you are a system administrator or a system engineer interested in leveraging the AWS platform to deploy applications then, this book is for you. IT professionals interested in passing the AWS Certified Sysops Administrator will also benefit from this book. Some basic understanding of working AWS components would do wonders.

What you will learn

  • Create and manage users, groups, and permissions using AWS IAM services
  • Create a secure VPC with public and private subnets, Network Access Control, and security groups
  • Get started with launching your first EC2 instance, and working with it
  • Handle application traffic with ELB and monitor AWS resources with CloudWatch
  • Work with S3, Glacier, and CloudFront
  • Work across distributed application components using SWF
  • Understand event-based processing with Lambda and messaging SQS and SNS in AWS
  • Get familiar with AWS deployment concepts and tools including Elastic Beanstalk, CloudFormation and AWS OpsWorks

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 30, 2019
Length: 584 pages
Edition : 1st
Language : English
ISBN-13 : 9781788996389
Vendor :
Amazon
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning

Product Details

Publication date : Jan 30, 2019
Length: 584 pages
Edition : 1st
Language : English
ISBN-13 : 9781788996389
Vendor :
Amazon
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 152.97
AWS Certified Solutions Architect ??? Associate Guide
$48.99
AWS Certified SysOps Administrator ??? Associate Guide
$48.99
AWS Certified Developer - Associate Guide
$54.99
Total $ 152.97 Stars icon

Table of Contents

25 Chapters
Overview of AWS Certified SysOps Administrators and Associated Certification Chevron down icon Chevron up icon
The Fundamentals of Amazon Web Services Chevron down icon Chevron up icon
Managing AWS Security with Identity and Access Management Chevron down icon Chevron up icon
Networking with the Virtual Private Cloud Chevron down icon Chevron up icon
Managing Servers on AWS with Elastic Compute Cloud Chevron down icon Chevron up icon
Handling Server Traffic with Elastic Load Balancing Chevron down icon Chevron up icon
Understanding Simple Storage Service and Glacier Chevron down icon Chevron up icon
Understanding Content Distribution with CloudFront Chevron down icon Chevron up icon
AWS Storage Options Chevron down icon Chevron up icon
Working with the Route 53 Domain Name System Chevron down icon Chevron up icon
Working with Relational Database Services Chevron down icon Chevron up icon
Introduction to ElastiCache Chevron down icon Chevron up icon
Amazon DynamoDB - A NoSQL Database Service Chevron down icon Chevron up icon
Working with Simple Queue Service Chevron down icon Chevron up icon
Handling Messaging with Simple Notification Service Chevron down icon Chevron up icon
Getting Started with Simple Workflow Service Chevron down icon Chevron up icon
Overview of AWS Lambda Chevron down icon Chevron up icon
Monitoring Resources with Amazon CloudWatch Chevron down icon Chevron up icon
Understanding Elastic Beanstalk Chevron down icon Chevron up icon
Automation with the CloudFormation Service Chevron down icon Chevron up icon
Cloud Orchestration with OpsWorks Chevron down icon Chevron up icon
Exam Tips and Tricks Chevron down icon Chevron up icon
Mock Tests Chevron down icon Chevron up icon
Assessments Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Most Recent
Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.8
(8 Ratings)
5 star 37.5%
4 star 25%
3 star 12.5%
2 star 25%
1 star 0%
Filter icon Filter
Most Recent

Filter reviews by




Felix May 21, 2023
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
There are several comments that this a great book for beginners - as if it is a good thing. You are supposed to take Foundational level exam first before moving to Associate level. I assume that a book with this title does not repeat all the material from ground up.And it is difficult to just skip first 11 chapters, because they combine fundamentals with intermediate-level information. Very frustrating.That said, unfortunately, most AWS courses have the same problem.
Amazon Verified review Amazon
Marko Oct 16, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Great book when starting with AWS. Covers basics like opening AWS account as well as how to set up multiple services in AWS. Very nice guided approach. The test questions are great, some even more difficult than the real exam.
Amazon Verified review Amazon
Amazon Customer Sep 17, 2019
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
I’m a long time on-prem vSphere admin trying to get my feet wet in the world of AWS. This book was my first introduction to AWS.I read this book cover to cover and followed along by making a free tier account in AWS. I don’t think this book alone would be sufficient to get me through the exam. After reading it, I took a practice exam, and got a score of 60%. Considering I knew absolutely nothing about AWS beforehand, I’d say I learned a great deal. I would have to spend more time getting hands-on experience to pass the exam (as is to be expected).
Amazon Verified review Amazon
D Smith Aug 01, 2019
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
This is a thick, heavy book...mostly due to the massive amount of screenshots printed therein. A lot of the material reads as if it was lifted directly from the freely available AWS PDFs. That doesn't make it a bad guide, maybe it's easier to read the book rather than scrolling through PDFs.I passed my SysOps Admin course a few days ago without cracking this book open. It's a decent reference, but a poor study guide. I don't think this is a "one-stop solution" for passing the certification unless you're willing to use the material to guide your own hands-on self-study with the AWS Free Tier resources.
Amazon Verified review Amazon
RAZ Jun 15, 2019
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
I recently passed the certified solutions architect - Associate level. Bought this book to prepare for the SysOps exam. It’s written very lightly with long passages sometimes a few pages where a diagram and a short description would deliver the content. Fails to talk about some major issues needed for the exam. It’s general book about was services, certainly not for passing the SysOps exam. Returned my copy today, looking at other books.
Amazon Verified review Amazon
Get free 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 icon Chevron 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 icon Chevron 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 icon Chevron 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 icon Chevron 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 icon Chevron 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 icon Chevron 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.