Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 861 Bytes

SETUP.md

File metadata and controls

24 lines (12 loc) · 861 Bytes

Set Up

AWS Account

To get started with this course, you will need to have an AWS account that gives enough permissions to do the actions here.

We don't recommend using the root account as this creates security issues. In addition AWS strongly discourages creating API keys for the root user. As such we create another user and use that user account to login and create AWS resources.

AWS CLI

The AWS CLI can be downloaded here. We do recommend installing the optional autocomplete if it is available for your operating system as it allows you to type commands faster.

Git Clone

As you'll want to use the sample code for this course, you should clone this repo:

git clone [email protected]:vallard/MicroServicesOnAWS.git

Then you can make changes as you go along.