Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
AWS Administration - The Definitive Guide

You're reading from   AWS Administration - The Definitive Guide Design, build, and manage your infrastructure on Amazon Web Services

Arrow left icon
Product type Paperback
Published in Mar 2018
Publisher Packt
ISBN-13 9781788478793
Length 358 pages
Edition 2nd Edition
Languages
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Yohan Wadia Yohan Wadia
Author Profile Icon Yohan Wadia
Yohan Wadia
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. What's New in AWS? 2. Managing EC2 with Systems Manager FREE CHAPTER 3. Introducing Elastic Beanstalk and Elastic File System 4. Securing Workloads Using AWS WAF 5. Governing Your Environments Using AWS CloudTrail and AWS Config 6. Access Control Using AWS IAM and AWS Organizations 7. Transforming Application Development Using the AWS Code Suite 8. Messaging in the Cloud Using Amazon SNS and Amazon SQS 9. Powering Analytics Using Amazon EMR and Amazon Redshift 10. Orchestrating Data using AWS Data Pipeline 11. Connecting the World with AWS IoT and AWS Greengrass 12. Other Books You May Enjoy

Introducing AWS CodePipeline


AWS CodePipeline is a continuous delivery service that you can use to model, visualize, and automate the steps required to release your application software. This is made possible by building pipelines that contain one or more stages. The stages can be broadly classified as build, where the code is compiled and built using, say, AWS CodeBuild or some other third-party tool, staging, and deployment, where the code is pushed on to compute instances using AWS CodeDeploy, and so on. Each stage internally describes a set of actions that it needs to perform in order to prepare the software for its release. This action can be anything from building your source code from a Git repository, to making changes to a file, or deploying packages, and so on. Every change made to either your code or some configurational setting within CodePipeline is considered as a revision and you can have multiple such revisions created within a single stage of a pipeline.

Note

Even changes...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime