Skip to content

Commit

Permalink
update MAC agent node AMI ID (#377)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Lu <chunglu@amazon.com>
  • Loading branch information
jordarlu authored Dec 11, 2023
1 parent 4d068fd commit 62ed46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compute/agent-nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class AgentNodes {
maxTotalUses: -1,
minimumNumberOfSpareInstances: 1,
numExecutors: 6,
amiId: 'ami-0a5f5363c1db8ff67',
amiId: 'ami-0e88d55f1ab4bd51d',
initScript: 'echo',
remoteFs: '/var/jenkins',
};
Expand Down

0 comments on commit 62ed46c

Please sign in to comment.