Search code examples
linuxcloudcustodian

Install and work with Cloud Custodian in EC2 instance (Linux)?


I have executed the following command on my Linux instance:

yum install custodian

It is installed, but I don't know how to start it and use it. Can anybody helps me how can use execute yml script.


Solution

  • In linux We can install custodian by using commands like :

    1). virtualenv custodian

    2). for starting custodian source custodian/bin/activate

    3). install cli on it pip install cli

    4). install c7n pip install c7n

    5). now configure user details as: aws configure