All Projects → PacktPublishing → Implementing-DevOps-on-AWS

PacktPublishing / Implementing-DevOps-on-AWS

Licence: MIT License
Code repository of Implementing DevOps on AWS by Packt

Programming Languages

python
139335 projects - #7 most used programming language
HCL
1544 projects
SaltStack
118 projects
shell
77523 projects
scheme
763 projects
ruby
36898 projects - #4 most used programming language
PHP
23972 projects - #3 most used programming language

Implementing DevOps on AWS

This is the code repository for Implementing DevOps on AWS, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book will help you to drastically reduce the amount of time spent on development and increase the reliability of your software deployments on AWS using popular DevOps methods of automation.

Instructions and Navigations

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter 2

The code will look like the following:

   aws-region = "us-east-1"
   vpc-cidr = "10.0.0.0/16"
   vpc-name = "Terraform"
   aws-availability-zones = "us-east-1b,us-east-1c"

There are no code files for the following chapters:

  • Chapter 1 - What is DevOps and Should You Care?
  • Chapter 8 - Optimize for Scale and Cost
  • Chapter 9 - Secure Your AWS Environment
  • Chapter 10 - Aws Tips and Tricks

Software requirements:

The practical examples found in this book involve the use of AWS resources, thus an AWS account will be required.

The client-side tools used in the examples, such as the AWS CLI and Terraform, are supported on most common operating systems (Linux/Windows/Mac OS).

Here is the list of softwares used in the book:

   * CloudFormation         - https://aws.amazon.com/cloudformation/
   * Terraform              - https://www.terraform.io/
   * SaltStack              - https://saltstack.com/community/
   * Jenkins CI             - https://jenkins.io
   * Docker                 - https://www.docker.com/
   * FPM                    - https://github.com/jordansissel/fpm
   * Packer                 - https://www.packer.io/
   * Serverspec             - http://serverspec.org/
   * Elasticsearch          - https://www.elastic.co/ 
   * Kibana                 - https://www.elastic.co/
   * Logstash               - https://www.elastic.co/
   * Prometheus             - https://prometheus.io/ 

Related Products:

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].