1 Answer
- Newest
- Most votes
- Most comments
0
Hello! try passing in --bucket when running gdk commands, or adjust the artifact URI in the recipe to follow <bucket name>-<region>-<accountId> format instead of <bucket name>
https://docs.aws.amazon.com/greengrass/v2/developerguide/gdk-cli-configuration-file.html
If you use GDK CLI v1.1.0 or later, you can specify the --bucket argument to specify the S3 bucket where the GDK CLI uploads the component's artifacts. If you don't specify this argument, the GDK CLI uploads to the S3 bucket whose name is bucket-region-accountId, where bucket and region are the values that you specify in gdk-config.json, and accountId is your AWS account ID. The GDK CLI creates the bucket if it doesn't exist.
answered 3 years ago
Relevant content
- AWS OFFICIALUpdated 2 years ago
