Skip to content

Commit

Permalink
Drop back to lower size of instance type
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <[email protected]>
  • Loading branch information
dims committed Jun 28, 2023
1 parent eb6833a commit 9af3a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/aws-instance-arm64.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
images:
al2023-6-1:
ssm_path: /aws/service/ami-amazon-linux-latest/al2023-ami-kernel-6.1-arm64
instance_type: m6g.xlarge
instance_type: m6g.large
user_data_file: al2023-6.1.yaml
ubuntu-2204:
ssm_path: /aws/service/canonical/ubuntu/server/jammy/stable/current/arm64/hvm/ebs-gp2/ami-id
instance_type: m6g.xlarge
instance_type: m6g.large
user_data_file: ubuntu2204.yaml

0 comments on commit 9af3a19

Please sign in to comment.