Setting up the environment

If PowerShell is not already installed, download and install PowerShell 3.0 or a later version. Windows Management Framework 3.0 includes PowerShell 3.0:

  1. Log in to PowerShell as an Administrator for which right-click on PowerShell application, and select Run as administrator
  2.  Verify that the version is 3.0 with the get-host command
  3. Enable script execution with the following command, which allows all user-created scripts to run, and all scripts downloaded from the internet would need to be signed:
      Set-ExecutionPolicy RemoteSigned

We also need to obtain the AWS Security credentials represented with an Access Key, which consists of an Access Key ID and Secret Access Key:

  1. To obtain the security credentials, select ...

Get Amazon Fargate Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.