Rapid Docker on AWS

Video Course

1.6 Preparing your machine

AWS

Create AWS Account

Docker

Follow the official Docker installation guide tailored to your operating system to install Docker Desktop/Engine:

docker -v
docker run hello-world

Do you experience any issues? Let us know: hello@cloudonaut.io

Temporary working environment

  1. Download the book’s source code
  2. Unzip

Mac and Linux

Open a terminal

cd docker-on-aws-code
bash start.sh

Windows

Open PowerShell

cd docker-on-aws-code
powershell -ExecutionPolicy ByPass -File start.ps1

Verify AWS setup

aws sts get-caller-identity

Configuring the AWS CLI

Creating an S3 bucket

aws s3 mb s3://docker-on-aws-$NICKNAME