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)

Deploying an application with Elastic Beanstalk

An Elastic Beanstalk environment is designed to be very easy to deploy. In this section, we will demonstrate the features of how to create and manage an Elastic Beanstalk environment in the management console. Take a look at the following steps:

  1. We need to open the Elastic Beanstalk management console so that we can create an application and environment. Initially, if we have no Elastic Beanstalk deployments, we will see an introductory screen with a short description of Elastic Beanstalk. We can click the Get started button to initiate the creation of an environment:
  1. The Get started button automatically starts a Elastic Beanstalk app creation dialogue. The Elastic Beanstalk console assumes that we need to have an Elastic Beanstalk tier application before we can add any kind of worker tier. The next time we create an environment...