sergiofgonzalez / aws-recipes-in-action

Examples, recipes and documentation about Amazon Web Services (AWS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Recipes in Action

Examples, recipes and documentation about Amazon Web Services, mostly based in the book Amazon Web Services in Action (Manning, 2016), but also complemented with documentation from http://docs.aws.amazon.com and other sources where the details found in the book fell short.

The recipes and articles have been loosely classified into sections:

  • 01: Getting Started — Getting started hints, such as creating key pairs to connect to EC2 instances, etc.
  • 02: The Command Line Interface (CLI) — Usage examples of AWS CLI from shell scripts
  • 03: The API — Using AWS SDK to interact with Amazon Web Services
  • 04: IaC — Using CloudFormation templates (in YAML!) to automate the creation of virtual infrastructure and services

Documentation

  • IAM — The Identity and Access Management (IAM) Service
  • Networking — Networking on AWS
  • Misc Notes — Assorted Tips & Tricks

About

Examples, recipes and documentation about Amazon Web Services (AWS)


Languages

Language:JavaScript 62.4%Language:Shell 37.6%