AWS-Integrator
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 72 | 04 Sep 2024 | |
latest/stable | 34 | 30 Sep 2022 | |
latest/stable | 9 | 05 May 2022 | |
latest/candidate | 67 | 15 Apr 2024 | |
latest/candidate | 34 | 28 Sep 2022 | |
latest/candidate | 4 | 11 Mar 2022 | |
latest/beta | 72 | 14 Aug 2024 | |
latest/beta | 22 | 01 Sep 2022 | |
latest/beta | 10 | 21 Apr 2022 | |
latest/edge | 71 | 03 Aug 2024 | |
latest/edge | 32 | 14 Sep 2022 | |
latest/edge | 14 | 28 Jun 2022 | |
1.31/stable | 72 | 04 Sep 2024 | |
1.31/beta | 72 | 13 Aug 2024 | |
1.31/edge | 71 | 03 Aug 2024 | |
1.30/stable | 68 | 11 Jul 2024 | |
1.30/beta | 68 | 19 Apr 2024 | |
1.30/edge | 70 | 26 Jul 2024 | |
1.29/stable | 67 | 21 Apr 2024 | |
1.29/candidate | 67 | 15 Apr 2024 | |
1.29/beta | 62 | 14 Dec 2023 | |
1.29/edge | 63 | 02 Mar 2024 | |
1.29/edge | 32 | 25 Aug 2023 | |
1.28/stable | 61 | 26 Sep 2023 | |
1.28/candidate | 61 | 22 Sep 2023 | |
1.28/beta | 54 | 07 Aug 2023 | |
1.28/edge | 57 | 25 Aug 2023 | |
1.28/edge | 32 | 25 Aug 2023 | |
1.27/stable | 50 | 12 Jun 2023 | |
1.27/candidate | 50 | 12 Jun 2023 | |
1.27/beta | 47 | 09 Apr 2023 | |
1.27/edge | 45 | 07 Apr 2023 | |
1.26/stable | 41 | 27 Feb 2023 | |
1.26/candidate | 41 | 25 Feb 2023 | |
1.26/beta | 35 | 09 Apr 2023 | |
1.26/edge | 35 | 23 Nov 2022 | |
1.26/edge | 32 | 14 Sep 2022 | |
1.25/stable | 34 | 30 Sep 2022 | |
1.25/candidate | 34 | 28 Sep 2022 | |
1.25/beta | 36 | 01 Dec 2022 | |
1.25/beta | 22 | 01 Sep 2022 | |
1.25/edge | 24 | 09 Sep 2022 | |
1.24/stable | 16 | 04 Aug 2022 | |
1.24/stable | 9 | 05 May 2022 | |
1.24/candidate | 16 | 01 Aug 2022 | |
1.24/beta | 9 | 21 Apr 2022 | |
1.24/edge | 15 | 22 Jul 2022 | |
1.24/edge | 14 | 28 Jun 2022 | |
1.23/beta | 5 | 22 Mar 2022 | |
1.23/edge | 3 | 24 Feb 2022 |
juju deploy aws-integrator
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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