Skip to main content

AWS connector for netunicorn

Project description

netunicorn-connector-aws

This is an AWS Fargate connector for netunicorn.

How to use

This connector is supposed to be installed as a part of netunicorn-director-infrastructure package or container.

Install the package:

pip install netunicorn-connector-aws

Then, add the connector to the netunicorn-director-infrastructure configuration:

  aws-fargate:  # unique name
    enabled: true
    module: "netunicorn.director.infrastructure.connectors.aws"  # where to import from
    class: "AWSFargate"  # class name
    config: "configuration-example.yaml"     # path to configuration file

Modify the configuration file to provide needed parameters (see example), such as AWS credentials, region, etc.

AWS configuration

You need to create an ECS cluster with Fargate as a provider type, e.g., according to this guide: https://docs.aws.amazon.com/AmazonECS/latest/userguide/create-cluster-console-v2.html

In the configuration file, please provide valid credentials, the correct region, and the cluster name.

Project details


Download files

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

Source Distribution

netunicorn-connector-aws-0.0.8.tar.gz (7.5 kB view hashes)

Uploaded Source

Built Distribution

netunicorn_connector_aws-0.0.8-py3-none-any.whl (7.5 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