Prepare el cliente Windows o Ubuntu para la implementación de PowerShell.

Procedimiento

  1. Abra la ventana de comandos de PowerShell con derechos administrativos.
  2. Ejecute estos comandos.
    Windows Ubuntu
    Install-Module -Name AWSPowerShell -Force
    Install-Package 7Zip4PowerShell
    
    Install-Module -Name AWS.Tools.Common
    Install-AWSToolsModule AWS.Tools.EC2,AWS.Tools.S3 -CleanUp

Qué hacer a continuación

Prepare el entorno de Amazon AWS EC2.