-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use AWS equivalent of Google Cloud Run #64
Comments
Hi! I will be working on this issue |
About your questions: When you and I did steps, it may be that resources were tagged with two sets of user accounts. Delete all prior resources. Then try to create everything with your user account, and see that the arn all have your user id. In that case, you can then use
in the instructions. With |
You asked about the ECR tags. |
You need to provide CLI instructions to construct that |
Just to make an update of what I've done over the weekend, I have deleted all prior resources (that we've created so far) such as configuration profiles, ecr repositories/registries, docker images, and IAM access roles. When I created my own access key and secret access key using the AWS mangement console in my root user account, when running, |
I tracked back to my steps and found the blog (https://www.apprunnerworkshop.com/intermediate/container-image/apprunner-iam-ecr-access/) that provided the CLI instructions for the ‘AppRunnerECRAccessRole’ I created before and put them into my google document instructions too I have also completed my build instructions that I made on a google document, https://docs.google.com/document/d/1qjkbXKZpAVrjKTsQPhp8aZcXI-4eTqP3M9utncp5HC4/edi, and I will revise it when typing them into the build-instructions.md file. So far, what I’ve done was edit the comrun service name to “Comrun Service Deployment (Google Cloud)” and also tried messing around with the build-instructions.md file along with looking at the raw code as well as the preview. So far, I managed to do this: |
Find the best AWS equivalent of Google Cloud Run. It should be able to run a Docker container, shutting down when there are no active requests. Deploy the comrun service first, then play-codecheck.
The text was updated successfully, but these errors were encountered: