Skip to content

Commit 298405a

Browse files
committed
update
1 parent 87918cb commit 298405a

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

hack/remote/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@
33

44
* Test on MacOS
55

6-
* We should consider also pushing a test-extension image
7-
86
* go over all files in the diff, finalize + FIXME /TODOs
97

10-
* Test & fixup GCP script
11-
12-
* Test on a PR, special labels for cloud access:
13-
* preset-service-account (GCP) => Workload identity?
14-
* preset-aws-ssh: "true" (AWS)
15-
* preset-aws-credential: "true" (AWS)
8+
* Get it to work on Prow
9+
* Test & fixup GCP script
1610

1711
Backlog:
1812
* Optimize scripting / automation

hack/remote/setup-docker-on-aws-account.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ AWS_NETWORK_NAME=${AWS_NETWORK_NAME:-"${SERVER_NAME}"}
6363
AWS_NETWORK_CIDR=${AWS_NETWORK_CIDR:-"10.0.3.0/24"}
6464
echo -e " AWS_REGION: ${AWS_REGION}\n AWS_ZONE: ${AWS_ZONE}\n AWS_NETWORK_NAME: ${AWS_NETWORK_NAME}\n AWS_NETWORK_CIDR: ${AWS_NETWORK_CIDR}"
6565
# AWS_MACHINE_TYPE is the machine type for the server.
66-
# Choose via: https://eu-central-1.console.aws.amazon.com/ec2/v2/home?region=eu-central-1#InstanceTypes:
67-
AWS_MACHINE_TYPE=${AWS_MACHINE_TYPE:-"c5.12xlarge"}
66+
# Choose via: https://eu-central-1.console.aws.amazon.com/ec2/v2/home?region=eu-central-1#InstanceTypes
67+
# For example:
68+
# * c5.4xlarge 16 vCPU 32 GB RAM => ~ 0.776 USD per hour
69+
# * c5.12xlarge 48 vCPU 96 GB RAM => ~ 2.328 USD per hour
70+
AWS_MACHINE_TYPE=${AWS_MACHINE_TYPE:-"c5.4xlarge"}
6871
# AWS_AMI is the AMI we will use for the server.
6972
# AMIs:
7073
# * Canonical, Ubuntu, 22.04 LTS, amd64 jammy image build on 2023-02-08 id: ami-0d1ddd83282187d18

0 commit comments

Comments
 (0)