Skip to content

Commit

Permalink
Update agent node ami for windows in opensearch-project#301
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Jun 12, 2023
1 parent 4913969 commit a1dfac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compute/agent-nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class AgentNodes {
maxTotalUses: -1,
minimumNumberOfSpareInstances: 2,
numExecutors: 1,
amiId: 'ami-08eea8d51d2e41563',
amiId: 'ami-01fefa6451b832c51',
initScript: 'echo',
remoteFs: 'C:/Users/Administrator/jenkins',
};
Expand All @@ -175,7 +175,7 @@ export class AgentNodes {
maxTotalUses: 1,
minimumNumberOfSpareInstances: 1,
numExecutors: 1,
amiId: 'ami-061e20c3e8ca5eb5b',
amiId: 'ami-0d302ce0631721305',
initScript: 'echo',
remoteFs: 'C:/Users/Administrator/jenkins',
};
Expand Down

0 comments on commit a1dfac6

Please sign in to comment.