jamesfredley opened a new pull request, #16262: URL: https://github.com/apache/grails-core/pull/16262
## Description GitHub Actions cannot keep adding one IAM action at a time. Elastic Beanstalk `UpdateEnvironment` uses the caller identity for EC2, Auto Scaling, S3, and CloudFormation. [einaregilsson/beanstalk-deploy](https://github.com/einaregilsson/beanstalk-deploy) is not on the ASF allowlist, so this replicates it with AWS CLI: - Attach `AWSElasticBeanstalkWebTier` and `AWSElasticBeanstalkManagedUpdatesCustomerRolePolicy` as that README specifies, plus `AdministratorAccess-AWSElasticBeanstalk` for environment updates. - Upload the zip to our artifact bucket and `CreateApplicationVersion` **without** `--process` (no copy into the EB account bucket). - Poll Elastic Beanstalk events and fail immediately on ERROR instead of waiting 15 minutes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
