Skip to content

Instantly share code, notes, and snippets.

@sansmischevia
Last active November 30, 2017 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sansmischevia/c24b40648e061b7a7cefdb06a39952a9 to your computer and use it in GitHub Desktop.
Save sansmischevia/c24b40648e061b7a7cefdb06a39952a9 to your computer and use it in GitHub Desktop.
Webflow Infrastructure Project
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8zm/C7tp8ke37hapZbzhCzCOd9UfajpEjih42QxcgX60NQc2P99FyOLwFavXBps/jq+kXC7tEnXSD1qUvxAWg4X5/zKGRokbYvG5b9f4SwBIWEYOOdXn+iZYSadeQRGPMrDvDPSeaZVN372F8BLx0YYxb0sJ9pO3XTbz4E+ngyw+dp99PP/AVwMJZeStkPwp8wM6FQ9JkPsBHRMkgsu2HPi62VVs9R+itzj11MVaQmax/Kvlp/JxFe0S2ANixBNYcTE9yO0AxCIMMFplMjO/XK0Ae552SHnzroO3KRqw3eD9Aapm+/YrEMIA9cUmwwDS2byWQfFJd356y4AwM4b5F chou.bryant@gmail.com

Project Summary

Create a Redis instance in us-east-2, and set up a slave in another AWS region (ie. eu-central-1).

Acceptance Criteria

  • MVP: Redis keys that exist in master could be retrieved on the slave
  • Goal #1: The connection between the master and slave should be secure
  • Goal #2: Using automation tools to help provision, re-provision, scale, HA, DA, and other things you believe is important.
  • Goal #3: Multi-region deployment (More than 3 regions).

Deliverables

  • A github repo with all scripts & configurations used to set up this service.
  • SSH login credentials, or instructions on how to access the Redis boxes so we can verify successful slave behavior. (SSH keys attached)
  • Relevent notes, documents, and diagrams.

Project Details

Ping Bryant for AWS Management Console information.

Time

We'd like to timebound this exercise to 2 days. Whatever you do not check into a repo, you can detail in a markdown document, a chart/diagram, or Google Doc. If you would like to request more time, that's fine as well, just let us know!

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCxEtQOnXxCzx+bHwEw8cGPHoykUo2BxX1tIhnqR+ahsdgURZF9cJx4/OE0alufWUrttK+o6QwYF8MKhNHqdBgC718jtm6+iThmqv72uZTb1+bXXdqv10vjaGnaceoJ/3wY2ZftfkvsDNXnWQsabobvimcnIpZf1w3QbHQqtEquGqLNXBsg91PqBAJr/mzxHOkFgrWPn77jwwBTs99PVA6KcuglX8pOgiHPBytOc73ntBzO0BWQmtgR0UUFctfAG6N7qHRECZU3AysKIuSQ/I4ZkpexaLcLfBRNH0SleSJIUWHkbeyNsF+I2g0/cD33SABgplSNgl0jd+1gAbu/jo65 nathan work laptop
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCv8tRrdEFNceNsS44EAA7v4Zw1VN43GWXnLUNS55VjZB6qO9TflcafbKmJiZh/0zCPdGJG8ucG89LaontYuaMEpMTJb6IS0A8K7lgNF0vvzS7Vhnfd70w+cblCEeti8tP+dhDGxhi9cwa4aJY3w5W0n9KnLlhr1Codov/r9PCMnHIGDp1V6gyZdshg/2PwOE56m0KlpM6BT3eIgyOzeuS8CpY14Rhl3d4F46imzxwi/uD9WEyloRuTfPoSvtaBWfXO/yS7lduF/HSLANvz2OMHsRSgcm/6S2ZMilyhsqjI9+yb8Ig0Od9nGW7CwlZW8bKfnuwzNVIdcf2PygclNPlRFHAb3B28MHIDCKA2qWibMalc5Tkt6Y8ACXtXZCpxnt/RGfsEOlJAN930KC7i9v1L/rupQThwYYLiLavTwheez9Ai4Qt6ZY2DC+Irhp/b+Zqa63DnD54Z1EiOUiaDUk5nte0pRkog4eVzuolwjiE3yBpt7jSVLmjJysfgqIz/0oNq2se9AIknzEbsaq83BURz0APK1XlR0JTzfMqg+WPZUMjEXlk1G66UwcjLRYTlN2KhV6utJiuOtPQODgWf7sXqCUmOEPUStP9sBexMUWHajNxpJe2l7pkVWQMg9p9hm7DTIuyp3B340EE6j2IuOWQ1vxaCtx63pHfVuJfAozVCOQ== ray work laptop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment