terraform-aws-server/examples/os/rhel8cis
matttrach f6a0cefcdf
add comment to use the registry in examples
Signed-off-by: matttrach <matttrach@gmail.com>
2023-10-05 17:16:33 -05:00
..
README.md add rhel8cis image type, change cis to sles15cis, and add tests, update docs 2023-10-03 15:41:40 -05:00
main.tf add comment to use the registry in examples 2023-10-05 17:16:33 -05:00
variables.tf add rhel8 cis, add the ability to set the path to execute files, update all the tests 2023-10-05 16:27:07 -05:00
versions.tf add rhel8cis image type, change cis to sles15cis, and add tests, update docs 2023-10-03 15:41:40 -05:00

README.md

Basic CIS Example

This is an example of using this module to deploy a small rhel 8 server using the CIS provided STIG Benchmarked image on AWS.

WARNING! This image requires a subscription and will cost a bit extra.

The only way I could find to subscribe was to login to the EC2 console and apply here: https://aws.amazon.com/marketplace/seller-profile?id=dfa1e6a8-0b7b-4d35-a59c-ce272caee4fc&ref_=beagle

This example has been validated using Terratest, a Go sdk and test suite for Terraform. If you would like to test this example go to the ./tests directory and run the test with go test -v -parallel=10 -timeout=20m -run=TestRhel8Cis.