Find unencrypted AWS services

The company I work for would like to ensure the AWS services we use are as encrypted as possible.

That means at-rest S3 encryption, SSL encrypted connections between services, encrypted RDS, etc.

But those are just the services we know of.

Is there any way to easily scan our AWS accounts for services and connections between services that can be encrypted, but aren't? Something like a security audit?

Upvotes: 0

Views: 50

Answers (1)

Blokje5
Blokje5

Reputation: 5023

Check out AWS Config. It is exactly what it does. It watches your AWS account and allows you to define rules to check for configuration settings in AWS. It comes with a list of predefined rules that simplify getting started.

Upvotes: 1

Related Questions