Commit 478113d
authored
feat(bootstrap): Add ECR resource policy for emr-serverless containers (#112)
This PR modifies the default bootstrap template to support EMR
Serverless containers.
Without this policy, containers created using the `DockerImageAsset`
construct cannot be used with EMR Serverless applications.
There is precedence for this pattern to support Lambda function
containers, so I don't think this should be too controversial of a
change.
Relevant documentation on using custom images in EMR Serverless:
-
https://docs.aws.amazon.com/emr/latest/EMR-Serverless-UserGuide/application-custom-image.html
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license1 parent a48d3db commit 478113d
1 file changed
+14
-1
lines changedLines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
281 | 294 | | |
282 | 295 | | |
283 | 296 | | |
| |||
659 | 672 | | |
660 | 673 | | |
661 | 674 | | |
662 | | - | |
| 675 | + | |
663 | 676 | | |
664 | 677 | | |
665 | 678 | | |
| |||
0 commit comments