{"id":21570554,"url":"https://github.com/gitpod-samples/demo-aws-with-gitpod","last_synced_at":"2025-10-12T19:05:46.419Z","repository":{"id":49830394,"uuid":"518282639","full_name":"gitpod-samples/demo-aws-with-gitpod","owner":"gitpod-samples","description":"Learn how to integrate AWS Single Sign-On (SSO) and Amazon Elastic Container Registry (ECR) with Gitpod.","archived":false,"fork":false,"pushed_at":"2022-08-30T08:52:56.000Z","size":31,"stargazers_count":6,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-12T19:04:56.138Z","etag":null,"topics":["aws","aws-cli","aws-ecr","gitpod"],"latest_commit_sha":null,"homepage":"https://www.gitpod.io/guides/integrate-aws-cli-ecr","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitpod-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-27T02:30:19.000Z","updated_at":"2025-04-16T21:36:39.000Z","dependencies_parsed_at":"2022-09-16T10:40:59.904Z","dependency_job_id":null,"html_url":"https://github.com/gitpod-samples/demo-aws-with-gitpod","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/gitpod-samples/demo-aws-with-gitpod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-samples%2Fdemo-aws-with-gitpod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-samples%2Fdemo-aws-with-gitpod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-samples%2Fdemo-aws-with-gitpod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-samples%2Fdemo-aws-with-gitpod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitpod-samples","download_url":"https://codeload.github.com/gitpod-samples/demo-aws-with-gitpod/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitpod-samples%2Fdemo-aws-with-gitpod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012641,"owners_count":26085158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-cli","aws-ecr","gitpod"],"created_at":"2024-11-24T11:13:06.889Z","updated_at":"2025-10-12T19:05:46.401Z","avatar_url":"https://github.com/gitpod-samples.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitpod with AWS\n\nThis repository contains an example of how to integrate AWS Single Sign-On (SSO) and [Amazon Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/) with Gitpod.\n\n## Demo\n\n[Configure Secrets](#configure-secrets) \u0026 Hit Below button:\n\n\u003ca href=\"https://gitpod.io/#https://github.com/gitpod-io/demo-gitpod-with-aws\"\u003e\u003cimg src=\"https://gitpod.io/button/open-in-gitpod.svg\"/\u003e\u003c/a\u003e\n\n\n## Secret Management\n\n### Secrets Key-Value Map\n\n```bash\nsso_start_url = ${AWS_SSO_URL}\nsso_region = ${AWS_SSO_REGION}\nsso_account_id = ${AWS_ACCOUNT_ID}\nsso_role_name = ${AWS_ROLE_NAME}\nregion = ${AWS_REGION}\n```\n\n### Configure secrets\n\n- Configure the following secrets [here in Gitpod settings](https://gitpod.io/variables):\n\n  - `AWS_SSO_URL`\n  - `AWS_SSO_REGION`\n  - `AWS_ACCOUNT_ID`\n  - `AWS_ROLE_NAME`\n  - `AWS_REGION`\n\n  \u003cbr\u003e\n\n  \u003e **Note**: You Can set scope at for all worskapces (⚠️) or at your Org. Level, at your Personal username level, or at Just Repo. Level. _Read More: [Configure Environment Variables](https://www.gitpod.io/docs/environment-variables#using-the-account-settings)_\n\n- Maybe you use vault or some other secret storage, that's okay. The key is to inject them into the config when the workspace starts.\n\n🚀 Now, You are ready to use AWS CLI, \u0026 With that, you can log in to your SSO or Use AWS ECR to use Private Registries/ Images. \n\n\n## Recommended Reading\n\n### Gitpod\n\n- [One workspace per task](https://www.gitpod.io/docs/workspaces)\n- [Environment variables](https://www.gitpod.io/docs/environment-variables#using-the-account-settings)\n- [Custom Docker Image](https://www.gitpod.io/docs/config-docker)\n- [Config `.gitpod.yml`](https://www.gitpod.io/docs/config-gitpod-file)\n\n### AWS\n\n- [Automatically gets credentials for Amazon ECR on docker push/docker pull](https://github.com/awslabs/amazon-ecr-credential-helper)\n- [AWS CLI Command Reference // login](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sso/login.html)\n- [Using Amazon ECR with the AWS CLI](https://docs.aws.amazon.com/AmazonECR/latest/userguide/getting-started-cli.html)\n- [AWS Systems Manager Session Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html)\n\n### Docker\n\n- [Docker command line configuration files](https://docs.docker.com/engine/reference/commandline/cli/#configuration-files)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitpod-samples%2Fdemo-aws-with-gitpod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitpod-samples%2Fdemo-aws-with-gitpod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitpod-samples%2Fdemo-aws-with-gitpod/lists"}