ImageBuildConfiguration
Settings that Elastic Beanstalk uses to build a container image from the source bundle of an application version.
Types
Properties
The processor architecture that Elastic Beanstalk builds the container image for. The architecture must match the architecture of the instances in the environment that you deploy the application version to.
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that CodeBuild assumes to run the build in your Amazon Web Services account. Elastic Beanstalk rejects a Build that doesn't specify this role.
The size of the compute resources that run the build. If you don't specify it, Elastic Beanstalk uses BUILD_GENERAL1_MEDIUM.
The path to the Dockerfile within the source bundle, relative to the root of the source bundle. For example, backend/Dockerfile.
How long, in minutes from 5 to 480 (8 hours), Elastic Beanstalk waits before stopping a build that hasn't completed. The default is 60 minutes.
How Elastic Beanstalk builds the container image. Elastic Beanstalk rejects a Build that doesn't specify it.