From de6ed47239f92f2d431e77de7bcf1d22ed67be6a Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Wed, 17 Feb 2021 16:56:20 +0000 Subject: [PATCH] Revise section about AWS setup This is covered in Wiki in more detail. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33f3892f9..7ebd611b8 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,11 @@ At the moment we run Python 3.6 in production. You will run into problems if you ### AWS credentials -To run the API you will need appropriate AWS credentials. You should receive these from whoever administrates your AWS account. Make sure you've got both an access key id and a secret access key. - -Your aws credentials should be stored in a folder located at `~/.aws`. Follow [Amazon's instructions](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-config-files) for storing them correctly. +To run the API you will need appropriate AWS credentials. See the [Wiki](https://github.com/alphagov/notifications-manuals/wiki/aws-accounts#how-to-set-up-local-development) for more details. ### `environment.sh` -Creating the environment.sh file. Replace [unique-to-environment] with your something unique to the environment. Your AWS credentials should be set up for notify-tools (the development/CI AWS account). +Creating the environment.sh file. Replace [unique-to-environment] with your something unique to the environment. Create a local environment.sh file containing the following: