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
Effective DevOps with AWS
Effective DevOps with AWS

Effective DevOps with AWS: Ship faster, scale better, and deliver incredible productivity

eBook
$27.98 $39.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
Table of content icon View table of contents Preview book icon Preview Book

Effective DevOps with AWS

Deploying Your First Web Application

In Chapter 1, The Cloud and the DevOps Revolution, we covered a general introduction to the cloud, its benefits, and what having a DevOps philosophy means. AWS offers a number of services all easily accessible through the web interface, command-line interface, and various SDKs and APIs. In this chapter, we will take advantage of the web interface and command-line interface to create and configure our account and create a web server to host a simple Hello World application, all in a matter of minutes.

In this chapter, we will go through the following topics:

  • Creating and configuring your account
  • Spinning up your first web server

Creating and configuring your account

If you haven't signed up for AWS yet, it is time to do so.

Signing up

This step is, of course, fairly simple and self-explanatory. In order to sign up, if you haven't done so yet, open https://portal.aws.amazon.com/gp/aws/developer/registration/ in your browser and follow the steps. You will need an email address and your credit card information.

There are two exceptions to this process, as follows:

  • If you plan on deploying servers in China, then you need to create your account on https://www.amazonaws.cn/.
  • AWS has a special facility called GovCloud for the specific regulatory needs of United States federal, state, and local agencies. To sign up for this, use the link https...

Creating our first web server

Now that we have our environment set up, we are finally ready to launch our first EC2 instance. There are a couple of ways to do that. Since we just installed and configured awscli and we want to see effective ways of managing infrastructures, we will demonstrate how to do this using the command-line interface.

Launching a virtual server requires having a certain amount of information ahead of time. We will use the aws ec2 run-instances command, but we need to supply it with:

  • An AMI ID
  • An instance type
  • A security group
  • An SSH key pair

AMI

An Amazon Machine Image (AMI) is a package that contains, among other things, the root filesystem with the OS (for example, Linux, Unix, or Windows) and additional...

Summary

This chapter was a quick and simple introduction to AWS and its most well-known service, EC2. After signing up for AWS, we configured our environment in such a way that we could create a virtual server using the command-line interface. Leading to this, we selected our first AMI, created our first security group, and generated our ssh keys, which we will reuse throughout the book. After launching an EC2 instance, we manually deployed a simple node.js application to display Hello World.

While the process wasn't very fastidious thanks to the AWS CLI, it still required going through numerous steps which aren't very repeatable. We also deployed the application without any automation or validation. Furthermore, the only way we can check if the application is running is by manually checking the endpoint. In the remainder of the book, we will revisit the process of creating...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Implement DevOps principles to take full advantage of the AWS stack and services
  • Take expert look at solving problems faced by real developers and operation teams and learn to overcome them
  • Learn from expert insights of the author who has worked with Silicon Valley’s most high-profile companies

Description

The DevOps movement has transformed the way modern tech companies work. AWS which has been on the forefront of the Cloud computing revolution has also been a key contributor of this DevOps movement creating a huge range of managed services that help you implement the DevOps principles. In this book, you’ll see how the most successful tech start-ups launch and scale their services on AWS and how you can too. Written by a lead member of Mediums DevOps team, this book explains how to treat infrastructure as code, meaning you can bring resources online and offline as necessary with the code as easily as you control your software. You will also build a continuous integration and continuous deployment pipeline to keep your app up to date. You’ll find out how to scale your applications to offer maximum performance to users anywhere in the world, even when traffic spikes with the latest technologies, such as containers and serverless computing. You will also take a deep dive into monitoring and alerting to make sure your users have the best experience when using your service. Finally, you’ll get to grips with ensuring the security of your platform and data.

Who is this book for?

This book is for developers, DevOps engineers and teams who want to build and use AWS for their software infrastructure. Basic computer science knowledge is required for this book.

