Skip to content

Commit

Permalink
[Python 3.9 Upgrade] [NodeJS Upgrade] Switch the internal ami name fr…
Browse files Browse the repository at this point in the history
…om al2 to al2023 (#319)

* Switch the internal ami name from al2 to al2023

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

* Change gp3 type

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

---------

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon authored Jul 7, 2023
1 parent acbd2f5 commit 704ce23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packer/jenkins-agent-al2023-arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"filters": {
"virtualization-type":"hvm",
"architecture":"arm64",
"name": "amzn2-ami-kernel-5.10-hvm-*",
"block-device-mapping.volume-type":"gp2",
"name": "al2023-ami-20*",
"block-device-mapping.volume-type":"gp3",
"root-device-type":"ebs"
},
"owners": [
Expand Down
4 changes: 2 additions & 2 deletions packer/jenkins-agent-al2023-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"filters": {
"virtualization-type":"hvm",
"architecture":"x86_64",
"name": "amzn2-ami-kernel-5.10-hvm-*",
"block-device-mapping.volume-type":"gp2",
"name": "al2023-ami-20*",
"block-device-mapping.volume-type":"gp3",
"root-device-type":"ebs"
},
"owners": [
Expand Down

0 comments on commit 704ce23

Please sign in to comment.