Raoni Timo de Castro Cambiaghi
Raoni Timo de Castro Cambiaghi
It seems easy_install wasn't removed. It's just not in the PATH env, apparently (https://askubuntu.com/questions/1040392/easy-install-command-not-found). The following UserData should work: "UserData": { "Fn::Base64": { "Fn::Join":["", [ "#!/bin/bash -ex\n", "apt update -y\n",...
> [EKS DNS at scale and spikeiness](https://aws.amazon.com/blogs/containers/eks-dns-at-scale-and-spikeiness/)! Was this blog post removed? Anyone still have this?
Hi @debora-ito , I've observed endpoints .s3.amazonaws.com and .s3.us-east-1.amazonaws.com return different certificates. Global endpoint: ```bash $ true | openssl s_client -connect some-bucket.s3.amazonaws.com:443 2>/dev/null | openssl x509 -noout -text Certificate: Data:...