We’ve been using the rpm repo to install terraform on an EC2. But, today, the url started returning a 404. It looks like info is no longer in the S3 bucket.
Anyone else seeing this issue?
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
Getting the URL returns:
HTTP/1.1 404 Not Found
Connection: keep-alive
Content-Type: application/xml
Date: Thu, 08 Dec 2022 22:41:18 GMT
Server: AmazonS3
Transfer-Encoding: chunked
Via: 1.1 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net (CloudFront)
X-Amz-Cf-Id: NVnBS3eXdRg9hfI6VDO4EHuz2uRH8wKRzI4wal1OBWb-6miEivplyQ==
X-Amz-Cf-Pop: IAD89-C3
X-Cache: Error from cloudfront
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>RHEL/hashicorp.repo</Key><RequestId>24WTBDWBXDWC38NN</RequestId><HostId>+ZY8gU1h2zQ4TQqbut642582o99KylyzP6hY4xnGf+uILTIiD47UHjWUPdZyZXEWD+eljWW5CrU=</HostId></Error>