Andrii

Results 2 issues of Andrii

I have `buildspec.yml` ``` version: 0.2 phases: install: commands: - docker pull postgres pre_build: commands: - docker run -p 5432:5432 --name sample-postgres -e POSTGRES_PASSWORD=sample -e POSTGRES_USER=sample -e POSTGRES_DB=sample -d postgres...

CodeBuild-local

#### What this PR does / why we need it: 1. Support EKS 1.22 2. Using IMDSv2 from server definition, before this server healthcheck made metadata request without token and...