Marc Richards
Marc Richards
> Are you sure you are running in a VPC that has connectivity to S3? Most commonly we see this kind of error when an instance is running in a...
@stewartsmith reviewing the logs in greater details, it seems that dnf commands in the `text/cloud-config` section of the user data file fail, while those in the `text/x-shellscript` section work as...
@nmeyerhans I am not sure. I had noticed the errors on previous infrastructure setup runs, but it happened in cases where the required packages were already installed, so it didn't...
@nmeyerhans ok, I just got a chance to try it again and added `dnf install -y wget git gcc make perf python` to the top of the `text/x-shellscript` and it...