Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 30

# AWS Configuration

Netwrix hosts NPS-D container images in a private Amazon Elastic Container Registry (ECR). You must
Netwrix hosts Netwrix Privilege Secure for Discovery (NPS-D) container images in a private Amazon Elastic Container Registry (ECR). You must
authenticate each Ubuntu machine in the deployment with ECR before `secureone.sh` can pull images.

Complete these steps on every node — primary and secondary — before running the deployment script.
Expand All @@ -20,7 +20,7 @@ credentials.
## Configure AWS Credentials

Run the following command and follow the prompts to enter the AWS Access Key ID, Secret Access Key,
and region. Use the credentials provided to you by Netwrix Support.
and region. Use the credentials Netwrix Support provides.

```bash
# Configure AWS:
Expand All @@ -43,7 +43,7 @@ After configuring credentials, authenticate Docker with the Netwrix ECR registry
```bash
# Log in to ECR:
aws ecr get-login-password --region us-west-2 | \
sudo docker login --username AWS --password-stdin \
docker login --username AWS --password-stdin \
176947481038.dkr.ecr.us-west-2.amazonaws.com
```

Expand Down
Loading