Skip to content

cleett/Implementing-DevOps-on-AWS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Code repository of Implementing DevOps on AWS by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.7%
  • HCL 28.4%
  • SaltStack 9.7%
  • Groovy 7.6%
  • Shell 6.7%
  • Scheme 6.4%
  • Other 2.5%