11# AWS CloudWatch
22
3- This directory contains the Axoflow AWS CloudWatch which helps collecting logs from CloudWatch.
3+ This directory contains the Axoflow AWS CloudWatch connector which helps collecting logs from CloudWatch.
44
55## Quickstart
66
77Make sure the required environment variables are set before running the connector.
8+
89There are many ways you can authenticate and use the CloudWatch service:
910
10- ### Using AWS Profile with Config file
11+ ### Using AWS Profile with a config file
1112
1213``` bash
1314docker run --rm \
@@ -16,27 +17,27 @@ docker run --rm \
1617 -e AWS_SDK_LOAD_CONFIG=1 \
1718 -e AXOROUTER_ENDPOINT=" ${AXOROUTER_ENDPOINT} " \
1819 -v " ${HOME} /.aws:/cloudconnectors/.aws:ro" \
19- ghcr.io/axoflow/cloudconnectors :latest
20+ ghcr.io/axoflow/axocloudconnectors :latest
2021```
2122
22- ### Direct AWS Credentials
23+ ### Direct AWS credentials
2324
2425``` bash
2526docker run --rm \
2627 -e AWS_ACCESS_KEY_ID=" ${AWS_ACCESS_KEY_ID} " \
2728 -e AWS_SECRET_ACCESS_KEY=" ${AWS_SECRET_ACCESS_KEY} " \
2829 -e AWS_REGION=" ${AWS_REGION} " \
2930 -e AXOROUTER_ENDPOINT=" ${AXOROUTER_ENDPOINT} " \
30- ghcr.io/axoflow/cloudconnectors :latest
31+ ghcr.io/axoflow/axocloudconnectors :latest
3132```
3233
33- ### Using EC2 Instance Profile
34+ ### Using EC2 instance profile
3435
3536``` bash
3637docker run --rm \
3738 -e AWS_REGION=" ${AWS_REGION} " \
3839 -e AXOROUTER_ENDPOINT=" ${AXOROUTER_ENDPOINT} " \
39- ghcr.io/axoflow/cloudconnectors :latest
40+ ghcr.io/axoflow/axocloudconnectors :latest
4041```
4142
4243## Deploy with Helm-chart
0 commit comments