Skip to content

Tag: aws

  • Published on

    Downloading the installer Go to https://aws.amazon.com/cli and download the installer for Windows machine. Installing through the installer double-click on the installer and do the installation like installing a normal free software with the default setting. Testing the installation You can open a command prompt (CMD) and type the following command to confirm the installation It … Continued

  • Published on

    Prerequisites Have docker and docker-compose installed on your machine. Make sure the command are executable in your terminal. At least 500 MB of memory is allocated for running the service. Getting the Docker-Compose file You can get the latest docker-compose.yml from the LocalStack official GitHub repository. Here is the docker-compose file content available on Aug 20, 2022: You can … Continued