modulepackage
0.0.0-20240618091907-bab5962f1028
Repository: https://github.com/dohq/ec2confluence.git
Documentation: pkg.go.dev
# README
ec2confluence
A tool to post a list of AWS EC2, Security Groups, and Loadbalancers to confluence
Usage
Environment | Value |
---|---|
CONFLUENCE_URL | https://<>.atlassian.net/rest/api |
CONFLUENCE_USER | email address |
CONFLUENCE_PASS | api token |
CONFLUENCE_PAGE_ID | viewpage.action?pageId="" |
CONFLUENCE_PAGE_SPACE | space name |
CONFLUENCE_PAGE_TITLE | page title |
AWS_ACCESS_KEY | aws_access_key |
AWS_SECRET_KEY | aws_secret_key |
AWS_REGION | region |
Requirements
Installation
License
Author
# Functions
GetInstances is describe ec2 instances(state Running Only).
GetLoadBalancers is describe lb instances(state Running Only).
No description provided by the author
RendarTemplate is convert instances to Confluence table markup.
UpdateContents is login confluence and update wiki page.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author