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.
2 parents 996b93f + 845060e commit afddc30Copy full SHA for afddc30
api-workshop/lib/attendant-ide/compute-construct.ts
@@ -111,7 +111,7 @@ export class ComputeConstruct extends Construct {
111
),
112
// Install AWS CLI
113
this.#runCommandAsWhoamiUser(
114
- 'curl https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip -o $HOME/awscliv2.zip',
+ 'curl https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o $HOME/awscliv2.zip',
115
'unzip $HOME/awscliv2.zip',
116
'sudo $HOME/aws/install',
117
'rm -rf $HOME/awscliv2.zip $HOME/aws',
0 commit comments