Skip to content

Instantly share code, notes, and snippets.

@wakproductions
Last active September 19, 2016 19:16
Show Gist options
  • Save wakproductions/048418c1a7892b28eb65958b224e4f5f to your computer and use it in GitHub Desktop.
Save wakproductions/048418c1a7892b28eb65958b224e4f5f to your computer and use it in GitHub Desktop.
AWS Cheat Sheet

AWS Services List

  • EC2 - First service, spin up a box on the web
  • Elastic Beanstalk - adds a layer of automation for EC2 by configuring the environment with it (Ruby, Docker, Go, PHP, etc)
  • Lambda - used for event scheduling
  • Simple Workflow Service (SWF) - build, run, and scale background jobs that have parallel or sequential steps

Potential Cron Replacements

Lambda

AWS Console

Connect to EC2 instance aws ec2 get-console-output --instance-id <instance-id>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment