https://github.com/andrejmaya/hardened-aws-ami-images
https://github.com/andrejmaya/hardened-aws-ami-images
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andrejmaya/hardened-aws-ami-images
- Owner: andrejmaya
- Created: 2019-09-25T15:38:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T07:46:24.000Z (almost 7 years ago)
- Last Synced: 2025-06-25T07:49:45.040Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
....