Skip to content

Commit

Permalink
#6 Put the problem the tool solves into the beginning of the tool des…
Browse files Browse the repository at this point in the history
…cription
  • Loading branch information
zshamrock committed Mar 2, 2021
1 parent 4c92a52 commit b8abd80
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# aws-ip

Sync/set AWS security group entry (by description) with current user's local IP address. I.e. if the access to AWS resources is limited by the IP address, and the user/machine doesn't have
Sync/set AWS security group entry (by description) with current user's local public IP address.

I.e. if the access to AWS resources is restricted by the IP address, and the user/developer doesn't have fixed static IP
address or user works frequently from different locations with different IP addresses.

```
NAME:
Expand Down Expand Up @@ -49,7 +52,8 @@ description property. Where description will be set to
where `location` is something user provides, like home, office, coworking, etc.

It solves the problem if the access to the AWS resource (like DB, for example) is restricted by the IP address, and
user/developer doesn't have fixed static IP address (which is changing frequently) or work from different places.
user/developer doesn't have fixed static IP address (which is changing frequently) or user works frequently from
different locations with different IP addresses.

## Installation

Expand Down

0 comments on commit b8abd80

Please sign in to comment.