We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In China regions, Fluent-bit installation command from SSM is not working, download command will fail.
Fluent-bit zip file downloaded by script
Fluent-bit zip file download failed
Create EC2 group in China regions and click install agent
Substitute the following command blocks in SSM command:
{ "inputs": { "sourceInfo": "{\"path\":\"https://aws-solutions-assets.s3.cn-north-1.amazonaws.com.cn/clo/<YOUR_SOLUTION_VERSION>/aws-for-fluent-bit/fluent-bit{{ARCHITECTURE}}.tar.gz\"}", "sourceType": "S3", "destinationPath": "/opt" }, "name": "downloadFluentBit", "action": "aws:downloadContent", "precondition": { "StringEquals": [ "{{FluentBitSource}}", "AWS" ] } }
with
{ "inputs": { "runCommand": [ "sudo aws s3 cp s3://aws-gcr-solutions-assets/clo/<YOUR_SOLUTION_VERSION>/aws-for-fluent-bit/fluent-bit{{ARCHITECTURE}}.tar.gz /opt" ] }, "name": "installFluentBit", "action": "aws:runShellScript" }
Please also substitute the fluent-bit config distribution command document accordingly.
No response
2.1.1
cn-north-1
The text was updated successfully, but these errors were encountered:
owenCCY
No branches or pull requests
Describe the bug
In China regions, Fluent-bit installation command from SSM is not working, download command will fail.
Expected Behavior
Fluent-bit zip file downloaded by script
Current Behavior
Fluent-bit zip file download failed
Reproduction Steps
Create EC2 group in China regions and click install agent
Possible Solution
Substitute the following command blocks in SSM command:
with
Please also substitute the fluent-bit config distribution command document accordingly.
Additional Information/Context
No response
Solution Version
2.1.1
AWS Region. e.g., us-east-1
cn-north-1
Other information
No response
The text was updated successfully, but these errors were encountered: