• Stars
    star
    152
  • Rank 240,100 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Learn to deploy real applications in a scalable way, using Amazon Web Services.

AWS Workshop

This workshop aims to introduce the reader to managing infrastructure using Amazon Web Services (AWS).

We will learn to deploy real applications. As our demo app, we will use an open source test application called Conduit, which is handy to learn new frameworks because the same app has implementations in multiple frameworks for backend and frontend. In particular, we will use the version built with React and Django + Django-Rest-Framework backend.

In this repo, you can find the backend and frontend components, both with modified settings to fit our future infrastructure.

Preconditions

You must have an AWS account. Even though you mostly will be in the free tier, some services like Elastic Load Balancers, Encryption Keys, and others will be billed. This means that you should be ready to spend a few dollars (< 5 U$S) to complete this workshop.

If you want to, you can set up a billing alarm to avoid these situations, just in case.

TryoTip: if you are doing this workshop as part of Tryolabs training, feel free to ask for access to the Tryolabs Playground AWS account. This way, you will not have to put your own credit card.

Content

This workshop contains the following sections:

  1. Set up users.
  2. S3, RDS and EC2. Here, you will deploy the website on S3, the backend will store the data using RDS and the API will be deployed on EC2.
  3. Load Balancer and Auto Scaling Group.
  4. VPC configuration and Bastion instance. Here, you will setup your own VPC with public and private subnets, modify your Auto Scaling Group and Load Balancer to work with those and add a Bastion to access to your API instances through SSH.
  5. Serverless. Here you will deploy a microservice to query posts by title. To do that you will create a lambda function.

Next: assuming you already have an AWS account, you can get started.

More Repositories

1

luminoth

Deep Learning toolkit for Computer Vision.
Python
2,398
star
2

norfair

Lightweight Python library for adding real-time multi-object tracking to any detector.
Python
2,335
star
3

requestium

Integration layer between Requests and Selenium for automation of web actions.
Python
1,821
star
4

metamon

Collection of Ansible playbooks to quickly start your Django Application
Shell
340
star
5

fetch-it

An enhanced HTTP client based on fetch.
JavaScript
237
star
6

TLSphinx

Swift wrapper around Pocketsphinx
C++
156
star
7

react-examples

Examples of using React
JavaScript
131
star
8

awesome-tryo

A curated list of awesome resources we use at Tryolabs
116
star
9

TLMetaResolver

TLMetaResolver is an extension to UIWebView written in Swift that adds the ability to parse the meta tags in the loaded web page
Swift
80
star
10

django-kitsune

Host server monitoring app for Django Admin. Allows to schedule checks on hosts and notify results to administrators by mail.
Python
66
star
11

taggerine

Annotation tool for images
JavaScript
64
star
12

TLAnimatedSegue

Segue for present controllers with custom animations.
Objective-C
58
star
13

daywatch

E-commerce scraping and analytics platform.
Python
53
star
14

graphql-parser

GraphQL parser for Python
Python
48
star
15

django-tastypie-extendedmodelresource

An extension for TastyPie's ModelResource, to allow features such as easily having multiple nested resources.
Python
44
star
16

stable-diffusion-dreambooth

A notebook containing code to train your own Dreambooth model using Stable Diffusion.
Jupyter Notebook
43
star
17

nginx-docker

Based on official nginx Docker image and h5bp, with templating and custom intialization script support
Shell
38
star
18

soccer-video-analytics

Demo on how to compute soccer ball possession automatically using AI.
Python
37
star
19

vierjavibot

JavaScript
30
star
20

libreQDA

JavaScript
29
star
21

TLFormView

A universal iOS form
Objective-C
25
star
22

object-detection-workshop

Learn the inners of object detection with Deep Learning by understanding Faster R-CNN model, and how to use Luminoth to solve real-world problems.
Jupyter Notebook
25
star
23

lambda-mailer

Uses AWS lambda to create a serverless endpoint for processing a contact form.
Python
24
star
24

social-media-scraper

Scrapes social media handles out of websites.
JavaScript
17
star
25

nvd3-tags

Declarative NVD3 charts
JavaScript
13
star
26

python-simple-getty

Python
8
star
27

norfair-ros

ROS package for multi-object tracking using Norfair.
Python
8
star
28

causal_inference

Measure the impact of an intervention in a time series, using different sources as references.
Python
6
star
29

jimbot

CoffeeScript
5
star
30

fashion-assistant

Jupyter Notebook
5
star
31

khipu-2023

4
star
32

norfair-ros-dev

Full ROS environment combining different nodes for object detection and tracking using Norfair.
Python
3
star
33

dvc-template

A template repository for projects using DVC
Python
3
star
34

squat-wars

Squat counter game featured at Khipu 2023 running on a Raspberry Pi 4 together with a Coral TPU
Python
2
star
35

TryoCoQA

A Conversational Question Answering dataset for Tryolabs' blog posts.
2
star
36

cookiecutter-django-docker

Python
2
star
37

temporian-examples

2
star
38

python-workshop

Code for the Python workshop on building the snake game using pygame.
Python
1
star