All Projects → zalando-stups → Taupage

zalando-stups / Taupage

Licence: other
THIS PROJECT IS NOT LONGER ACTIVELY MAINTAINED - The base Amazon Machine Image (AMI) allowing dockerized applications to run with STUPS

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Taupage

Graylog2 Images
Ready to run machine images
Stars: ✭ 234 (+431.82%)
Mutual labels:  aws, ami
Packer Build
Packer Automated VM Image and Vagrant Box Builds
Stars: ✭ 199 (+352.27%)
Mutual labels:  aws, ami
Packer Post Processor Ami Copy
Packer post-processor plugin for copying, encrypting, tagging a built AMI into other accounts.
Stars: ✭ 17 (-61.36%)
Mutual labels:  aws, ami
Aws Ssh Config
Generate SSH config files from AWS EC2 inventory
Stars: ✭ 229 (+420.45%)
Mutual labels:  aws, ami
Dlami
A Deep Learning Amazon Web Service (AWS) AMI that is open, free and works. Run in less than 5 minutes. TensorFlow, Keras, PyTorch, Theano, MXNet, CNTK, Caffe and all dependencies.
Stars: ✭ 239 (+443.18%)
Mutual labels:  aws, ami
Laravel Aws Eb
Ready-to-deploy configuration to run Laravel on AWS Elastic Beanstalk.
Stars: ✭ 247 (+461.36%)
Mutual labels:  aws, ami
Awslib scala
An idiomatic Scala wrapper around the AWS Java SDK
Stars: ✭ 20 (-54.55%)
Mutual labels:  aws, ami
Alchemist
A realtime ETL engine
Stars: ✭ 40 (-9.09%)
Mutual labels:  aws
Go Cloud
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
Stars: ✭ 8,124 (+18363.64%)
Mutual labels:  aws
Aws Data Replication Hub
Seamless User Interface for replicating data into AWS.
Stars: ✭ 40 (-9.09%)
Mutual labels:  aws
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+2165.91%)
Mutual labels:  aws
Angular Aws Amplify
Sample implementation for AWS Amplify in Angular project
Stars: ✭ 40 (-9.09%)
Mutual labels:  aws
Chalice
Python Serverless Microframework for AWS
Stars: ✭ 8,513 (+19247.73%)
Mutual labels:  aws
Amazon Rekognition Virtual Proctor
A solution to assist with virtual proctoring of exams using Amazon Rekognition
Stars: ✭ 39 (-11.36%)
Mutual labels:  aws
Pacbot
PacBot (Policy as Code Bot)
Stars: ✭ 1,017 (+2211.36%)
Mutual labels:  aws
Nagios Plugins
450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Cloudera etc...
Stars: ✭ 1,000 (+2172.73%)
Mutual labels:  aws
Emr Bootstrap Pyspark
Quickstart PySpark with Anaconda on AWS/EMR
Stars: ✭ 44 (+0%)
Mutual labels:  aws
Sqs Consumer
Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
Stars: ✭ 1,019 (+2215.91%)
Mutual labels:  aws
Userplex
Propagate users from Mozilla's Person API to third party systems.
Stars: ✭ 41 (-6.82%)
Mutual labels:  aws
Automating Aws With Python
automating AWS with Python using boto3 library
Stars: ✭ 41 (-6.82%)
Mutual labels:  aws

Zalando AMI generation tooling

Build Status Join the chat at https://gitter.im/zalando-stups/taupage

NOTE

While we do not consider Taupage to have reached its end of life, we are currently not planning to add new features or extend its functionalities. We will consider any pull request, but we do not plan to directly work on enhancements.

Prerequisites

You need to have jq and AWS CLI preinstalled.

Build a new AMI

You need to be logged in (mai login). (As a configuration example, you can find the file config-stups-example.sh in the code base. You should modify it to suit it to your needs.)

$ ./create-ami.sh ./config-stups.sh <version>

This will spin up a new server, configure it, create an AMI from it, terminate the server and share the AMI. If you want to debug the server after setup, you can add a --dry-run flag: AMI generation, terminating and sharing will be skipped.

$ ./create-ami.sh --dry-run ./config-stups.sh

See the STUPS documentation for more information.

Directory structure

  • /build/ (scripts and files for the initial setup)
    • setup.d/ (all setup scripts that get executed on the server)
  • /runtime/ (everything, that has to be present during runtime)
  • /tests/ (contains various tests, such as python, serverspec and shell script tests)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].