GSA / data.gov

Main repository for the data.gov service
https://data.gov
Other
627 stars 99 forks source link

Propose strategy for verifying stack compliance #83

Closed neilhunt1 closed 7 years ago

neilhunt1 commented 7 years ago

Consider automated testing for stack setup.

  1. What do we want to test and why?
  2. How do we integrate this within a pipeline?

Look at https://github.com/stelligent/serverspec-aws-resources http://docs.aws.amazon.com/cli/latest/reference/configservice/describe-compliance-by-resource.html

robproper commented 7 years ago

Other options to test state of resources are:

  1. AWS Config
  2. AWS-CLI using ec2, s3, etc. sub-commands.