Containers Aws Integrator

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 174 16 Dec 2021
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/candidate 153 26 Oct 2021
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/beta 174 15 Dec 2021
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/edge 184 31 Jan 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
juju deploy containers-aws-integrator
Show information

Platform:

Ubuntu
20.04 18.04 16.04

Learn about configurations >

  • access-key | string

    An IAM access key. It is strongly recommended that you use 'juju trust' instead, if available.

  • credentials | string

    The base64-encoded contents of an AWS credentials file, which must include both 'aws_access_key_id' and 'aws_secret_access_key' fields. This can be used from bundles with 'include-base64://' (see https://jujucharms.com/docs/stable/charms-bundles#setting-charm-configurations-options-in-a-bundle), or from the command-line with 'juju config aws credentials="$(base64 /path/to/file)"'. It is strongly recommended that you use 'juju trust' instead, if available. This will take precedence over the 'access-key' / 'secret-key' config options.

  • rds-mysql-instance-class | string

    Default: db.t3.small

    Instance class to use for RDS MySQL databases.

  • rds-mysql-port | int

    Default: 3306

    Port to use for RDS MySQL databases.

  • rds-mysql-storage | int

    Default: 20

    Amount of storage (in GiB) to allocate for RDS MySQL databases.

  • secret-key | string

    An IAM secret key. It is strongly recommended that you use 'juju trust' instead, if available.

  • snapd_refresh | string

    How often snapd handles updates for installed snaps. The default (an empty string) is 4x per day. Set to "max" to check once per month based on the charm deployment date. You may also set a custom string as described in the 'refresh.timer' section here: https://forum.snapcraft.io/t/system-options/87