diff --git a/README.md b/README.md index 941b959..b27f0b1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cloudiscovery/__init__.py b/cloudiscovery/__init__.py index 2b17458..26ba67f 100644 --- a/cloudiscovery/__init__.py +++ b/cloudiscovery/__init__.py @@ -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"