Skip to main content

The AWS Professional Services CLI tool SeedFarmer for GitOps support with AWS_CodeSeeder

Project description

Seed-Farmer

Seed-Farmer (seedfarmer) is an opensource orchestration tool that works with AWS CodeSeeder (see github or docs) and acts as an orchestration tool modeled after GitOps deployments. It has a CommandLine Interface (CLI) based in Python.

It leverages modular code deployments (see modules) leveraging manifests and deployspecs, keeping track of changes and applying changes as need / detected.

Architecture

Seed-Farmer does not create its own deployments, rather it helps to deploy YOUR modules by acting as the broker between your module code and the AWS Cloud via AWS CodeSeeder.

Seed-Farmer

Steps:

  1. Invoke seedfarmer CLI
  2. seedfarmer reads/writes deployment metadata with AWS Systems Manager
  3. seedfarmer invokes AWS IAM to create module-specific roles, attaching the proper least-privilege policies
  4. seedfarmer leverages AWS CodeSeeder for remote deployment on AWS CodeBuild
  5. AWS CodeSeeder prepares AWS CodeBuild
  6. AWS CodeBuild via AWS CodeSeeder inspects and fetches data from AWS SecretsManager (if necessary)
  7. AWS CodeBuild via AWS CodeSeeder executes the custom deployspec for the module
  8. AWS CodeBuild via AWS CodeSeeder updates AWS Systems Manager with completed module metadata
  9. seedfarmer updates deployment metadata in AWS Systems Manager

Getting Started

The Seed-Farmer library is available on PyPi. Install the library in a python virtual environment.

python3 -m venv .venv
source .venv/bin/activate
pip install seed-farmer

A project is now necessary to begin create modules.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

seed_farmer-0.1.2-py3-none-any.whl (41.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page