Articles → AWS → Configure Powershell For AWSConfigure Powershell For AWSIn this article, we will configure PowerShell for AWS.Steps First, open the PowerShell in the admin mode. Write the following command: -Install-Module AWSPowerShell.NetCoreClick to EnlargeOnce the above command is executed, write the following command: -Import-Module AWSPowerShell.NetCoreYour PowerShell is configured with AWS.Posted By - Karan Gupta Posted On - Friday, December 3, 2021 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
Install-Module AWSPowerShell.NetCore
Import-Module AWSPowerShell.NetCore
Query/Feedback