{"id":22671505,"url":"https://github.com/cloudforet-io/plugin-aws-cloudwatch-mon-datasource","last_synced_at":"2025-04-12T12:22:58.150Z","repository":{"id":59218590,"uuid":"532700434","full_name":"cloudforet-io/plugin-aws-cloudwatch-mon-datasource","owner":"cloudforet-io","description":"Plugin for AWS Cloudwatch","archived":false,"fork":false,"pushed_at":"2024-03-21T16:36:55.000Z","size":208,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T07:04:30.431Z","etag":null,"topics":["data-source","metric","monitoring","plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudforet-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-09-05T01:11:28.000Z","updated_at":"2022-09-14T09:44:18.000Z","dependencies_parsed_at":"2024-03-21T17:43:24.831Z","dependency_job_id":null,"html_url":"https://github.com/cloudforet-io/plugin-aws-cloudwatch-mon-datasource","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-aws-cloudwatch-mon-datasource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-aws-cloudwatch-mon-datasource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-aws-cloudwatch-mon-datasource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudforet-io%2Fplugin-aws-cloudwatch-mon-datasource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudforet-io","download_url":"https://codeload.github.com/cloudforet-io/plugin-aws-cloudwatch-mon-datasource/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565319,"owners_count":21125457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-source","metric","monitoring","plugin"],"created_at":"2024-12-09T16:15:16.696Z","updated_at":"2025-04-12T12:22:58.120Z","avatar_url":"https://github.com/cloudforet-io.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# plugin-aws-cloudwatch-mon-datasource\n\n![AWS Cloud Services](https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/aws-cloudservice.svg)\n**Plugin to collect Amazon Cloudwatch metric data**\n\n\u003e SpaceONE's [plugin-aws-cloudwatch-mon-datasource](https://github.com/spaceone-dev/plugin-aws-cloudwatch-mon-datasource) is a convenient tool to get Cloudwatch metric data from AWS.\n\n\nFind us also at [Dockerhub](https://hub.docker.com/repository/docker/spaceone/plugin-aws-cloudwatch-mon-datasource)\n\u003e Latest stable version : 1.2.2\n\nPlease contact us if you need any further information. (\u003csupport@spaceone.dev\u003e)\n\n---\n\n## AWS Service Endpoint (in use)\n\n There is an endpoints used to collect AWS resources information.\nAWS endpoint is a URL consisting of a region and a service code. \n\u003cpre\u003e\nhttps://cloudwatch.[region-code].amazonaws.com\n\u003c/pre\u003e\n\nWe use a lots of endpoints because we collect information from many regions.  \n\n### Region list\n\nBelow is the AWS region information.\nThe regions we collect are not all regions supported by AWS. Exactly, we target the regions results returned by [describe_regions()](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2.html#EC2.Client.describe_regions) of AWS ec2 client.\n\n|No.|Region name|Region Code|\n|---|------|---|\n|1|US East (Ohio)|us-east-2|\n|2|US East (N. Virginia)|us-east-1|\n|3|US West (N. California)|us-west-1|\n|4|US West (Oregon)|us-west-2|\n|5|Asia Pacific (Mumbai)|ap-south-1|\n|6|Asia Pacific (Osaka)|ap-northeast-3|\n|7|Asia Pacific (Seoul)|ap-northeast-2|\n|8|Asia Pacific (Singapore)|ap-southeast-1|\n|9|Asia Pacific (Sydney)|ap-southeast-2|\n|10|Asia Pacific (Tokyo)|ap-northeast-1|\n|11|Canada (Central)|ca-central-1|\n|12|Europe (Frankfurt)|eu-central-1|\n|13|Europe (Ireland)|eu-west-1|\n|14|Europe (London)|eu-west-2|\n|15|Europe (Paris)|eu-west-3|\n|16|Europe (Stockholm)|eu-north-1|\n|17|South America (São Paulo)|sa-east-1|\n\n---\n## Authentication Overview\n\nRegistered service account on SpaceONE must have certain permissions to collect cloud service data Please, set\nauthentication privilege for followings:\n\n\u003cpre\u003e\n\u003ccode\u003e\n{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Action\": [\n                \"cloudwatch:Describe*\",\n                \"cloudwatch:Get*\",\n                \"cloudwatch:List*\",\n            ],\n            \"Effect\": \"Allow\",\n            \"Resource\": \"*\"\n        }\n    ]\n}\n\u003c/code\u003e\n\u003c/pre\u003e\n\n\n---\n\n## [Release note](RELEASE.md)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudforet-io%2Fplugin-aws-cloudwatch-mon-datasource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudforet-io%2Fplugin-aws-cloudwatch-mon-datasource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudforet-io%2Fplugin-aws-cloudwatch-mon-datasource/lists"}