Skip to content

crushlovely/ansible-cloudwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role For AWS Cloudwatch

Current Version Configures an AWS EC2 instance to send memory statistics to Cloudwatch. This role assumes that you have provisioned your instance using an IAM role that has access to Cloudwatch.

Installation

$ ansible-galaxy install crushlovely.cloudwatch,v1.0.0

Usage

Once this role is installed on your system, include it in the roles list of your playbook.

- hosts: localhost
  roles:
    - { role: crushlovely.cloudwatch }

Dependencies

Standalone Role

License

MIT