python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to Push to Account Using ASSUME_ROLE in AWS ECR
What am I missing? Regardless of what syntax I try, pushing to AWS ECR always lands in the main / management AWS account. In the AWS console I can switch into that account with the appropriate role....
Fred Lackey
Votes: 0
Answers: 1
How to alter shared memory for SageMaker Docker containers?
I have a Docker image in Elastic Container Registry (ECR). It was created via a simple Dockerfile which I have control over.
The image itself is fine, but I have a problem where the shared memory is i...
OllieStanley
Votes: 0
Answers: 2
AWS Cloudformation for building and deploying image from ECR. CodePipeline issue with artifact not found
I have a project which has this directory structure and I'm deploying it to AWS.
./frontend
./backend
I have two Cloudformation scripts: (1) to deploy the backend as a Fargate cluster, and (2) the o...
sdbol
Votes: 0
Answers: 1
How can i configure my aws credentials in shared credentials file for github action
I am trying to deploy the ci/cd pipeline for ECR in AWS.
It will push/pull the image from ECR
We are trying to migrate the azure pipeline to GitHub actions pipeline
When I try to implement the pipelin...
jayaprakash R
Votes: 0
Answers: 1