Manage data perimeters for S3 bucket download access in Image Builder
EC2 Image Builder maintains two classes of Amazon service-owned S3 buckets that contain downloadable resources needed to run Image Builder workloads in your account. If you use data perimeters to control access to Amazon S3 in your environment, you might need to explicitly allow access to these buckets. You can use the bucket ARN or bucket URL to allowlist these buckets, depending on how you control access to Amazon S3.
- Component management bootstrapping scripts (Required)
-
This S3 bucket contains bootstrapping scripts to set up the EC2 TOE application on the EC2 instances that are used to create images. Image Builder requires access to download the scripts to support build and testing for new images.
-
S3 bucket ARN:
arn:
<Amazon partition>
:s3:::ec2imagebuilder-managed-resources-<Amazon Region>
-prod -
S3 bucket URL:
https://ec2imagebuilder-managed-resources-
<Amazon Region>
.s3.<Amazon Region>
.<Amazon partition-specific domain name>
-
- Managed components
-
This S3 bucket contains package payloads for Amazon managed components. Image Builder requires access to download any managed components that are configured in your recipes.
-
S3 bucket ARN:
arn:
<Amazon partition>
:s3:::ec2imagebuilder-toe-<Amazon Region>
-prod -
S3 bucket URL:
https://ec2imagebuilder-toe-
<Amazon Region>
.s3.<Amazon Region>
.<Amazon partition-specific domain name>
-