Skip to content

Instantly share code, notes, and snippets.

@SamLR
SamLR / public-access-cidr-output
Last active January 5, 2022 12:58
log from timing-out eksctl command
$ eksctl create cluster -f eksctl-test.yaml -v 4
2022-01-05 11:50:27 [▶] role ARN for the current session is "arn:aws:sts::[REDACTED AWS-ACCOUNT ID]:assumed-role/[REDACTED SESSION-NAME]
2022-01-05 11:50:27 [ℹ] eksctl version 0.77.0
2022-01-05 11:50:27 [ℹ] using region us-east-2
2022-01-05 11:50:27 [▶] determining availability zones
2022-01-05 11:50:28 [ℹ] setting availability zones to [us-east-2c us-east-2b us-east-2a]
2022-01-05 11:50:28 [▶] VPC CIDR (192.168.0.0/16) was divided into 8 subnets [192.168.0.0/19 192.168.32.0/19 192.168.64.0/19 192.168.96.0/19 192.168.128.0/19 192.168.160.0/19 192.168.192.0/19 192.168.224.0/19]
2022-01-05 11:50:28 [ℹ] subnets for us-east-2c - public:192.168.0.0/19 private:192.168.96.0/19
2022-01-05 11:50:28 [ℹ] subnets for us-east-2b - public:192.168.32.0/19 private:192.168.128.0/19
2022-01-05 11:50:28 [ℹ] subnets for us-east-2a - public:192.168.64.0/19 private:192.168.160.0/19