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 actions >

  • describe-units

    Provide info about the state of all related units, such as tags and policies attached.

  • ignore-rds-failures

    Ignore any failed RDS database operations.

  • list-iam-entities

    List IAM entities created by this charm, such as roles, instance-profiles, and policies.

  • list-subnet-tags

    Return a mapping of subnet IDs to a comma-separated list of tags for all subnets in the current or specified region.

    Params
    • region string

      Region in which to act. If not specified, uses the region that this application is deployed into.

  • purge-iam-entities

    Purge IAM entities created by this charm, such as roles and instance-profiles.

    Be careful! There is no way for this action to determine if entities created in other models are in active use. Running this action while there are entities in use will likely break the applications depending on those permissions.

    Params
    • purge-all boolean

      By default, this action excludes policies (which are global), as well as roles and instance-profiles from the current model (which are actively cleaned up when no longer in use). Setting this parameter to true will purge everything.

      This is even more likely to break things, including applications in the current model!

  • purge-subnet-tags

    Purge tags on all subnets in the current or specified region, optionally filtering or excluding by patterns or subnets. Returns a mapping of subnet IDs to the tags removed from them.

    Params
    • dry-run boolean

      Report what would be purged without actually removing anything.

    • exclude string

      Regular expression pattern to exclude tags by key. If not given, will not exclude any tags.

    • include string

      Regular expression pattern to filter tags by key. If not given, will include all tags.

    • region string

      Region in which to act. If not specified, uses the region that this application is deployed into.

    • subnet-ids string

      Comma-separate list of IDs of subnets from which to remove tags. If not given, tags from any subnet will be processed.

  • retry-rds-failures

    Retry any failed RDS database operations.

  • update-policies

    Check for new policy definitions and update as needed. Note: This is done automatically on charm upgrade.