Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion lib/boxgrinder-build/helpers/ec2-helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,15 @@ def self.endpoints
}
},

'ap-southeast-2' => {
:endpoint => 'ec2.ap-southeast-2.amazonaws.com',
:location => 'ap-southeast-2',
:kernel => {
:i386 => {:aki => 'aki-3f990e05'},
:x86_64 => {:aki => 'aki-3d990e07'}
}
},

'ap-northeast-1' => {
:endpoint => 'ec2.ap-northeast-1.amazonaws.com',
:location => 'ap-northeast-1',
Expand Down Expand Up @@ -197,4 +206,4 @@ def self.endpoints
}
}
end
end
end
11 changes: 10 additions & 1 deletion lib/boxgrinder-build/helpers/s3-helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ def deslash(path)
}
},

'ap-southeast-2' => {
:endpoint => 's3-ap-southeast-2.amazonaws.com',
:location => 'ap-southeast-2',
:kernel => {
:i386 => {:aki => 'aki-3f990e05'},
:x86_64 => {:aki => 'aki-3d990e07'}
}
},

'ap-northeast-1' => {
:endpoint => 's3-ap-northeast-1.amazonaws.com',
:location => 'ap-northeast-1',
Expand Down Expand Up @@ -134,4 +143,4 @@ def deslash(path)
}

end
end
end