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/downloads/linux/amazon-linux.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,22 @@
1
1
# Amazon Linux
2
2
3
-
## Install on Amazon Linux
4
-
5
-
Fluent Bit is distributed as the `fluent-bit` package and is available for the latest Amazon Linux 2 and Amazon Linux 2023. The following architectures are supported
3
+
Fluent Bit is distributed as the `fluent-bit` package and is available for Amazon Linux 2 and Amazon Linux 2023. The following architectures are supported:
6
4
7
5
- x86_64
8
6
- aarch64 / arm64v8
9
7
10
-
Amazon Linux 2022 is no longer supported.
8
+
## Install on Amazon EC2
9
+
10
+
To install Fluent Bit and related AWS output plugins on Amazon Linux 2 on EC2 using AWS Systems Manager, follow [this AWS guide](https://github.com/aws/aws-for-fluent-bit/tree/mainline/examples/fluent-bit/systems-manager-ec2).
11
11
12
-
The recommended secure deployment approach is to use the following instructions:
12
+
## General installation
13
13
14
-
## Configure YUM
14
+
To install Fluent Bit on any Amazon Linux instance, follow these steps.
15
15
16
-
The `fluent-bit` is provided through a Yum repository. To add the repository reference to your system, add a new file called `fluent-bit.repo` in `/etc/yum.repos.d/` with the following content:
16
+
1. Fluent Bit is provided through a Yum repository. To add the repository reference to your system, add a new file called `fluent-bit.repo` in `/etc/yum.repos.d/` with the following content:
17
17
18
-
### Amazon Linux 2
18
+
{% tabs %}
19
+
{% tab title="Amazon Linux 2" %}
19
20
20
21
```text
21
22
[fluent-bit]
@@ -26,7 +27,8 @@ The `fluent-bit` is provided through a Yum repository. To add the repository ref
26
27
enabled=1
27
28
```
28
29
29
-
### Amazon Linux 2023
30
+
{% endtab %}
31
+
{% tab title="Amazon Linux 2023" %}
30
32
31
33
```text
32
34
[fluent-bit]
@@ -37,9 +39,14 @@ The `fluent-bit` is provided through a Yum repository. To add the repository ref
37
39
enabled=1
38
40
```
39
41
42
+
{% endtab %}
43
+
{% endtabs %}
44
+
45
+
{% hint style="info" %}
46
+
40
47
You should always enable `gpgcheck` for security reasons. All Fluent Bit packages are signed.
41
48
42
-
### Install
49
+
{% endhint %}
43
50
44
51
1. Ensure your [GPG key](../linux.md#gpg-key-updates) is up to date.
45
52
1. After your repository is configured, run the following command to install it:
0 commit comments