Gnought
Gnought
Using the below sample config. the `temporary_iam_instance_profile_policy_document` may not be immediately visible after a EC2 instance starts due to eventual consistency of `PutRolePolicy` and `AddRoleToInstanceProfile`. As a result, the `amazon-ssm-agent`...
This change introduces a retry mechanism to handle scenarios where insufficient spot capacity prevents successful execution.
This pull request is a follow-up to #8581. @keradus To eliminate duplicated definitions of `alpine-version` and `php-version` parameters, this PR proposes migrating from `docker-compose` to `docker-bake`. Now, both local and...
This PR updates the `.golangci.yml` configuration to migrate to golangci-lint from v1 to v2.