An open API service indexing awesome lists of open source software.

https://github.com/andrejmaya/hardened-aws-ami-images


https://github.com/andrejmaya/hardened-aws-ami-images

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hardened AWS AMI Images

## Build
* define a profile (e.g. `sandbox`) in your `~/.aws/credentials` file
* run this: `packer build -var 'profile=sandbox' amzn-linux2.json`

## Test sshd config
```
wget https://raw.githubusercontent.com/arthepsy/ssh-audit/master/ssh-audit.py
python ./ssh-audit.py $(curl -L 169.254.169.254/latest/meta-data/local-ipv4)
```
## Test with AWS Inspector
....