What you will learn

  • Find out what it means to practice DevOps and what its principles are
  • Build repeatable infrastructures using templates and configuration management
  • Deploy multiple times a day by implementing continuous integration and continuous deployment pipelines
  • Use the latest technologies, including containers and serverless computing, to scale your infrastructure
  • Collect metrics and logs and implement an alerting strategy
  • Make your system robust and secure

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jul 31, 2017
Length: 402 pages
Edition : 1st
Language : English
ISBN-13 : 9781786462459
Vendor :
Amazon
Languages :
Concepts :
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 Details

Publication date : Jul 31, 2017
Length: 402 pages
Edition : 1st
Language : English
ISBN-13 : 9781786462459
Vendor :
Amazon
Languages :
Concepts :
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 $ 141.97
Implementing DevOps on AWS
$48.99
Effective DevOps with AWS
$48.99
DevOps Bootcamp
$43.99
Total $ 141.97 Stars icon

Table of Contents

8 Chapters
The Cloud and the DevOps Revolution Chevron down icon Chevron up icon
Deploying Your First Web Application Chevron down icon Chevron up icon
Treating Your Infrastructure As Code Chevron down icon Chevron up icon
Adding Continuous Integration and Continuous Deployment Chevron down icon Chevron up icon
Scaling Your Infrastructure Chevron down icon Chevron up icon
Running Containers in AWS Chevron down icon Chevron up icon
Monitoring and Alerting Chevron down icon Chevron up icon
Hardening the Security of Your AWS Environment Chevron down icon Chevron up icon

Customer reviews

Most Recent
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.3
(6 Ratings)
5 star 66.7%
4 star 0%
3 star 33.3%
2 star 0%
1 star 0%
Filter icon Filter
Most Recent

Filter reviews by




Wanderlust May 22, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book provides one of the clearest ways of teaching AWS to a beginner, who is comfortable with command line. It was perfect in helping me navigate the seemingly unlimited features that AWS offers. It explains what a beginning DevOps engineer would need to setup a web application on AWS. Then it covers Ansible, Git, CI/CD (Continuous Integration / Continuous Deployment), Scaling, Containers with Docker, and Security. The book covers what most startup companies use as their solution if they use AWS (versus the other two cloud providers). I can't attest to it, but it feels like this is the common solution of many Silicon Valley companies (AWS/Ansible/Docker). The book provided a natural progression and view into the DevOps role. Easy-to-read and great book.
Amazon Verified review Amazon
Josquin Gaillard Aug 27, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is great for learning how to better do devops on AWS. I recommend this book for anyone getting started in doing devops on the Cloud.
Amazon Verified review Amazon
S. E. Devlin Aug 18, 2018
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
Only just received the book so I can’t comment on the depth but it’s nicely produced and seems quite comprehensive. What’s not listed in the product description (or I missed it) is that the examples are based on Python. This isn’t necessarily a bad choice - on the contrary, but I was hoping for something more focused on the AWS Cli or maybe terrafrom.That said, Python is something that I’ve been meaning to play with - I can read it but never got around to learning the syntax so perhaps this will be my motivation.Will update the review once I’ve had to digest properly.
Amazon Verified review Amazon
Narunart Kitiyakara Apr 02, 2018
Full star icon Full star icon Full star icon Empty star icon Empty star icon 3
There may be those who appreciate having step-by-step instructions for how to create a Git branch, or other relatively routine tasks, repeated many times, but for my money I'd rather have a book that focused more on what's possible and why I should or shouldn't do it rather than taking up a lot of space repeating the same set of instructions for doing basic tasks over and over again. If I have an idea of what I can do, I can easily find out how to do it, what I need is ideas for what I might be interested in doing. To be fair, I did get a few ideas from this book, but I don't feel that there was enough to justify the cost.
Amazon Verified review Amazon
Al from Boston Dec 26, 2017
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book presents a very substantive integration between some of the best and most popular DevOps tools (e.g. GitHub, Jenkins, Ansible) and some of the most important AWS tools (e.g. EC2, S3, SNS, CodePipeline, CodeDeploy). Very well worth your time and money if you are serious about practicing effective DevOps.
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.