8383            aws --version 
8484            aws ec2 describe-images --profile << parameters.profile_name >> \ 
8585              --owners amazon \ 
86-               --filters "Name=platform,Values=windows" "Name=root-device-type,Values=ebs"   
86+               --filters "Name=platform,Values=windows" "Name=root-device-type,Values=ebs" 
8787integration-test-role-arn-setup :
8888    executor : docker-base 
8989    parameters :
@@ -131,7 +131,7 @@ workflows:
131131            - run :
132132                name : Checking ~/.aws/config for profile region 
133133                command : | 
134-                   if grep "\[profile OIDC-User\]" ~/.aws/config && grep "us-west-2" ~/.aws/config;then   
134+                   if grep "\[profile OIDC-User\]" ~/.aws/config && grep "us-west-2" ~/.aws/config;then 
135135                    echo "Profile region properly configured" 
136136                    exit 0 
137137                  else 
@@ -150,7 +150,7 @@ workflows:
150150            - run :
151151                name : Checking ~/.aws/config for default region 
152152                command : | 
153-                   if grep "\[default\]" ~/.aws/config && grep "us-west-1" ~/.aws/config;then   
153+                   if grep "\[default\]" ~/.aws/config && grep "us-west-1" ~/.aws/config;then 
154154                    echo "Default region properly configured" 
155155                    exit 0 
156156                  else 
@@ -219,11 +219,11 @@ workflows:
219219            alias : test-install-version 
220220            parameters :
221221              executor : ["docker-base", "macos", "alpine", "docker-nounset-shell" ] 
222-           version : " 2.1.10 " 
222+           version : " 2.13.25 " 
223223          filters : *filters 
224224          post-steps :
225225            - check_aws_version :
226-                 version : " 2.1.10 " 
226+                 version : " 2.13.25 " 
227227      #  Test overriding existing version of AWS pre-installed
228228      - integration-test-install :
229229          name : integration-test-install-override-version-<<matrix.executor>> 
@@ -232,14 +232,14 @@ workflows:
232232            alias : test-install-override-version 
233233            parameters :
234234              executor : ["linuxvm", "windows", "arm"] 
235-           version : " 2.1.10 " 
235+           version : " 2.13.25 " 
236236          install_dir : " /usr/local/aws-cli" 
237237          binary_dir : " " 
238238          override_installed : false 
239239          filters : *filters 
240240          post-steps :
241241            - check_aws_version :
242-                 version : " 2.1.10 " 
242+                 version : " 2.13.25 " 
243243      - integration-test-install :
244244          name : integration-test-skip-install-matched-version 
245245          context : [CPE_ORBS_AWS] 
@@ -301,14 +301,14 @@ executors:
301301      xcode : 14.2.0 
302302  arm :
303303    machine :
304-       image : ubuntu-2004:202101-01  
304+       image : ubuntu-2004:current  
305305    resource_class : arm.medium 
306306  linuxvm :
307307    machine :
308-       image : ubuntu-2004:202101-01  
308+       image : ubuntu-2004:current  
309309  windows :
310310    machine :
311-       image : windows-server-2019-vs2019:2023.04.1  
311+       image : windows-server-2019-vs2019:current  
312312    shell : bash.exe 
313313    resource_class : windows.medium 
314314commands :
0 commit comments