We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ccc6f commit 6a8a1abCopy full SHA for 6a8a1ab
cookbooks/aws-parallelcluster-platform/recipes/install/awscli.rb
@@ -26,6 +26,8 @@
26
awscli_url = "https://aws-sdk-common-infra-dca-prod-deployment-bucket.s3.#{aws_region}.#{aws_domain}/aws-cli-v2/linux/x86_64/awscli-exe-linux-x86_64.zip"
27
elsif region.start_with?("us-isob-")
28
awscli_url = "https://aws-sdk-common-infra-lck-prod-deployment-bucket.s3.#{aws_region}.#{aws_domain}/aws-cli-v2/linux/x86_64/awscli-exe-linux-x86_64.zip"
29
+elsif region.start_with?("cn-")
30
+ awscli_url = "https://awscli.#{CLASSIC_AWS_DOMAIN}/awscli-exe-linux-#{node['kernel']['machine']}.zip"
31
end
32
33
remote_file 'download awscli bundle from s3' do
0 commit comments