Book Image

AWS Certified SysOps Administrator ??? Associate Guide

By : Marko Sluga
Book Image

AWS Certified SysOps Administrator ??? Associate Guide

By: Marko Sluga

Overview of this book

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.
Table of Contents (26 chapters)

To get the most out of this book

The knowledge that is required by readers in order to benefit from this book is as follows:

  • A basic understanding of general cloud computing terminology and environments
  • A basic understanding of networking, the OSI layers, and the IP stack
  • A basic understanding of network function devices, such as routers, firewalls, load balancers, and content delivery networks
  • A basic understanding of virtualization and server operating systems
  • A basic understanding of user and security management
  • A basic understanding of storage concepts (for example, object storage, block storage, and file storage)
  • A basic understanding of database services
  • A basic understanding of messaging in applications
  • A basic understanding of serverless computing
  • A basic understanding of automation and orchestration

In addition, a more in-depth understanding of the following topics will be beneficial:

  • Designing applications for high availability and resilience
  • Operating system scripting languages
  • Database structures
  • The JSON data format
  • Programming languages and application design

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/AWS-Certified-SysOps-Administrator-Associate-Guide. In case there's an update to the code, it will be updated on the existing GitHub repository.

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

Download the color images

Conventions used

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

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Now, open the index.html file and edit the code to replace https://yourimagelinkgoeshere with your image link."

A block of code is set as follows:

<html>
<p>Everyone loves AWS!</p>
<p><a href="https://markocloud.com"><img src="https://markocloud.com/wp-content/uploads/2016/02/markocloud-180.gif" alt="" width="180" height="155" /></a></p>
</html>

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

$ sudo file -s /dev/xvdb 

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "To do so, we need to click on the bucket, select the Management tab, and click on Add lifecycle rule."

Warnings or important notes appear like this.
Tips and tricks appear like this.