https://github.com/shinesolutions/inspec-aem-aws
InSpec profile for checking AEM resources on AWS
https://github.com/shinesolutions/inspec-aem-aws
aem aem-opencloud aws inspec testing
Last synced: 10 months ago
JSON representation
InSpec profile for checking AEM resources on AWS
- Host: GitHub
- URL: https://github.com/shinesolutions/inspec-aem-aws
- Owner: shinesolutions
- License: apache-2.0
- Created: 2018-03-20T02:11:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-10T03:07:42.000Z (over 1 year ago)
- Last Synced: 2025-04-13T22:39:25.359Z (about 1 year ago)
- Topics: aem, aem-opencloud, aws, inspec, testing
- Language: Ruby
- Homepage:
- Size: 202 KB
- Stars: 3
- Watchers: 7
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/shinesolutions/inspec-aem-aws/actions?query=workflow%3ACI)
[](https://snyk.io/test/github/shinesolutions/inspec-aem-aws)
InSpec AEM-AWS
----------
An [InSpec](https://www.inspec.io) profile for checking AEM resources on AWS.
Usage
-----
Run profile directly from Chef Supermarket:
inspec supermarket exec shinesolutions/aem-aws
Run profile directly from GitHub:
inspec exec https://github.com/shinesolutions/inspec-aem-aws
Run all tests:
make test
Run Readiness test:
make test-readiness
Run Recovery test:
make test-recovery
Run all tests with custom configuration file:
INSPEC_AEM_AWS_CONF=some-aws.yaml make test