2 Answers
- Newest
- Most votes
- Most comments
1
You can achieve that via this: https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ecr_assets/README.html
Or in combination of pipelines as code pipeline that can then execute a shell script, though a bit more manual: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines.ShellStep.html
Relevant content
- asked 2 years ago
- Accepted Answerasked 9 months ago
- asked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
My question, if you've read it before answering to it, was related of how to get a temporary access password and login to ECR, using the CDK in Java ? The links you've posted above don't have anything to do with my question.