Skip to content

Commit

Permalink
Merge pull request #156 from Cloud-Architects/newversion
Browse files Browse the repository at this point in the history
Newversion
  • Loading branch information
meshuga authored Oct 15, 2020
2 parents c77fb8b + 2559017 commit bc8c4f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,14 @@ An administrator can ask to increase the quota value of a certain service via ti
More information: [AWS WA, REL 1 How do you manage service limits?](https://wa.aws.amazon.com/wat.question.REL_1.en.html)
### AWS Security
This features is experimental, but now you can run commands to check and analyze some security issues. The following commands are available now:
* Access key age
* EBS Encryption enabled
* EC2 IMDSV2 Check
* DynamoDB PITR Enabled
## Using a Docker container
To build docker container using Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion cloudiscovery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
print("Python 3.6 or newer is required", file=sys.stderr)
sys.exit(1)

__version__ = "2.2.3"
__version__ = "2.2.4"

AVAILABLE_LANGUAGES = ["en_US", "pt_BR"]
DEFAULT_REGION = "us-east-1"
Expand Down

0 comments on commit bc8c4f4

Please sign in to comment.