Book Image

Amazon Web Services Bootcamp

Book Image

Amazon Web Services Bootcamp

Overview of this book

AWS is at the forefront of Cloud Computing today. Businesses are adopting AWS Cloud because of its reliability, versatility, and flexible design. The main focus of this book is teaching you how to build and manage highly reliable and scalable applications and services on AWS. It will provide you with all the necessary skills to design, deploy, and manage your applications and services on the AWS cloud platform. We’ll start by exploring Amazon S3, EC2, and so on to get you well-versed with core Amazon services. Moving on, we’ll teach you how to design and deploy highly scalable and optimized workloads. You’ll also discover easy-to-follow, hands-on steps, tips, and recommendations throughout the book and get to know essential security and troubleshooting concepts. By the end of the book, you’ll be able to create a highly secure, fault tolerant, and scalable environment for your applications to run on.
Table of Contents (16 chapters)

Preface

AWS is at the forefront of cloud computing today. Businesses are adopting AWS Cloud because of its reliability, versatility, and flexible design.

The book will guide you to build and manage highly reliable and scalable applications and services on AWS. Also, you will be learning all the necessary skills to design, deploy, and manage your applications and services on the AWS cloud platform. Initially, we will walk you through various web services offered by Amazon. This will help you to get a high-level of understanding of different services.

Moving forward, we will be exploring Amazon IAM, EC2, S3, RDS, and more, to get you well-versed with core Amazon services. Each chapter will contain different ways to access AWS resources such as AWS Management Console, AWS CLI, AWS SDK (Java), and Cloud Formation. Later, you may choose any of the ways to create your cloud infrastructure. The book also contains easy-to-follow hands-on steps, tips, and recommendations, along with security and troubleshooting concepts.

By the end of the book, you will be able to create a highly secure, fault-tolerant, and scalable environment for your applications to run on. 

Let’s play with Amazon Web Services!

Who this book is for

This book targets IT professionals and system administrators looking at designing, deploying, and managing your applications and services on the AWS cloud platform. Developers looking at building highly scalable cloud-based services will also find this book useful. A basic understanding of AWS would be beneficial.

What this book covers

Chapter 1, Getting Started with AWS, briefs you about the basics of cloud computing and what Amazon Web Services (AWS) offers in cloud computing ecosystem. We will have walkthrough on different services offered by Amazon and sign-up processes.

Chapter 2, Configuring IAM, explains how to manage the access to AWS resources. This is a central security service around which all different AWS resources are surrounded for access management.

Chapter 3, Building Server Using EC2, helps you to build highly available and scalable applications using EC2 instances. We will learn how to configure the load balancer and auto-scaling feature, which helps to scale our application dynamically.

Chapter 4, Storing Files on S3, demonstrates how to utilize the cloud storage for more than one. We will learn about how to store data to and retrieve data from S3 and host a static HTML website.

Chapter 5, Managing RDS, lets you set up and operate database over the cloud. We will learn about different database engines supported by Amazon RDS and how to set up the MySQL database instance.

Chapter 6, Implementing DynamoDB – NoSQL Database, lets you create and operate a DynamoDB table. We will talk about auto-scaling the provisioned throughput on the DynamoDB table and secondary indexes, and then we have an example that will demonstrate CRUD operations.

Chapter 7, Implementing Caching Using ElastiCache, guides you through creating a caching server on the AWS cloud. We will learn about caching servers supported by the Amazon ElastiCache service and how to set up the infrastructure.

Chapter 8, Triggering Notifications, lets you create an SNS topic and send notifications to subscribers. We will also talk about push notifications on mobile devices and desktops.

Chapter 9, All about CloudWatch, explains how to monitor the AWS resources and applications to make sure they are up and running. You will learn about different features of CloudWatch, such as Alarm, Metrics, Logs, and Events.

 

To get the most out of this book

There are a few considerations to follow the examples in this book: a text editor or IDE (I use IntelliJ IDEA), internet access, and admin rights to your machine to install software.

Download the example code files

You can download the example code files for this book from your account at www.packtpub.com. If you purchased this book elsewhere, you can visit www.packtpub.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.packtpub.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/Amazon-Web-Services-Bootcamp. 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

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: http://www.packtpub.com/sites/default/files/downloads/AmazonWebServicesBootcamp_ColorImages.pdf.

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: "To create the Redis ElastiCache cluster, first we need to create the security group using the AWS::EC2::SecurityGroup type".

A block of code is set as follows:

AmazonElastiCache amazonElastiCache = AmazonElastiCacheClientBuilder
         .standard()
         .withClientConfiguration(getClientConfiguration())
         .withCredentials(getCredentials())
         .withRegion(getRegions())
         .build(); 

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

AmazonElastiCache amazonElastiCache = AmazonElastiCacheClientBuilder
.standard()
         .withClientConfiguration(getClientConfiguration())
         .withCredentials(getCredentials())
         .withRegion(getRegions())
         .build(); 

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

export PATH=~/.local/bin:$PATH

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Choose the Account type of your choice, and provide the required details, and click Create Account and Continue."

Note

Warnings or important notes appear like this.

Note

Tips and tricks appear like this.

Get in touch

Feedback from our readers is always welcome.

General feedback: Email [email protected] and mention the book title in the subject of your message. If you have questions about any aspect of this book, please email us at [email protected].

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packtpub.com/submit-errata, selecting your book, clicking on the Errata Submission Form link, and entering the details.

Piracy: If you come across any illegal copies of our works in any form on the Internet, we would be grateful if you would provide us with the location address or website name. Please contact us at [email protected] with a link to the material.

If you are interested in becoming an author: If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.

Reviews

Please leave a review. Once you have read and used this book, why not leave a review on the site that you purchased it from? Potential readers can then see and use your unbiased opinion to make purchase decisions, we at Packt can understand what you think about our products, and our authors can see your feedback on their book. Thank you!

For more information about Packt, please visit packtpub.com.