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)

How OpsWorks works

OpsWorks is a system that essentially takes care of installing and running a selected orchestration environment for us. Once we have selected our solution, we need to install and configure the correct agent or client on the operating system that will be managed by OpsWorks. We can introduce the client straight away to the AMI for any newly created EC2 instances that we deploy. We can also retrieve downloadable installer packages and install the agent or client of existing EC2 instances or on-premise virtual and physical servers. Once the operating system starts, the agent or client will be connected to the centralized configuration management environment and changes can be applied.

At the time of writing, two options exist when configuring an OpsWorks cluster:

  • AWS OpsWorks for Chef Automate
  • AWS OpsWorks for Puppet Enterprise
...