AWS Cloudshell Install-AWSToolsModule Issue

0

Using AWS Cloudshell Powershell I am getting the following output for: PS /home/cloudshell-user> Install-AWSToolsModule AWS.Tools.EC2,AWS.Tools.S3 -CleanUp

Confirm Are you sure you want to perform this action? Performing the operation "Install-AWSToolsModule" on target "AWS Tools version 4.1.445.0". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y Get-AWSToolsModuleDependenciesAndValidate: Exception calling "OpenRead" with "1" argument(s): "Could not find file '/tmp/oduxr5fk.njm/AWS.Tools.IoTRoboRunner.4.1.445.0.nupkg'."

So I just tried the command again with a little bit of change because I just needed the S3 Module but got this: PS /home/cloudshell-user> Install-AWSToolsModule AWS.Tools.S3 -CleanUp
Confirm Are you sure you want to perform this action? Performing the operation "Install-AWSToolsModule" on target "AWS Tools version 4.1.445.0". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y Installing module AWS.Tools.AccessAnalyzer version 4.1.445.0 Installing module AWS.Tools.Account version 4.1.445.0
Installing module AWS.Tools.ACMPCA version 4.1.445.0
Installing module AWS.Tools.AlexaForBusiness version 4.1.445.0
Installing module AWS.Tools.Amplify version 4.1.445.0
Installing module AWS.Tools.AmplifyBackend version 4.1.445.0
Installing module AWS.Tools.AmplifyUIBuilder version 4.1.445.0
Installing module AWS.Tools.APIGateway version 4.1.445.0
Installing module AWS.Tools.ApiGatewayManagementApi version 4.1.445.0
Installing module AWS.Tools.ApiGatewayV2 version 4.1.445.0
Installing module AWS.Tools.AppConfig version 4.1.445.0
Installing module AWS.Tools.AppConfigData version 4.1.445.0
Installing module AWS.Tools.AppFabric version 4.1.445.0
............ more and more modules until Installing module AWS.Tools.GameLift version 4.1.445.0
Installing module AWS.Tools.GameSparks version 4.1.445.0
Install-Package: No match was found for the specified search criteria and module name 'AWS.Tools.GameSparks'. Try Get-PSRepository to see all available registered module repositories.

I am just starting to get Hands on experience with AWS so could someone explain why this happened and what is the error???? Why would all the module get installed instead of just the S3 and S3 wasn't installed even then. What should I do to install the S3 module??? And I found a post stating the Issue of TLS so i checked and it's Tls12 so I don't think that's the problem.

Riju
asked 6 months ago74 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions