I try to install GitLab runner on the AWS server: https://docs.gitlab.com/runner/install/linux-manually.html
Linux distrib:
Linux arh:
Linux 4.14.209-160.339.amzn2.x86_64
So I downloaded .rpm file for CentOS:
sudo curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/rpm/gitlab-runner_x86_64.rpm"
But file isn't downloaded - only created with following content:
> <?xml version="1.0" encoding="UTF-8"?>
> <Error><Code>AccessDenied</Code><Message>Access
> Denied</Message><RequestId>8DA4057E392621C5</RequestId><Hos
> tId>ehqGGAvJfAjryHQkQh06fmfRDuOX9bAeYYUZLTb6VZg4DkU2DPKRfYD5yv2fYhP0sz+rLlJkvo8=</HostId></Error>
How to properly install the gitlab-runner on the AWS server?
