Containers Aws

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 1 18 Mar 2021
Ubuntu 16.04
juju deploy containers-aws
Show information

Platform:

Ubuntu
16.04

Learn about actions >

  • describe-units

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

  • list-iam-entities

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

  • 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!