Skip to content

Commit e61392e

Browse files
feat: Use AWS with Gitpod 🚀 (#3)
1 parent a6c3069 commit e61392e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.gitpod.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414

1515
tasks:
1616
- name: Initialize & Configure AWS
17-
command: bash $GITPOD_REPO_ROOT/configure_aws_with_gitpod.sh && gp sync-done aws-setup
18-
- name: AWS SSO Login
19-
command: gp sync-await aws-setup && aws sso login --no-browser
17+
command: bash $GITPOD_REPO_ROOT/configure_aws_with_gitpod.sh
2018

2119
# The 'github' section defines configuration of continuous prebuilds
2220
# for GitHub repositories when the GitHub application

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This 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.
44

5+
## Demo
6+
7+
[Configure Secrets](#configure-secrets) & Hit Below button:
8+
9+
<a href="https://gitpod.io/#https://github.com/gitpod-io/demo-gitpod-with-aws"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a>
10+
11+
512
## Secret Management
613

714
### Secrets Key-Value Map
@@ -30,9 +37,8 @@ region = ${AWS_REGION}
3037
3138
- 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.
3239

33-
## Demo
40+
🚀 Now, You are ready to use AWS CLI, & With that, you can log in to your SSO or Use AWS ECR to use Private Registries/ Images.
3441

35-
<a href="https://gitpod.io/#https://github.com/gitpod-io/demo-gitpod-with-aws"><img src="https://gitpod.io/button/open-in-gitpod.svg"/></a>
3642

3743
## Recommended Reading
3844

0 commit comments

Comments
 (0)