You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/aws-container.md
+30-19Lines changed: 30 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,45 +1,57 @@
1
1
# Containers on AWS
2
2
3
-
AWS maintains a distribution of Fluent Bit combining the latest official release with a set of Go Plugins for sending logs to AWS services. AWS and Fluent Bit are working together to rewrite their plugins for inclusion in the official Fluent Bit distribution.
3
+
AWS maintains a distribution of Fluent Bit that combines the latest official release with
4
+
a set of Go Plugins for sending logs to AWS services. AWS and Fluent Bit are working
5
+
together to rewrite their plugins for inclusion in the official Fluent Bit
6
+
distribution.
4
7
5
8
## Plugins
6
9
7
-
Currently, the [AWS for Fluent Bit](https://github.com/aws/aws-for-fluent-bit) image contains Go Plugins for:
10
+
The [AWS for Fluent Bit](https://github.com/aws/aws-for-fluent-bit) image contains Go
Fluent Bit includes Amazon CloudWatch Logs plugin named `cloudwatch_logs`, Amazon Kinesis Firehose plugin named `kinesis_firehose` and Amazon Kinesis Data Streams plugin named `kinesis_streams` which are higher performance than Go plugins.
23
+
These plugins are higher performance than Go plugins.
AWS vends their container image via [Docker Hub](https://hub.docker.com/r/amazon/aws-for-fluent-bit), and a set of highly available regional Amazon ECR repositories. For more information, see the [AWS for Fluent Bit GitHub repo](https://github.com/aws/aws-for-fluent-bit#public-images).
31
+
AWS vends their container image using
32
+
[Docker Hub](https://hub.docker.com/r/amazon/aws-for-fluent-bit), and a set of highly
33
+
available regional Amazon ECR repositories. For more information, see the
34
+
[AWS for Fluent Bit GitHub repository](https://github.com/aws/aws-for-fluent-bit#public-images).
26
35
27
-
The AWS for Fluent Bit image uses a custom versioning scheme because it contains multiple projects. To see what each release contains, check out the [release notes on GitHub](https://github.com/aws/aws-for-fluent-bit/releases).
36
+
The AWS for Fluent Bit image uses a custom versioning scheme because it contains
37
+
multiple projects. To see what each release contains, see the [release notes on
0 commit comments