├── .envrc_example ├── .expeditor ├── .config.yml.swp ├── buildkite │ └── verify.sh ├── config.yml ├── coverage.pipeline.yml ├── update_version.sh ├── verify.pipeline.yml └── verify_private.pipeline.yml ├── .github ├── CODEOWNERS ├── PULL_REQUEST_TEMPLATE.MD └── dependabot.yml ├── .gitignore ├── .rubocop.yml ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.MD ├── Dockerfile ├── Dockerfile-aws ├── Gemfile ├── ISSUE_TEMPLATE.md ├── LICENSE ├── Makefile ├── README.md ├── Rakefile ├── VERSION ├── docker-compose.yaml ├── docs-chef-io ├── .gitignore ├── .markdownlint.yaml ├── .vale.ini ├── Makefile ├── README.md ├── archetypes │ └── resource.md ├── assets │ └── release-notes │ │ └── inspec-aws │ │ └── release-dates.json ├── config.toml ├── content │ ├── _index.md │ ├── aws_alb.md │ ├── aws_albs.md │ ├── aws_ami.md │ ├── aws_amis.md │ ├── aws_amplify_app.md │ ├── aws_amplify_apps.md │ ├── aws_amplify_branch.md │ ├── aws_amplify_branches.md │ ├── aws_api_gateway_deployment.md │ ├── aws_api_gateway_deployments.md │ ├── aws_api_gateway_documentation_part.md │ ├── aws_api_gateway_documentation_parts.md │ ├── aws_api_gateway_documentation_version.md │ ├── aws_api_gateway_documentation_versions.md │ ├── aws_api_gateway_domain_name.md │ ├── aws_api_gateway_domain_names.md │ ├── aws_api_gateway_method.md │ ├── aws_api_gateway_methods.md │ ├── aws_api_gateway_model.md │ ├── aws_api_gateway_models.md │ ├── aws_api_gateway_request_validator.md │ ├── aws_api_gateway_request_validators.md │ ├── aws_api_gateway_resource.md │ ├── aws_api_gateway_resources.md │ ├── aws_api_gateway_response.md │ ├── aws_api_gateway_responses.md │ ├── aws_api_gateway_restapi.md │ ├── aws_api_gateway_restapis.md │ ├── aws_api_gateway_stage.md │ ├── aws_api_gateway_stages.md │ ├── aws_api_gateway_usage_plan.md │ ├── aws_api_gateway_usage_plan_key.md │ ├── aws_api_gateway_usage_plan_keys.md │ ├── aws_api_gateway_usage_plans.md │ ├── aws_api_gateway_v2_api.md │ ├── aws_api_gateway_v2_api_mapping.md │ ├── aws_api_gateway_v2_api_mappings.md │ ├── aws_api_gateway_v2_apis.md │ ├── aws_api_gateway_v2_authorizer.md │ ├── aws_api_gateway_v2_authorizers.md │ ├── aws_api_gateway_v2_deployment.md │ ├── aws_api_gateway_v2_deployments.md │ ├── aws_api_gateway_v2_domain_name.md │ ├── aws_api_gateway_v2_domain_names.md │ ├── aws_api_gateway_v2_integration.md │ ├── aws_api_gateway_v2_integration_response.md │ ├── aws_api_gateway_v2_integration_responses.md │ ├── aws_api_gateway_v2_integrations.md │ ├── aws_api_gateway_v2_model.md │ ├── aws_api_gateway_v2_models.md │ ├── aws_api_gateway_v2_route.md │ ├── aws_api_gateway_v2_routes.md │ ├── aws_api_gateway_vpc_link.md │ ├── aws_api_gateway_vpc_links.md │ ├── aws_apigateway_account.md │ ├── aws_apigateway_api_key.md │ ├── aws_apigateway_api_keys.md │ ├── aws_apigateway_authorizer.md │ ├── aws_apigateway_authorizers.md │ ├── aws_apigateway_base_path_mapping.md │ ├── aws_apigateway_base_path_mappings.md │ ├── aws_apigateway_client_certificate.md │ ├── aws_apigateway_client_certificates.md │ ├── aws_application_autoscaling_scalable_target.md │ ├── aws_application_autoscaling_scalable_targets.md │ ├── aws_application_autoscaling_scaling_policies.md │ ├── aws_application_autoscaling_scaling_policy.md │ ├── aws_athena_work_group.md │ ├── aws_athena_work_groups.md │ ├── aws_auto_scaling_group.md │ ├── aws_auto_scaling_groups.md │ ├── aws_autoscaling_scaling_policies.md │ ├── aws_autoscaling_scaling_policy.md │ ├── aws_batch_compute_environment.md │ ├── aws_batch_compute_environments.md │ ├── aws_batch_job_definition.md │ ├── aws_batch_job_definitions.md │ ├── aws_batch_job_queue.md │ ├── aws_batch_job_queues.md │ ├── aws_cloud_formation_stack_set.md │ ├── aws_cloud_formation_stack_sets.md │ ├── aws_cloudformation_stack.md │ ├── aws_cloudformation_stacks.md │ ├── aws_cloudformation_template.md │ ├── aws_cloudfront_cache_policies.md │ ├── aws_cloudfront_cache_policy.md │ ├── aws_cloudfront_distribution.md │ ├── aws_cloudfront_distributions.md │ ├── aws_cloudfront_key_group.md │ ├── aws_cloudfront_key_groups.md │ ├── aws_cloudfront_origin_access_identities.md │ ├── aws_cloudfront_origin_access_identity.md │ ├── aws_cloudfront_origin_request_policy.md │ ├── aws_cloudfront_public_key.md │ ├── aws_cloudfront_public_keys.md │ ├── aws_cloudfront_realtime_log_config.md │ ├── aws_cloudfront_realtime_log_configs.md │ ├── aws_cloudfront_streaming_distribution.md │ ├── aws_cloudfront_streaming_distributions.md │ ├── aws_cloudtrail_trail.md │ ├── aws_cloudtrail_trails.md │ ├── aws_cloudwatch_alarm.md │ ├── aws_cloudwatch_anomaly_detector.md │ ├── aws_cloudwatch_anomaly_detectors.md │ ├── aws_cloudwatch_composite_alarm.md │ ├── aws_cloudwatch_composite_alarms.md │ ├── aws_cloudwatch_dashboard.md │ ├── aws_cloudwatch_dashboards.md │ ├── aws_cloudwatch_insight_rules.md │ ├── aws_cloudwatch_log_group.md │ ├── aws_cloudwatch_log_metric_filter.md │ ├── aws_cloudwatch_metric_stream.md │ ├── aws_cloudwatch_metric_streams.md │ ├── aws_cloudwatchlogs_destination.md │ ├── aws_cloudwatchlogs_destinations.md │ ├── aws_cloudwatchlogs_log_stream.md │ ├── aws_cloudwatchlogs_log_streams.md │ ├── aws_cloudwatchlogs_subscription_filter.md │ ├── aws_cloudwatchlogs_subscription_filters.md │ ├── aws_cognito_identity_pool.md │ ├── aws_cognito_identity_pools.md │ ├── aws_cognito_userpool.md │ ├── aws_cognito_userpool_client.md │ ├── aws_cognito_userpool_clients.md │ ├── aws_cognito_userpools.md │ ├── aws_config_delivery_channel.md │ ├── aws_config_recorder.md │ ├── aws_db_parameter_group.md │ ├── aws_db_parameter_groups.md │ ├── aws_db_subnet_group.md │ ├── aws_db_subnet_groups.md │ ├── aws_dhcp_options.md │ ├── aws_dms_endpoint.md │ ├── aws_dms_endpoints.md │ ├── aws_dms_replication_instance.md │ ├── aws_dms_replication_instances.md │ ├── aws_dms_replication_subnet_group.md │ ├── aws_dms_replication_subnet_groups.md │ ├── aws_dynamodb_table.md │ ├── aws_dynamodb_tables.md │ ├── aws_ebs_snapshot.md │ ├── aws_ebs_snapshots.md │ ├── aws_ebs_volume.md │ ├── aws_ebs_volumes.md │ ├── aws_ec2_capacity_reservation.md │ ├── aws_ec2_capacity_reservations.md │ ├── aws_ec2_carrier_gateway.md │ ├── aws_ec2_carrier_gateways.md │ ├── aws_ec2_client_vpn_authorization_rule.md │ ├── aws_ec2_client_vpn_authorization_rules.md │ ├── aws_ec2_client_vpn_endpoint.md │ ├── aws_ec2_client_vpn_endpoints.md │ ├── aws_ec2_client_vpn_route.md │ ├── aws_ec2_client_vpn_routes.md │ ├── aws_ec2_client_vpn_target_network_association.md │ ├── aws_ec2_client_vpn_target_network_associations.md │ ├── aws_ec2_customer_gateway.md │ ├── aws_ec2_customer_gateways.md │ ├── aws_ec2_dhcp_option.md │ ├── aws_ec2_dhcp_options.md │ ├── aws_ec2_egress_only_internet_gateway.md │ ├── aws_ec2_egress_only_internet_gateways.md │ ├── aws_ec2_eip.md │ ├── aws_ec2_eip_association.md │ ├── aws_ec2_eip_associations.md │ ├── aws_ec2_eips.md │ ├── aws_ec2_fleet.md │ ├── aws_ec2_fleets.md │ ├── aws_ec2_host.md │ ├── aws_ec2_hosts.md │ ├── aws_ec2_instance.md │ ├── aws_ec2_instances.md │ ├── aws_ec2_internet_gateway.md │ ├── aws_ec2_internet_gateways.md │ ├── aws_ec2_launch_template.md │ ├── aws_ec2_launch_templates.md │ ├── aws_ec2_network_insights_analysis.md │ ├── aws_ec2_network_insights_analysis_plural.md │ ├── aws_ec2_network_insights_path.md │ ├── aws_ec2_network_insights_paths.md │ ├── aws_ec2_network_interface.md │ ├── aws_ec2_network_interface_attachment.md │ ├── aws_ec2_network_interface_attachments.md │ ├── aws_ec2_network_interface_permission.md │ ├── aws_ec2_network_interface_permissions.md │ ├── aws_ec2_network_interfaces.md │ ├── aws_ec2_placement_group.md │ ├── aws_ec2_placement_groups.md │ ├── aws_ec2_prefix_list.md │ ├── aws_ec2_prefix_lists.md │ ├── aws_ec2_spot_fleet.md │ ├── aws_ec2_spot_fleets.md │ ├── aws_ec2_traffic_mirror_filter.md │ ├── aws_ec2_traffic_mirror_filters.md │ ├── aws_ec2_traffic_mirror_session.md │ ├── aws_ec2_traffic_mirror_sessions.md │ ├── aws_ec2_transit_gateway_attachment.md │ ├── aws_ec2_transit_gateway_attachments.md │ ├── aws_ec2_transit_gateway_route_table.md │ ├── aws_ec2_transit_gateway_route_table_association.md │ ├── aws_ec2_transit_gateway_route_table_associations.md │ ├── aws_ec2_transit_gateway_route_table_propagation.md │ ├── aws_ec2_transit_gateway_route_table_propagations.md │ ├── aws_ec2_transit_gateway_route_tables.md │ ├── aws_ec2_volume_attachment.md │ ├── aws_ec2_volume_attachments.md │ ├── aws_ec2_vpc_peering_connection.md │ ├── aws_ec2_vpc_peering_connections.md │ ├── aws_ec2_vpn_connection_routes.md │ ├── aws_ec2_vpn_gateway_route_propagation.md │ ├── aws_ec2_vpn_gateway_route_propagations.md │ ├── aws_ecr.md │ ├── aws_ecr_image.md │ ├── aws_ecr_images.md │ ├── aws_ecr_repositories.md │ ├── aws_ecr_repository.md │ ├── aws_ecr_repository_policy.md │ ├── aws_ecrpublic_repositories.md │ ├── aws_ecrpublic_repository.md │ ├── aws_ecs_cluster.md │ ├── aws_ecs_clusters.md │ ├── aws_ecs_service.md │ ├── aws_ecs_services.md │ ├── aws_ecs_task_definition.md │ ├── aws_ecs_task_definitions.md │ ├── aws_efs_file_system.md │ ├── aws_efs_file_systems.md │ ├── aws_efs_mount_target.md │ ├── aws_efs_mount_targets.md │ ├── aws_eks_cluster.md │ ├── aws_eks_clusters.md │ ├── aws_elasticache_cluster.md │ ├── aws_elasticache_cluster_node.md │ ├── aws_elasticache_clusters.md │ ├── aws_elasticache_replication_group.md │ ├── aws_elasticache_replication_groups.md │ ├── aws_elasticloadbalancingv2_listener.md │ ├── aws_elasticloadbalancingv2_listener_certificate.md │ ├── aws_elasticloadbalancingv2_listener_certificates.md │ ├── aws_elasticloadbalancingv2_listener_rule.md │ ├── aws_elasticloadbalancingv2_listener_rules.md │ ├── aws_elasticloadbalancingv2_listeners.md │ ├── aws_elasticloadbalancingv2_target_group.md │ ├── aws_elasticloadbalancingv2_target_groups.md │ ├── aws_elasticsearchservice_domain.md │ ├── aws_elasticsearchservice_domains.md │ ├── aws_elb.md │ ├── aws_elbs.md │ ├── aws_emr_cluster.md │ ├── aws_emr_clusters.md │ ├── aws_emr_security_configuration.md │ ├── aws_emr_security_configurations.md │ ├── aws_eventbridge_rule.md │ ├── aws_eventbridge_rules.md │ ├── aws_flow_log.md │ ├── aws_glue_crawler.md │ ├── aws_glue_crawlers.md │ ├── aws_glue_database.md │ ├── aws_glue_databases.md │ ├── aws_guardduty_detector.md │ ├── aws_guardduty_detectors.md │ ├── aws_hosted_zone.md │ ├── aws_hosted_zones.md │ ├── aws_iam_access_key.md │ ├── aws_iam_access_keys.md │ ├── aws_iam_account_alias.md │ ├── aws_iam_group.md │ ├── aws_iam_groups.md │ ├── aws_iam_inline_policy.md │ ├── aws_iam_instance_profile.md │ ├── aws_iam_instance_profiles.md │ ├── aws_iam_managed_policies.md │ ├── aws_iam_managed_policy.md │ ├── aws_iam_oidc_provider.md │ ├── aws_iam_oidc_providers.md │ ├── aws_iam_password_policy.md │ ├── aws_iam_policies.md │ ├── aws_iam_policy.md │ ├── aws_iam_role.md │ ├── aws_iam_roles.md │ ├── aws_iam_root_user.md │ ├── aws_iam_saml_provider.md │ ├── aws_iam_saml_providers.md │ ├── aws_iam_server_certificate.md │ ├── aws_iam_server_certificates.md │ ├── aws_iam_service_linked_role_deletion_status.md │ ├── aws_iam_ssh_public_key.md │ ├── aws_iam_ssh_public_keys.md │ ├── aws_iam_user.md │ ├── aws_iam_users.md │ ├── aws_iam_virtual_mfa_devices.md │ ├── aws_internet_gateway.md │ ├── aws_internet_gateways.md │ ├── aws_kms_key.md │ ├── aws_kms_keys.md │ ├── aws_lambda.md │ ├── aws_lambda_alias.md │ ├── aws_lambda_aliases.md │ ├── aws_lambda_code_signing_config.md │ ├── aws_lambda_code_signing_configs.md │ ├── aws_lambda_event_invoke_config.md │ ├── aws_lambda_event_invoke_configs.md │ ├── aws_lambda_event_source_mapping.md │ ├── aws_lambda_event_source_mappings.md │ ├── aws_lambda_layer_version_permission.md │ ├── aws_lambda_permission.md │ ├── aws_lambda_permissions.md │ ├── aws_lambda_version.md │ ├── aws_lambda_versions.md │ ├── aws_lambdas.md │ ├── aws_launch_configuration.md │ ├── aws_logs_metric_filter.md │ ├── aws_logs_metric_filters.md │ ├── aws_mq_broker.md │ ├── aws_mq_brokers.md │ ├── aws_mq_configuration.md │ ├── aws_mq_configurations.md │ ├── aws_nat_gateway.md │ ├── aws_nat_gateways.md │ ├── aws_network_acl.md │ ├── aws_network_acls.md │ ├── aws_network_firewall_firewall.md │ ├── aws_network_firewall_firewall_policies.md │ ├── aws_network_firewall_firewall_policy.md │ ├── aws_network_firewall_firewalls.md │ ├── aws_network_firewall_logging_configuration.md │ ├── aws_network_firewall_rule_group.md │ ├── aws_network_firewall_rule_groups.md │ ├── aws_network_manager_customer_gateway_association.md │ ├── aws_network_manager_customer_gateway_associations.md │ ├── aws_network_manager_device.md │ ├── aws_network_manager_devices.md │ ├── aws_network_manager_global_network.md │ ├── aws_network_manager_global_networks.md │ ├── aws_organizations_member.md │ ├── aws_ram_resource_share.md │ ├── aws_ram_resource_shares.md │ ├── aws_rds_cluster.md │ ├── aws_rds_clusters.md │ ├── aws_rds_db_cluster_snapshot.md │ ├── aws_rds_db_cluster_snapshots.md │ ├── aws_rds_db_proxy.md │ ├── aws_rds_db_proxy_endpoint.md │ ├── aws_rds_db_proxy_endpoints.md │ ├── aws_rds_db_proxy_target_group.md │ ├── aws_rds_db_proxy_target_groups.md │ ├── aws_rds_db_security_group.md │ ├── aws_rds_db_security_groups.md │ ├── aws_rds_event_subscription.md │ ├── aws_rds_event_subscriptions.md │ ├── aws_rds_global_cluster.md │ ├── aws_rds_global_clusters.md │ ├── aws_rds_group_option.md │ ├── aws_rds_group_options.md │ ├── aws_rds_instance.md │ ├── aws_rds_instances.md │ ├── aws_rds_snapshot.md │ ├── aws_rds_snapshot_attributes.md │ ├── aws_rds_snapshots.md │ ├── aws_redshift_cluster.md │ ├── aws_redshift_cluster_parameter_group.md │ ├── aws_redshift_cluster_parameter_groups.md │ ├── aws_redshift_clusters.md │ ├── aws_region.md │ ├── aws_regions.md │ ├── aws_route53_record_set.md │ ├── aws_route53_record_sets.md │ ├── aws_route53resolver_resolver_endpoint.md │ ├── aws_route53resolver_resolver_endpoints.md │ ├── aws_route53resolver_resolver_rule.md │ ├── aws_route53resolver_resolver_rule_association.md │ ├── aws_route53resolver_resolver_rule_associations.md │ ├── aws_route53resolver_resolver_rules.md │ ├── aws_route_table.md │ ├── aws_route_tables.md │ ├── aws_s3_access_point.md │ ├── aws_s3_access_points.md │ ├── aws_s3_bucket.md │ ├── aws_s3_bucket_object.md │ ├── aws_s3_bucket_objects.md │ ├── aws_s3_bucket_policy.md │ ├── aws_s3_buckets.md │ ├── aws_sdb_domains.md │ ├── aws_secretsmanager_secret.md │ ├── aws_secretsmanager_secrets.md │ ├── aws_security_group.md │ ├── aws_security_groups.md │ ├── aws_securityhub_hub.md │ ├── aws_servicecatalog_cloud_formation_product.md │ ├── aws_servicecatalog_launch_role_constraint.md │ ├── aws_servicecatalog_launch_role_constraints.md │ ├── aws_servicecatalog_portfolio_principal_association.md │ ├── aws_servicecatalog_portfolio_principal_associations.md │ ├── aws_servicecatalog_portfolio_product_association.md │ ├── aws_servicecatalog_portfolio_product_associations.md │ ├── aws_ses_receipt_rule.md │ ├── aws_ses_receipt_rule_set.md │ ├── aws_ses_receipt_rule_sets.md │ ├── aws_ses_template.md │ ├── aws_ses_templates.md │ ├── aws_shield_subscription.md │ ├── aws_signer_profile_permissions.md │ ├── aws_signer_signing_profile.md │ ├── aws_signer_signing_profiles.md │ ├── aws_sns_subscription.md │ ├── aws_sns_subscriptions.md │ ├── aws_sns_topic.md │ ├── aws_sns_topics.md │ ├── aws_sqs_queue.md │ ├── aws_sqs_queues.md │ ├── aws_ssm_activation.md │ ├── aws_ssm_activations.md │ ├── aws_ssm_association.md │ ├── aws_ssm_associations.md │ ├── aws_ssm_document.md │ ├── aws_ssm_documents.md │ ├── aws_ssm_maintenance_window.md │ ├── aws_ssm_maintenance_window_target.md │ ├── aws_ssm_maintenance_window_targets.md │ ├── aws_ssm_maintenance_window_task.md │ ├── aws_ssm_maintenance_window_tasks.md │ ├── aws_ssm_maintenance_windows.md │ ├── aws_ssm_parameter.md │ ├── aws_ssm_parameters.md │ ├── aws_ssm_patch_baseline.md │ ├── aws_ssm_patch_baselines.md │ ├── aws_ssm_resource_compliance_summaries.md │ ├── aws_ssm_resource_compliance_summary.md │ ├── aws_ssm_resource_data_syncs.md │ ├── aws_stepfunctions_activities.md │ ├── aws_stepfunctions_activity.md │ ├── aws_stepfunctions_state_machine.md │ ├── aws_stepfunctions_state_machines.md │ ├── aws_sts_caller_identity.md │ ├── aws_subnet.md │ ├── aws_subnets.md │ ├── aws_synthetics_canaries.md │ ├── aws_synthetics_canary.md │ ├── aws_transfer_user.md │ ├── aws_transfer_users.md │ ├── aws_transit_gateway.md │ ├── aws_transit_gateway_connect.md │ ├── aws_transit_gateway_connects.md │ ├── aws_transit_gateway_multicast_domain.md │ ├── aws_transit_gateway_multicast_domain_association.md │ ├── aws_transit_gateway_multicast_domain_associations.md │ ├── aws_transit_gateway_multicast_domains.md │ ├── aws_transit_gateway_multicast_group_member.md │ ├── aws_transit_gateway_multicast_group_members.md │ ├── aws_transit_gateway_multicast_group_source.md │ ├── aws_transit_gateway_multicast_group_sources.md │ ├── aws_transit_gateway_route.md │ ├── aws_transit_gateway_routes.md │ ├── aws_vpc.md │ ├── aws_vpc_endpoint.md │ ├── aws_vpc_endpoint_notification.md │ ├── aws_vpc_endpoint_notifications.md │ ├── aws_vpc_endpoint_service.md │ ├── aws_vpc_endpoint_service_permission.md │ ├── aws_vpc_endpoint_service_permissions.md │ ├── aws_vpc_endpoint_services.md │ ├── aws_vpc_endpoints.md │ ├── aws_vpcs.md │ ├── aws_vpn_connection.md │ ├── aws_vpn_connections.md │ ├── aws_vpn_gateway.md │ ├── aws_vpn_gateways.md │ ├── aws_waf_byte_match_set.md │ ├── aws_waf_byte_match_sets.md │ ├── aws_waf_ip_set.md │ ├── aws_waf_ip_sets.md │ ├── aws_waf_rule.md │ ├── aws_waf_rules.md │ ├── aws_waf_size_constraint_set.md │ ├── aws_waf_size_constraint_sets.md │ ├── aws_waf_sql_injection_match_set.md │ ├── aws_waf_sql_injection_match_sets.md │ ├── aws_waf_web_acl.md │ ├── aws_waf_web_acls.md │ ├── aws_waf_xss_match_match_set.md │ └── aws_waf_xss_match_match_sets.md ├── go.mod ├── layouts │ └── shortcodes │ │ └── inspec-aws │ │ └── aws_permissions_principal.md ├── netlify.toml ├── netlify_production │ └── index.html └── tools │ ├── release-notes │ └── publish-release-notes.sh │ └── vale │ ├── Microsoft │ ├── AMPM.yml │ ├── Accessibility.yml │ ├── Acronyms.yml │ ├── Adverbs.yml │ ├── Auto.yml │ ├── Avoid.yml │ ├── ComplexWords.yml │ ├── Contractions.yml │ ├── Dashes.yml │ ├── DateFormat.yml │ ├── DateNumbers.yml │ ├── DateOrder.yml │ ├── Ellipses.yml │ ├── FirstPerson.yml │ ├── Foreign.yml │ ├── Gender.yml │ ├── GenderBias.yml │ ├── GeneralURL.yml │ ├── HeadingAcronyms.yml │ ├── HeadingColons.yml │ ├── HeadingPunctuation.yml │ ├── Headings.yml │ ├── Hyphens.yml │ ├── Negative.yml │ ├── Ordinal.yml │ ├── OxfordComma.yml │ ├── Passive.yml │ ├── Percentages.yml │ ├── Quotes.yml │ ├── RangeFormat.yml │ ├── RangeTime.yml │ ├── Ranges.yml │ ├── Semicolon.yml │ ├── SentenceLength.yml │ ├── Spacing.yml │ ├── Suspended.yml │ ├── Terms.yml │ ├── URLFormat.yml │ ├── Units.yml │ ├── Vocab.yml │ ├── We.yml │ ├── Wordiness.yml │ └── meta.json │ ├── Vocab │ └── tech-blogging │ │ ├── accept.txt │ │ └── reject.txt │ ├── chef │ ├── OxfordComma.yml │ ├── acronyms.yml │ ├── capitalize.yml │ ├── chef_automate.yml │ ├── chef_desktop.yml │ ├── chef_habitat.yml │ ├── chef_infra_client.yml │ ├── chef_infra_server.yml │ ├── chef_inspec.yml │ ├── habitat_builder.yml │ ├── habitat_depot.yml │ ├── habitat_studio.yml │ ├── habitat_supervisor.yml │ ├── policyfile.yml │ └── rule-form.txt │ ├── vale.tmpl │ ├── vale │ ├── Annotations.yml │ ├── Editorializing.yml │ ├── Hedging.yml │ ├── Litotes.yml │ ├── Redundancy.yml │ └── Uncomparables.yml │ └── write-good │ ├── Cliches.yml │ ├── E-Prime.yml │ ├── Illusions.yml │ ├── Passive.yml │ ├── README.md │ ├── So.yml │ ├── ThereIs.yml │ ├── TooWordy.yml │ ├── Weasel.yml │ └── meta.json ├── inspec.yml ├── libraries ├── aws_alb.rb ├── aws_albs.rb ├── aws_ami.rb ├── aws_amis.rb ├── aws_amplify_app.rb ├── aws_amplify_apps.rb ├── aws_amplify_branch.rb ├── aws_amplify_branches.rb ├── aws_api_gateway_deployment.rb ├── aws_api_gateway_deployments.rb ├── aws_api_gateway_documentation_part.rb ├── aws_api_gateway_documentation_parts.rb ├── aws_api_gateway_documentation_version.rb ├── aws_api_gateway_documentation_versions.rb ├── aws_api_gateway_domain_name.rb ├── aws_api_gateway_domain_names.rb ├── aws_api_gateway_method.rb ├── aws_api_gateway_methods.rb ├── aws_api_gateway_model.rb ├── aws_api_gateway_models.rb ├── aws_api_gateway_request_validator.rb ├── aws_api_gateway_request_validators.rb ├── aws_api_gateway_resource.rb ├── aws_api_gateway_resources.rb ├── aws_api_gateway_response.rb ├── aws_api_gateway_responses.rb ├── aws_api_gateway_restapi.rb ├── aws_api_gateway_restapis.rb ├── aws_api_gateway_stage.rb ├── aws_api_gateway_stages.rb ├── aws_api_gateway_usage_plan.rb ├── aws_api_gateway_usage_plan_key.rb ├── aws_api_gateway_usage_plan_keys.rb ├── aws_api_gateway_usage_plans.rb ├── aws_api_gateway_v2_api.rb ├── aws_api_gateway_v2_api_mapping.rb ├── aws_api_gateway_v2_api_mappings.rb ├── aws_api_gateway_v2_apis.rb ├── aws_api_gateway_v2_authorizer.rb ├── aws_api_gateway_v2_authorizers.rb ├── aws_api_gateway_v2_deployment.rb ├── aws_api_gateway_v2_deployments.rb ├── aws_api_gateway_v2_domain_name.rb ├── aws_api_gateway_v2_domain_names.rb ├── aws_api_gateway_v2_integration.rb ├── aws_api_gateway_v2_integration_response.rb ├── aws_api_gateway_v2_integration_responses.rb ├── aws_api_gateway_v2_integrations.rb ├── aws_api_gateway_v2_model.rb ├── aws_api_gateway_v2_models.rb ├── aws_api_gateway_v2_route.rb ├── aws_api_gateway_v2_routes.rb ├── aws_api_gateway_vpc_link.rb ├── aws_api_gateway_vpc_links.rb ├── aws_apigateway_account.rb ├── aws_apigateway_api_key.rb ├── aws_apigateway_api_keys.rb ├── aws_apigateway_authorizer.rb ├── aws_apigateway_authorizers.rb ├── aws_apigateway_base_path_mapping.rb ├── aws_apigateway_base_path_mappings.rb ├── aws_apigateway_client_certificate.rb ├── aws_apigateway_client_certificates.rb ├── aws_application_autoscaling_scalable_target.rb ├── aws_application_autoscaling_scalable_targets.rb ├── aws_application_autoscaling_scaling_policies.rb ├── aws_application_autoscaling_scaling_policy.rb ├── aws_athena_work_group.rb ├── aws_athena_work_groups.rb ├── aws_auto_scaling_group.rb ├── aws_auto_scaling_groups.rb ├── aws_autoscaling_scaling_policies.rb ├── aws_autoscaling_scaling_policy.rb ├── aws_backend.rb ├── aws_batch_compute_environment.rb ├── aws_batch_compute_environments.rb ├── aws_batch_job_definition.rb ├── aws_batch_job_definitions.rb ├── aws_batch_job_queue.rb ├── aws_batch_job_queues.rb ├── aws_cloud_formation_stack_set.rb ├── aws_cloud_formation_stack_sets.rb ├── aws_cloudformation_stack.rb ├── aws_cloudformation_stacks.rb ├── aws_cloudformation_template.rb ├── aws_cloudfront_cache_policies.rb ├── aws_cloudfront_cache_policy.rb ├── aws_cloudfront_distribution.rb ├── aws_cloudfront_distributions.rb ├── aws_cloudfront_key_group.rb ├── aws_cloudfront_key_groups.rb ├── aws_cloudfront_origin_access_identities.rb ├── aws_cloudfront_origin_access_identity.rb ├── aws_cloudfront_origin_request_policy.rb ├── aws_cloudfront_public_key.rb ├── aws_cloudfront_public_keys.rb ├── aws_cloudfront_realtime_log_config.rb ├── aws_cloudfront_realtime_log_configs.rb ├── aws_cloudfront_streaming_distribution.rb ├── aws_cloudfront_streaming_distributions.rb ├── aws_cloudtrail_trail.rb ├── aws_cloudtrail_trails.rb ├── aws_cloudwatch_alarm.rb ├── aws_cloudwatch_anomaly_detector.rb ├── aws_cloudwatch_anomaly_detectors.rb ├── aws_cloudwatch_composite_alarm.rb ├── aws_cloudwatch_composite_alarms.rb ├── aws_cloudwatch_dashboard.rb ├── aws_cloudwatch_dashboards.rb ├── aws_cloudwatch_insight_rules.rb ├── aws_cloudwatch_log_group.rb ├── aws_cloudwatch_log_metric_filter.rb ├── aws_cloudwatch_metric_stream.rb ├── aws_cloudwatch_metric_streams.rb ├── aws_cloudwatchlogs_destinantion.rb ├── aws_cloudwatchlogs_destinantions.rb ├── aws_cloudwatchlogs_log_stream.rb ├── aws_cloudwatchlogs_log_streams.rb ├── aws_cloudwatchlogs_subscription_filter.rb ├── aws_cloudwatchlogs_subscription_filters.rb ├── aws_cognito_identity_pool.rb ├── aws_cognito_identity_pools.rb ├── aws_cognito_userpool.rb ├── aws_cognito_userpool_client.rb ├── aws_cognito_userpool_clients.rb ├── aws_cognito_userpools.rb ├── aws_config_delivery_channel.rb ├── aws_config_recorder.rb ├── aws_db_parameter_group.rb ├── aws_db_parameter_groups.rb ├── aws_db_subnet_group.rb ├── aws_db_subnet_groups.rb ├── aws_dhcp_options.rb ├── aws_dms_endpoint.rb ├── aws_dms_endpoints.rb ├── aws_dms_replication_instance.rb ├── aws_dms_replication_instances.rb ├── aws_dms_replication_subnet_group.rb ├── aws_dms_replication_subnet_groups.rb ├── aws_dynamodb_table.rb ├── aws_dynamodb_tables.rb ├── aws_ebs_snapshot.rb ├── aws_ebs_snapshots.rb ├── aws_ebs_volume.rb ├── aws_ebs_volumes.rb ├── aws_ec2_capacity_reservation.rb ├── aws_ec2_capacity_reservations.rb ├── aws_ec2_carrier_gateway.rb ├── aws_ec2_carrier_gateways.rb ├── aws_ec2_client_vpn_authorization_rule.rb ├── aws_ec2_client_vpn_authorization_rules.rb ├── aws_ec2_client_vpn_endpoint.rb ├── aws_ec2_client_vpn_endpoints.rb ├── aws_ec2_client_vpn_route.rb ├── aws_ec2_client_vpn_routes.rb ├── aws_ec2_client_vpn_target_network_association.rb ├── aws_ec2_client_vpn_target_network_associations.rb ├── aws_ec2_customer_gateway.rb ├── aws_ec2_customer_gateways.rb ├── aws_ec2_dhcp_option.rb ├── aws_ec2_dhcp_options.rb ├── aws_ec2_egress_only_internet_gateway.rb ├── aws_ec2_egress_only_internet_gateways.rb ├── aws_ec2_eip.rb ├── aws_ec2_eip_association.rb ├── aws_ec2_eip_associations.rb ├── aws_ec2_eips.rb ├── aws_ec2_fleet.rb ├── aws_ec2_fleets.rb ├── aws_ec2_host.rb ├── aws_ec2_hosts.rb ├── aws_ec2_instance.rb ├── aws_ec2_instances.rb ├── aws_ec2_internet_gateway.rb ├── aws_ec2_internet_gateways.rb ├── aws_ec2_launch_template.rb ├── aws_ec2_launch_templates.rb ├── aws_ec2_network_insights_analysis.rb ├── aws_ec2_network_insights_analysis_plural.rb ├── aws_ec2_network_insights_path.rb ├── aws_ec2_network_insights_paths.rb ├── aws_ec2_network_interface.rb ├── aws_ec2_network_interface_attachment.rb ├── aws_ec2_network_interface_attachments.rb ├── aws_ec2_network_interfaces.rb ├── aws_ec2_placement_group.rb ├── aws_ec2_placement_groups.rb ├── aws_ec2_prefix_list.rb ├── aws_ec2_prefix_lists.rb ├── aws_ec2_spot_fleet.rb ├── aws_ec2_spot_fleets.rb ├── aws_ec2_traffic_mirror_filter.rb ├── aws_ec2_traffic_mirror_filters.rb ├── aws_ec2_traffic_mirror_session.rb ├── aws_ec2_traffic_mirror_sessions.rb ├── aws_ec2_traffic_mirror_target.rb ├── aws_ec2_traffic_mirror_targets.rb ├── aws_ec2_transit_gateway_attachment.rb ├── aws_ec2_transit_gateway_attachments.rb ├── aws_ec2_transit_gateway_route_table.rb ├── aws_ec2_transit_gateway_route_table_association.rb ├── aws_ec2_transit_gateway_route_table_associations.rb ├── aws_ec2_transit_gateway_route_table_propagation.rb ├── aws_ec2_transit_gateway_route_table_propagations.rb ├── aws_ec2_transit_gateway_route_tables.rb ├── aws_ec2_volume_attachment.rb ├── aws_ec2_volume_attachments.rb ├── aws_ec2_vpc_peering_connection.rb ├── aws_ec2_vpc_peering_connections.rb ├── aws_ec2_vpn_connection_routes.rb ├── aws_ec2_vpn_gateway_route_propagation.rb ├── aws_ec2_vpn_gateway_route_propagations.rb ├── aws_ecr.rb ├── aws_ecr_image.rb ├── aws_ecr_images.rb ├── aws_ecr_repositories.rb ├── aws_ecr_repository.rb ├── aws_ecr_repository_policy.rb ├── aws_ecrpublic_repositories.rb ├── aws_ecrpublic_repository.rb ├── aws_ecs_cluster.rb ├── aws_ecs_clusters.rb ├── aws_ecs_service.rb ├── aws_ecs_services.rb ├── aws_ecs_task_definition.rb ├── aws_ecs_task_definitions.rb ├── aws_efs_file_system.rb ├── aws_efs_file_systems.rb ├── aws_efs_mount_target.rb ├── aws_efs_mount_targets.rb ├── aws_eks_cluster.rb ├── aws_eks_clusters.rb ├── aws_elasticache_cluster.rb ├── aws_elasticache_cluster_node.rb ├── aws_elasticache_clusters.rb ├── aws_elasticache_replication_group.rb ├── aws_elasticache_replication_groups.rb ├── aws_elasticloadbalancingv2_listener.rb ├── aws_elasticloadbalancingv2_listener_certificate.rb ├── aws_elasticloadbalancingv2_listener_certificates.rb ├── aws_elasticloadbalancingv2_listener_rule.rb ├── aws_elasticloadbalancingv2_listener_rules.rb ├── aws_elasticloadbalancingv2_listeners.rb ├── aws_elasticloadbalancingv2_target_group.rb ├── aws_elasticloadbalancingv2_target_groups.rb ├── aws_elasticsearchservice_domain.rb ├── aws_elasticsearchservice_domains.rb ├── aws_elb.rb ├── aws_elbs.rb ├── aws_emr_cluster.rb ├── aws_emr_clusters.rb ├── aws_emr_security_configuration.rb ├── aws_emr_security_configurations.rb ├── aws_eventbridge_rule.rb ├── aws_eventbridge_rules.rb ├── aws_flow_log.rb ├── aws_glue_crawler.rb ├── aws_glue_crawlers.rb ├── aws_glue_database.rb ├── aws_glue_databases.rb ├── aws_guardduty_detector.rb ├── aws_guardduty_detectors.rb ├── aws_hosted_zone.rb ├── aws_hosted_zones.rb ├── aws_iam_access_key.rb ├── aws_iam_access_keys.rb ├── aws_iam_account_alias.rb ├── aws_iam_group.rb ├── aws_iam_groups.rb ├── aws_iam_inline_policy.rb ├── aws_iam_instance_profile.rb ├── aws_iam_instance_profiles.rb ├── aws_iam_managed_policies.rb ├── aws_iam_managed_policy.rb ├── aws_iam_oidc_provider.rb ├── aws_iam_oidc_providers.rb ├── aws_iam_password_policy.rb ├── aws_iam_policies.rb ├── aws_iam_policy.rb ├── aws_iam_role.rb ├── aws_iam_roles.rb ├── aws_iam_root_user.rb ├── aws_iam_saml_provider.rb ├── aws_iam_saml_providers.rb ├── aws_iam_server_certificate.rb ├── aws_iam_server_certificates.rb ├── aws_iam_service_linked_role_deletion_status.rb ├── aws_iam_ssh_public_key.rb ├── aws_iam_ssh_public_keys.rb ├── aws_iam_user.rb ├── aws_iam_users.rb ├── aws_iam_virtual_mfa_devices.rb ├── aws_internet_gateway.rb ├── aws_internet_gateways.rb ├── aws_kms_key.rb ├── aws_kms_keys.rb ├── aws_lambda.rb ├── aws_lambda_alias.rb ├── aws_lambda_aliases.rb ├── aws_lambda_code_signing_config.rb ├── aws_lambda_code_signing_configs.rb ├── aws_lambda_event_invoke_config.rb ├── aws_lambda_event_invoke_configs.rb ├── aws_lambda_event_source_mapping.rb ├── aws_lambda_event_source_mappings.rb ├── aws_lambda_layer_version_permission.rb ├── aws_lambda_permission.rb ├── aws_lambda_permissions.rb ├── aws_lambda_version.rb ├── aws_lambda_versions.rb ├── aws_lambdas.rb ├── aws_launch_configuration.rb ├── aws_launch_configurations.rb ├── aws_logs_metric_filter.rb ├── aws_logs_metric_filters.rb ├── aws_mq_broker.rb ├── aws_mq_brokers.rb ├── aws_mq_configuration.rb ├── aws_mq_configurations.rb ├── aws_nat_gateway.rb ├── aws_nat_gateways.rb ├── aws_network_acl.rb ├── aws_network_acls.rb ├── aws_network_firewall_firewall.rb ├── aws_network_firewall_firewall_policies.rb ├── aws_network_firewall_firewall_policy.rb ├── aws_network_firewall_firewalls.rb ├── aws_network_firewall_logging_configuration.rb ├── aws_network_firewall_rule_group.rb ├── aws_network_firewall_rule_groups.rb ├── aws_network_manager_customer_gateway_association.rb ├── aws_network_manager_customer_gateway_associations.rb ├── aws_network_manager_device.rb ├── aws_network_manager_devices.rb ├── aws_network_manager_global_network.rb ├── aws_network_manager_global_networks.rb ├── aws_organizations_member.rb ├── aws_ram_resource_share.rb ├── aws_ram_resource_shares.rb ├── aws_rds_cluster.rb ├── aws_rds_clusters.rb ├── aws_rds_db_cluster_snapshot.rb ├── aws_rds_db_cluster_snapshots.rb ├── aws_rds_db_proxy.rb ├── aws_rds_db_proxy_endpoint.rb ├── aws_rds_db_proxy_endpoints.rb ├── aws_rds_db_security_group.rb ├── aws_rds_db_security_groups.rb ├── aws_rds_event_subscription.rb ├── aws_rds_event_subscriptions.rb ├── aws_rds_global_cluster.rb ├── aws_rds_global_clusters.rb ├── aws_rds_instance.rb ├── aws_rds_instances.rb ├── aws_rds_option_group.rb ├── aws_rds_option_groups.rb ├── aws_rds_snapshot.rb ├── aws_rds_snapshot_attributes.rb ├── aws_rds_snapshots.rb ├── aws_redshift_cluster.rb ├── aws_redshift_cluster_parameter_group.rb ├── aws_redshift_cluster_parameter_groups.rb ├── aws_redshift_clusters.rb ├── aws_region.rb ├── aws_regions.rb ├── aws_route53_record_set.rb ├── aws_route53_record_sets.rb ├── aws_route53resolver_resolver_endpoint.rb ├── aws_route53resolver_resolver_endpoints.rb ├── aws_route53resolver_resolver_rule.rb ├── aws_route53resolver_resolver_rule_association.rb ├── aws_route53resolver_resolver_rule_associations.rb ├── aws_route53resolver_resolver_rules.rb ├── aws_route_table.rb ├── aws_route_tables.rb ├── aws_s3_access_point.rb ├── aws_s3_access_points.rb ├── aws_s3_bucket.rb ├── aws_s3_bucket_object.rb ├── aws_s3_bucket_objects.rb ├── aws_s3_bucket_policy.rb ├── aws_s3_buckets.rb ├── aws_sdb_domains.rb ├── aws_secretsmanager_secret.rb ├── aws_secretsmanager_secrets.rb ├── aws_security_group.rb ├── aws_security_groups.rb ├── aws_securityhub_hub.rb ├── aws_servicecatalog_cloud_formation_product.rb ├── aws_servicecatalog_launch_role_constraint.rb ├── aws_servicecatalog_launch_role_constraints.rb ├── aws_servicecatalog_portfolio_principal_association.rb ├── aws_servicecatalog_portfolio_principal_associations.rb ├── aws_servicecatalog_portfolio_product_association.rb ├── aws_servicecatalog_portfolio_product_associations.rb ├── aws_ses_receipt_rule.rb ├── aws_ses_receipt_rule_set.rb ├── aws_ses_receipt_rule_sets.rb ├── aws_ses_template.rb ├── aws_ses_templates.rb ├── aws_shield_subscription.rb ├── aws_signer_profile_permissions.rb ├── aws_signer_signing_profile.rb ├── aws_signer_signing_profiles.rb ├── aws_sns_subscription.rb ├── aws_sns_subscriptions.rb ├── aws_sns_topic.rb ├── aws_sns_topics.rb ├── aws_sqs_queue.rb ├── aws_sqs_queues.rb ├── aws_ssm_activation.rb ├── aws_ssm_activations.rb ├── aws_ssm_association.rb ├── aws_ssm_associations.rb ├── aws_ssm_document.rb ├── aws_ssm_documents.rb ├── aws_ssm_maintenance_window.rb ├── aws_ssm_maintenance_window_target.rb ├── aws_ssm_maintenance_window_targets.rb ├── aws_ssm_maintenance_window_task.rb ├── aws_ssm_maintenance_window_tasks.rb ├── aws_ssm_maintenance_windows.rb ├── aws_ssm_parameter.rb ├── aws_ssm_parameters.rb ├── aws_ssm_patch_baseline.rb ├── aws_ssm_patch_baselines.rb ├── aws_ssm_resource_compliance_summaries.rb ├── aws_ssm_resource_compliance_summary.rb ├── aws_ssm_resource_data_syncs.rb ├── aws_stepfunctions_activities.rb ├── aws_stepfunctions_activity.rb ├── aws_stepfunctions_state_machine.rb ├── aws_stepfunctions_state_machines.rb ├── aws_sts_caller_identity.rb ├── aws_subnet.rb ├── aws_subnets.rb ├── aws_synthetics_canaries.rb ├── aws_synthetics_canary.rb ├── aws_transfer_user.rb ├── aws_transfer_users.rb ├── aws_transit_gateway.rb ├── aws_transit_gateway_connect.rb ├── aws_transit_gateway_connects.rb ├── aws_transit_gateway_multicast_domain.rb ├── aws_transit_gateway_multicast_domain_association.rb ├── aws_transit_gateway_multicast_domain_associations.rb ├── aws_transit_gateway_multicast_domains.rb ├── aws_transit_gateway_multicast_group_member.rb ├── aws_transit_gateway_multicast_group_members.rb ├── aws_transit_gateway_multicast_group_source.rb ├── aws_transit_gateway_multicast_group_sources.rb ├── aws_transit_gateway_route.rb ├── aws_transit_gateway_routes.rb ├── aws_vpc.rb ├── aws_vpc_endpoint.rb ├── aws_vpc_endpoint_connection_notification.rb ├── aws_vpc_endpoint_connection_notifications.rb ├── aws_vpc_endpoint_service.rb ├── aws_vpc_endpoint_service_permission.rb ├── aws_vpc_endpoint_service_permissions.rb ├── aws_vpc_endpoint_services.rb ├── aws_vpc_endpoints.rb ├── aws_vpcs.rb ├── aws_vpn_connection.rb ├── aws_vpn_connections.rb ├── aws_vpn_gateway.rb ├── aws_vpn_gateways.rb ├── aws_waf_byte_match_set.rb ├── aws_waf_byte_match_sets.rb ├── aws_waf_ip_set.rb ├── aws_waf_ip_sets.rb ├── aws_waf_rule.rb ├── aws_waf_rules.rb ├── aws_waf_size_constraint_set.rb ├── aws_waf_size_constraint_sets.rb ├── aws_waf_sql_injection_match_set.rb ├── aws_waf_sql_injection_match_sets.rb ├── aws_waf_web_acl.rb ├── aws_waf_web_acls.rb ├── aws_waf_xss_match_set.rb └── aws_waf_xss_match_sets.rb ├── netlify.toml ├── sample_profile ├── controls │ └── example.rb └── inspec.yml ├── sonar-project.properties └── test ├── integration ├── build │ ├── aws.tf │ ├── files │ │ ├── cert.pem │ │ ├── key.pem │ │ ├── lambda.zip │ │ ├── localhost.key │ │ └── pubkey.pem │ └── outputs.tf ├── configuration │ └── aws_inspec_config.rb └── verify │ ├── controls │ ├── aws_alb.rb │ ├── aws_albs.rb │ ├── aws_ami.rb │ ├── aws_amis.rb │ ├── aws_amplify_app.rb │ ├── aws_amplify_apps.rb │ ├── aws_amplify_branch.rb │ ├── aws_amplify_branches.rb │ ├── aws_api_gateway_deployment.rb │ ├── aws_api_gateway_deployments.rb │ ├── aws_api_gateway_documentation_part.rb │ ├── aws_api_gateway_documentation_parts.rb │ ├── aws_api_gateway_documentation_version.rb │ ├── aws_api_gateway_documentation_versions.rb │ ├── aws_api_gateway_domain_name.rb │ ├── aws_api_gateway_domain_names.rb │ ├── aws_api_gateway_method.rb │ ├── aws_api_gateway_methods.rb │ ├── aws_api_gateway_model.rb │ ├── aws_api_gateway_models.rb │ ├── aws_api_gateway_request_validator.rb │ ├── aws_api_gateway_request_validators.rb │ ├── aws_api_gateway_resource.rb │ ├── aws_api_gateway_resources.rb │ ├── aws_api_gateway_response.rb │ ├── aws_api_gateway_responses.rb │ ├── aws_api_gateway_restapi.rb │ ├── aws_api_gateway_restapis.rb │ ├── aws_api_gateway_stage.rb │ ├── aws_api_gateway_stages.rb │ ├── aws_api_gateway_usage_plan.rb │ ├── aws_api_gateway_usage_plan_key.rb │ ├── aws_api_gateway_usage_plan_keys.rb │ ├── aws_api_gateway_usage_plans.rb │ ├── aws_api_gateway_v2_api.rb │ ├── aws_api_gateway_v2_api_mapping.rb │ ├── aws_api_gateway_v2_api_mappings.rb │ ├── aws_api_gateway_v2_apis.rb │ ├── aws_api_gateway_v2_authorizer.rb │ ├── aws_api_gateway_v2_authorizers.rb │ ├── aws_api_gateway_v2_deployment.rb │ ├── aws_api_gateway_v2_deployments.rb │ ├── aws_api_gateway_v2_domain_name.rb │ ├── aws_api_gateway_v2_domain_names.rb │ ├── aws_api_gateway_v2_integration.rb │ ├── aws_api_gateway_v2_integration_response.rb │ ├── aws_api_gateway_v2_integration_responses.rb │ ├── aws_api_gateway_v2_integrations.rb │ ├── aws_api_gateway_v2_model.rb │ ├── aws_api_gateway_v2_models.rb │ ├── aws_api_gateway_v2_route.rb │ ├── aws_api_gateway_v2_routes.rb │ ├── aws_api_gateway_vpc_link.rb │ ├── aws_api_gateway_vpc_links.rb │ ├── aws_apigateway_account.rb │ ├── aws_apigateway_api_key.rb │ ├── aws_apigateway_api_keys.rb │ ├── aws_apigateway_authorizer.rb │ ├── aws_apigateway_authorizers.rb │ ├── aws_apigateway_base_path_mapping.rb │ ├── aws_apigateway_base_path_mappings.rb │ ├── aws_apigateway_client_certificate.rb │ ├── aws_apigateway_client_certificates.rb │ ├── aws_application_autoscaling_scalable_target.rb │ ├── aws_application_autoscaling_scalable_targets.rb │ ├── aws_application_autoscaling_scaling_policies.rb │ ├── aws_application_autoscaling_scaling_policy.rb │ ├── aws_athena_work_group.rb │ ├── aws_athena_work_groups.rb │ ├── aws_auto_scaling_group.rb │ ├── aws_auto_scaling_groups.rb │ ├── aws_autoscaling_scaling_policies.rb │ ├── aws_autoscaling_scaling_policy.rb │ ├── aws_batch_compute_environment.rb │ ├── aws_batch_compute_environments.rb │ ├── aws_batch_job_definition.rb │ ├── aws_batch_job_definitions.rb │ ├── aws_batch_job_queue.rb │ ├── aws_batch_job_queues.rb │ ├── aws_cloud_formation_stack_set.rb │ ├── aws_cloud_formation_stack_sets.rb │ ├── aws_cloudformation_stack.rb │ ├── aws_cloudformation_stacks.rb │ ├── aws_cloudformation_tempate.rb │ ├── aws_cloudfront_cache_policies.rb │ ├── aws_cloudfront_cache_policy.rb │ ├── aws_cloudfront_distribution.rb │ ├── aws_cloudfront_distributions.rb │ ├── aws_cloudfront_key_group.rb │ ├── aws_cloudfront_key_groups.rb │ ├── aws_cloudfront_origin_access_identities.rb │ ├── aws_cloudfront_origin_access_identity.rb │ ├── aws_cloudfront_origin_request_policy.rb │ ├── aws_cloudfront_public_key.rb │ ├── aws_cloudfront_public_keys.rb │ ├── aws_cloudfront_realtime_log_config.rb │ ├── aws_cloudfront_realtime_log_configs.rb │ ├── aws_cloudfront_streaming_distribution.rb │ ├── aws_cloudfront_streaming_distributions.rb │ ├── aws_cloudtrail_trail.rb │ ├── aws_cloudtrail_trails.rb │ ├── aws_cloudwatch_alarm.rb │ ├── aws_cloudwatch_anomaly_detector.rb │ ├── aws_cloudwatch_anomaly_detectors.rb │ ├── aws_cloudwatch_composite_alarm.rb │ ├── aws_cloudwatch_composite_alarms.rb │ ├── aws_cloudwatch_dashboard.rb │ ├── aws_cloudwatch_dashboards.rb │ ├── aws_cloudwatch_insight_rules.rb │ ├── aws_cloudwatch_log_group.rb │ ├── aws_cloudwatch_log_metric_filter.rb │ ├── aws_cloudwatch_metric_stream.rb │ ├── aws_cloudwatch_metric_streams.rb │ ├── aws_cloudwatchlogs_destinantion.rb │ ├── aws_cloudwatchlogs_destinantions.rb │ ├── aws_cloudwatchlogs_log_stream.rb │ ├── aws_cloudwatchlogs_log_streams.rb │ ├── aws_cloudwatchlogs_subscription_filter.rb │ ├── aws_cloudwatchlogs_subscription_filters.rb │ ├── aws_cognito_identity_pool.rb │ ├── aws_cognito_identity_pools.rb │ ├── aws_cognito_userpool.rb │ ├── aws_cognito_userpoolclient.rb │ ├── aws_cognito_userpoolclients.rb │ ├── aws_cognito_userpools.rb │ ├── aws_config_delivery_channel.rb │ ├── aws_config_recorder.rb │ ├── aws_db_parameter_group.rb │ ├── aws_db_parameter_groups.rb │ ├── aws_db_parameter_groups_loop.rb │ ├── aws_db_subnet_group.rb │ ├── aws_db_subnet_groups.rb │ ├── aws_db_subnet_groups_loop.rb │ ├── aws_dhcp_options.rb │ ├── aws_dms_endpoint.rb │ ├── aws_dms_endpoints.rb │ ├── aws_dms_replication_instance.rb │ ├── aws_dms_replication_instances.rb │ ├── aws_dms_replication_subnet_group.rb │ ├── aws_dms_replication_subnet_groups.rb │ ├── aws_dynamodb_table.rb │ ├── aws_dynamodb_tables.rb │ ├── aws_ebs_snapshot.rb │ ├── aws_ebs_snapshots.rb │ ├── aws_ebs_snapshots_loop.rb │ ├── aws_ebs_volume.rb │ ├── aws_ebs_volumes.rb │ ├── aws_ebs_volumes_loop.rb │ ├── aws_ec2_capacity_reservation.rb │ ├── aws_ec2_capacity_reservations.rb │ ├── aws_ec2_carrier_gateway.rb │ ├── aws_ec2_carrier_gateways.rb │ ├── aws_ec2_client_vpn_authorization_rule.rb │ ├── aws_ec2_client_vpn_authorization_rules.rb │ ├── aws_ec2_client_vpn_route.rb │ ├── aws_ec2_client_vpn_routes.rb │ ├── aws_ec2_client_vpn_target_network_association.rb │ ├── aws_ec2_client_vpn_target_network_associations.rb │ ├── aws_ec2_customer_gateway.rb │ ├── aws_ec2_customer_gateways.rb │ ├── aws_ec2_dhcp_option.rb │ ├── aws_ec2_dhcp_options.rb │ ├── aws_ec2_egress_only_internet_gateway.rb │ ├── aws_ec2_egress_only_internet_gateways.rb │ ├── aws_ec2_eip.rb │ ├── aws_ec2_eip_association.rb │ ├── aws_ec2_eip_associations.rb │ ├── aws_ec2_eips.rb │ ├── aws_ec2_fleet.rb │ ├── aws_ec2_fleets.rb │ ├── aws_ec2_host.rb │ ├── aws_ec2_hosts.rb │ ├── aws_ec2_instance.rb │ ├── aws_ec2_instances.rb │ ├── aws_ec2_instances_loop.rb │ ├── aws_ec2_internet_gateway.rb │ ├── aws_ec2_internet_gateways.rb │ ├── aws_ec2_launch_template.rb │ ├── aws_ec2_launch_templates.rb │ ├── aws_ec2_network_insights_analysis.rb │ ├── aws_ec2_network_insights_analysis_plural.rb │ ├── aws_ec2_network_insights_path.rb │ ├── aws_ec2_network_insights_paths.rb │ ├── aws_ec2_network_interface.rb │ ├── aws_ec2_network_interface_attachment.rb │ ├── aws_ec2_network_interface_attachments.rb │ ├── aws_ec2_network_interface_permission.rb │ ├── aws_ec2_network_interface_permissions.rb │ ├── aws_ec2_network_interfaces.rb │ ├── aws_ec2_network_manager_device.rb │ ├── aws_ec2_network_manager_devices.rb │ ├── aws_ec2_placement_group.rb │ ├── aws_ec2_placement_groups.rb │ ├── aws_ec2_prefix_list.rb │ ├── aws_ec2_prefix_lists.rb │ ├── aws_ec2_spot_fleet.rb │ ├── aws_ec2_spot_fleets.rb │ ├── aws_ec2_traffic_mirror_filter.rb │ ├── aws_ec2_traffic_mirror_filters.rb │ ├── aws_ec2_traffic_mirror_session.rb │ ├── aws_ec2_traffic_mirror_sessions.rb │ ├── aws_ec2_traffic_mirror_target.rb │ ├── aws_ec2_traffic_mirror_targets.rb │ ├── aws_ec2_transit_gateway_attachment.rb │ ├── aws_ec2_transit_gateway_attachments.rb │ ├── aws_ec2_transit_gateway_route_table.rb │ ├── aws_ec2_transit_gateway_route_table_association.rb │ ├── aws_ec2_transit_gateway_route_table_associations.rb │ ├── aws_ec2_transit_gateway_route_table_propagation.rb │ ├── aws_ec2_transit_gateway_route_table_propagations.rb │ ├── aws_ec2_transit_gateway_route_tables.rb │ ├── aws_ec2_volume_attachment.rb │ ├── aws_ec2_volume_attachments.rb │ ├── aws_ec2_vpc_peering_connection.rb │ ├── aws_ec2_vpc_peering_connections.rb │ ├── aws_ec2_vpn_connection_routes.rb │ ├── aws_ec2_vpn_endpoint.rb │ ├── aws_ec2_vpn_endpoints.rb │ ├── aws_ec2_vpn_gateway_route_propagation.rb │ ├── aws_ec2_vpn_gateway_route_propagations.rb │ ├── aws_ecr.rb │ ├── aws_ecr_image.rb │ ├── aws_ecr_images.rb │ ├── aws_ecr_repositories.rb │ ├── aws_ecr_repository.rb │ ├── aws_ecr_repository_policy.rb │ ├── aws_ecrpublic_repositories.rb │ ├── aws_ecrpublic_repository.rb │ ├── aws_ecs_cluster.rb │ ├── aws_ecs_clusters.rb │ ├── aws_ecs_service.rb │ ├── aws_ecs_services.rb │ ├── aws_ecs_task_definition.rb │ ├── aws_ecs_task_definitions.rb │ ├── aws_efs_file_system.rb │ ├── aws_efs_file_systems.rb │ ├── aws_efs_mount_target.rb │ ├── aws_efs_mount_targets.rb │ ├── aws_eks_cluster.rb │ ├── aws_eks_clusters.rb │ ├── aws_elasticache_cluster.rb │ ├── aws_elasticache_cluster_node.rb │ ├── aws_elasticache_clusters.rb │ ├── aws_elasticache_replication_group.rb │ ├── aws_elasticache_replication_groups.rb │ ├── aws_elasticloadbalancingv2_listener.rb │ ├── aws_elasticloadbalancingv2_listener_certificate.rb │ ├── aws_elasticloadbalancingv2_listener_certificates.rb │ ├── aws_elasticloadbalancingv2_listener_rule.rb │ ├── aws_elasticloadbalancingv2_listener_rules.rb │ ├── aws_elasticloadbalancingv2_listeners.rb │ ├── aws_elasticloadbalancingv2_target_group.rb │ ├── aws_elasticloadbalancingv2_target_groups.rb │ ├── aws_elasticsearchservice_domain.rb │ ├── aws_elasticsearchservice_domains.rb │ ├── aws_elb.rb │ ├── aws_elbs.rb │ ├── aws_emr_cluster.rb │ ├── aws_emr_clusters.rb │ ├── aws_emr_security_configuration.rb │ ├── aws_emr_security_configurations.rb │ ├── aws_eventbridge_rule.rb │ ├── aws_eventbridge_rules.rb │ ├── aws_flow_log.rb │ ├── aws_glue_crawler.rb │ ├── aws_glue_crawlers.rb │ ├── aws_glue_database.rb │ ├── aws_glue_databases.rb │ ├── aws_guardduty_detector.rb │ ├── aws_guardduty_detectors.rb │ ├── aws_hosted_zone.rb │ ├── aws_hosted_zones.rb │ ├── aws_iam_access_key.rb │ ├── aws_iam_access_keys.rb │ ├── aws_iam_account_alias.rb │ ├── aws_iam_group.rb │ ├── aws_iam_groups.rb │ ├── aws_iam_inline_policy.rb │ ├── aws_iam_instance_profile.rb │ ├── aws_iam_instance_profiles.rb │ ├── aws_iam_managed_policies.rb │ ├── aws_iam_managed_policy.rb │ ├── aws_iam_oidc_provider.rb │ ├── aws_iam_oidc_providers.rb │ ├── aws_iam_password_policy.rb │ ├── aws_iam_policies.rb │ ├── aws_iam_policy.rb │ ├── aws_iam_role.rb │ ├── aws_iam_roles.rb │ ├── aws_iam_root_user.rb │ ├── aws_iam_server_certificate.rb │ ├── aws_iam_server_certificates.rb │ ├── aws_iam_service_linked_role_deletion_status.rb │ ├── aws_iam_ssh_public_key.rb │ ├── aws_iam_ssh_public_keys.rb │ ├── aws_iam_user.rb │ ├── aws_iam_users.rb │ ├── aws_iam_virtual_mfa_devices.rb │ ├── aws_internet_gateway.rb │ ├── aws_internet_gateways.rb │ ├── aws_kms_key.rb │ ├── aws_kms_keys.rb │ ├── aws_lambda.rb │ ├── aws_lambda_alias.rb │ ├── aws_lambda_aliases.rb │ ├── aws_lambda_code_signing_config.rb │ ├── aws_lambda_code_signing_configs.rb │ ├── aws_lambda_event_source_mapping.rb │ ├── aws_lambda_event_source_mappings.rb │ ├── aws_lambda_layer_version_permission.rb │ ├── aws_lambda_permission.rb │ ├── aws_lambda_permissions.rb │ ├── aws_lambda_version.rb │ ├── aws_lambda_versions.rb │ ├── aws_lambdas.rb │ ├── aws_launch_configuration.rb │ ├── aws_launch_configurations.rb │ ├── aws_logs_metric_filter.rb │ ├── aws_logs_metric_filters.rb │ ├── aws_mq_broker.rb │ ├── aws_mq_brokers.rb │ ├── aws_mq_configuration.rb │ ├── aws_mq_configurations.rb │ ├── aws_multi_region_config_recorder.rb │ ├── aws_multi_region_security_group.rb │ ├── aws_nat_gateway.rb │ ├── aws_nat_gateways.rb │ ├── aws_network_acl.rb │ ├── aws_network_acls.rb │ ├── aws_network_firewall_firewall.rb │ ├── aws_network_firewall_firewall_policies.rb │ ├── aws_network_firewall_firewall_policy.rb │ ├── aws_network_firewall_firewalls.rb │ ├── aws_network_firewall_logging_configuration.rb │ ├── aws_network_firewall_rule_group.rb │ ├── aws_network_firewall_rule_groups.rb │ ├── aws_network_manager_customer_gateway_association.rb │ ├── aws_network_manager_customer_gateway_associations.rb │ ├── aws_network_manager_global_network.rb │ ├── aws_network_manager_global_networks.rb │ ├── aws_organizations_member.rb │ ├── aws_ram_resource_share.rb │ ├── aws_ram_resource_shares.rb │ ├── aws_rds_cluster.rb │ ├── aws_rds_clusters.rb │ ├── aws_rds_db_cluster_snapshot.rb │ ├── aws_rds_db_cluster_snapshots.rb │ ├── aws_rds_db_proxy.rb │ ├── aws_rds_db_proxy_endpoint.rb │ ├── aws_rds_db_proxy_endpoints.rb │ ├── aws_rds_db_proxy_target_group.rb │ ├── aws_rds_db_proxy_target_groups.rb │ ├── aws_rds_db_security_group.rb │ ├── aws_rds_db_security_groups.rb │ ├── aws_rds_event_subscription.rb │ ├── aws_rds_event_subscriptions.rb │ ├── aws_rds_global_cluster.rb │ ├── aws_rds_global_clusters.rb │ ├── aws_rds_instance.rb │ ├── aws_rds_instances.rb │ ├── aws_rds_option_group.rb │ ├── aws_rds_option_groups.rb │ ├── aws_rds_snapshot.rb │ ├── aws_rds_snapshots.rb │ ├── aws_redshift_cluster.rb │ ├── aws_redshift_cluster_parameter_group.rb │ ├── aws_redshift_cluster_parameter_groups.rb │ ├── aws_redshift_clusters.rb │ ├── aws_region.rb │ ├── aws_regions.rb │ ├── aws_route53_record_set.rb │ ├── aws_route53_record_sets.rb │ ├── aws_route53_resolver_resolver_endpoint.rb │ ├── aws_route53_resolver_resolver_endpoints.rb │ ├── aws_route53_resolver_resolver_rule.rb │ ├── aws_route53_resolver_resolver_rule_association.rb │ ├── aws_route53_resolver_resolver_rule_associations.rb │ ├── aws_route53_resolver_resolver_rules.rb │ ├── aws_route_table.rb │ ├── aws_route_tables.rb │ ├── aws_s3_access_point.rb │ ├── aws_s3_access_points.rb │ ├── aws_s3_bucket.rb │ ├── aws_s3_bucket_object.rb │ ├── aws_s3_bucket_objects.rb │ ├── aws_s3_bucket_policy.rb │ ├── aws_s3_buckets.rb │ ├── aws_sdb_domains.rb │ ├── aws_secretsmanager_secret.rb │ ├── aws_secretsmanager_secrets.rb │ ├── aws_security_group.rb │ ├── aws_security_groups.rb │ ├── aws_securityhub_hub.rb │ ├── aws_servicecatalog_clould_formation_product.rb │ ├── aws_servicecatalog_launch_role_constraint.rb │ ├── aws_servicecatalog_launch_role_constraints.rb │ ├── aws_servicecatalog_portfolio_principal_association.rb │ ├── aws_servicecatalog_portfolio_principal_associations.rb │ ├── aws_servicecatalog_portfolio_product_association.rb │ ├── aws_servicecatalog_portfolio_product_associations.rb │ ├── aws_ses_receipt_rule.rb │ ├── aws_ses_receipt_rule_set.rb │ ├── aws_ses_receipt_rule_sets.rb │ ├── aws_ses_template.rb │ ├── aws_ses_templates.rb │ ├── aws_signer_profile_permissions.rb │ ├── aws_signer_signing_profile.rb │ ├── aws_signer_signing_profiles.rb │ ├── aws_sns_subscription.rb │ ├── aws_sns_subscriptions.rb │ ├── aws_sns_topic.rb │ ├── aws_sns_topics.rb │ ├── aws_sqs_queue.rb │ ├── aws_sqs_queues.rb │ ├── aws_ssm_activation.rb │ ├── aws_ssm_association.rb │ ├── aws_ssm_document.rb │ ├── aws_ssm_documents.rb │ ├── aws_ssm_maintenance_window.rb │ ├── aws_ssm_maintenance_window_target.rb │ ├── aws_ssm_maintenance_window_targets.rb │ ├── aws_ssm_maintenance_window_task.rb │ ├── aws_ssm_maintenance_window_tasks.rb │ ├── aws_ssm_maintenance_windows.rb │ ├── aws_ssm_parameter.rb │ ├── aws_ssm_parameters.rb │ ├── aws_ssm_patch_baseline.rb │ ├── aws_ssm_patch_baselines.rb │ ├── aws_ssm_resource_compliance_summaries.rb │ ├── aws_ssm_resource_compliance_summary.rb │ ├── aws_ssm_resource_data_syncs.rb │ ├── aws_stepfunctions_activities.rb │ ├── aws_stepfunctions_activity.rb │ ├── aws_stepfunctions_state_machine.rb │ ├── aws_stepfunctions_state_machines.rb │ ├── aws_sts_caller_identity.rb │ ├── aws_subnet.rb │ ├── aws_subnets.rb │ ├── aws_subnets_loop.rb │ ├── aws_synthetics_canaries.rb │ ├── aws_synthetics_canary.rb │ ├── aws_transfer_user.rb │ ├── aws_transfer_users.rb │ ├── aws_transit_gateway.rb │ ├── aws_transit_gateway_connect.rb │ ├── aws_transit_gateway_connects.rb │ ├── aws_transit_gateway_multicast_domain.rb │ ├── aws_transit_gateway_multicast_domain_association.rb │ ├── aws_transit_gateway_multicast_domain_associations.rb │ ├── aws_transit_gateway_multicast_domains.rb │ ├── aws_transit_gateway_multicast_group_member.rb │ ├── aws_transit_gateway_multicast_group_members.rb │ ├── aws_transit_gateway_multicast_group_source.rb │ ├── aws_transit_gateway_multicast_group_sources.rb │ ├── aws_transit_gateway_route.rb │ ├── aws_transit_gateway_routes.rb │ ├── aws_vpc.rb │ ├── aws_vpc_endpoint.rb │ ├── aws_vpc_endpoint_service.rb │ ├── aws_vpc_endpoint_service_permission.rb │ ├── aws_vpc_endpoint_service_permissions.rb │ ├── aws_vpc_endpoint_services.rb │ ├── aws_vpc_endpoints.rb │ ├── aws_vpcs.rb │ ├── aws_vpcs_loop.rb │ ├── aws_vpn_connection.rb │ ├── aws_vpn_connections.rb │ ├── aws_vpn_gateway.rb │ ├── aws_vpn_gateways.rb │ ├── aws_waf_byte_match_set.rb │ ├── aws_waf_byte_match_sets.rb │ ├── aws_waf_ip_set.rb │ ├── aws_waf_ip_sets.rb │ ├── aws_waf_rule.rb │ ├── aws_waf_rules.rb │ ├── aws_waf_size_constraint_set.rb │ ├── aws_waf_size_constraint_sets.rb │ ├── aws_waf_sql_injection_match_set.rb │ ├── aws_waf_sql_injection_match_sets.rb │ ├── aws_waf_web_acl.rb │ ├── aws_waf_web_acls.rb │ ├── aws_waf_xss_match_match_set.rb │ ├── aws_waf_xss_match_match_sets.rb │ ├── vpc_endpoint_notification.rb │ └── vpc_endpoint_notifications.rb │ └── inspec.yml └── unit ├── helper.rb ├── helpers └── simplecov_minitest.rb └── resources ├── aws_alb_test.rb ├── aws_albs_test.rb ├── aws_ami_test.rb ├── aws_amis_test.rb ├── aws_amplify_app_test.rb ├── aws_amplify_apps_test.rb ├── aws_amplify_branch_test.rb ├── aws_amplify_branches_test.rb ├── aws_api_gateway_deployment_test.rb ├── aws_api_gateway_deployments_test.rb ├── aws_api_gateway_documentation_part_test.rb ├── aws_api_gateway_documentation_parts_test.rb ├── aws_api_gateway_documentation_version_test.rb ├── aws_api_gateway_documentation_versions_test.rb ├── aws_api_gateway_domain_name_test.rb ├── aws_api_gateway_domain_names_test.rb ├── aws_api_gateway_method_test.rb ├── aws_api_gateway_methods_test.rb ├── aws_api_gateway_model_test.rb ├── aws_api_gateway_models_test.rb ├── aws_api_gateway_request_validator_test.rb ├── aws_api_gateway_request_validators_test.rb ├── aws_api_gateway_resource_test.rb ├── aws_api_gateway_resources_test.rb ├── aws_api_gateway_response_test.rb ├── aws_api_gateway_responses_test.rb ├── aws_api_gateway_restapi_test.rb ├── aws_api_gateway_restapis_test.rb ├── aws_api_gateway_stage_test.rb ├── aws_api_gateway_stages_test.rb ├── aws_api_gateway_usage_plan_key_test.rb ├── aws_api_gateway_usage_plan_keys_test.rb ├── aws_api_gateway_usage_plan_test.rb ├── aws_api_gateway_usage_plans_test.rb ├── aws_api_gateway_v2_api_mapping_test.rb ├── aws_api_gateway_v2_api_mappings_test.rb ├── aws_api_gateway_v2_api_test.rb ├── aws_api_gateway_v2_apis_test.rb ├── aws_api_gateway_v2_authorizer_test.rb ├── aws_api_gateway_v2_authorizers_test.rb ├── aws_api_gateway_v2_deployment_test.rb ├── aws_api_gateway_v2_deployments_test.rb ├── aws_api_gateway_v2_domain_name_test.rb ├── aws_api_gateway_v2_domain_names_test.rb ├── aws_api_gateway_v2_integration_response_test.rb ├── aws_api_gateway_v2_integration_responses_test.rb ├── aws_api_gateway_v2_integration_test.rb ├── aws_api_gateway_v2_integrations_test.rb ├── aws_api_gateway_v2_model_test.rb ├── aws_api_gateway_v2_models_test.rb ├── aws_api_gateway_v2_route_test.rb ├── aws_api_gateway_v2_routes_test.rb ├── aws_api_gateway_vpc_link_test.rb ├── aws_api_gateway_vpc_links_test.rb ├── aws_apigateway_account_test.rb ├── aws_apigateway_api_key_test.rb ├── aws_apigateway_api_keys_test.rb ├── aws_apigateway_authorizer_test.rb ├── aws_apigateway_authorizers_test.rb ├── aws_apigateway_base_path_mapping_test.rb ├── aws_apigateway_base_path_mappings_test.rb ├── aws_apigateway_client_certificate_test.rb ├── aws_apigateway_client_certificates_test.rb ├── aws_application_autoscaling_scalable_target_test.rb ├── aws_application_autoscaling_scalable_targets_test.rb ├── aws_application_autoscaling_scaling_policies_test.rb ├── aws_application_autoscaling_scaling_policy_test.rb ├── aws_athena_work_group_test.rb ├── aws_athena_work_groups_test.rb ├── aws_auto_scaling_group_test.rb ├── aws_auto_scaling_groups_test.rb ├── aws_autoscaling_scaling_policies_test.rb ├── aws_autoscaling_scaling_policy_test.rb ├── aws_batch_compute_environment_test.rb ├── aws_batch_compute_environments_test.rb ├── aws_batch_job_definition_test.rb ├── aws_batch_job_definitions_test.rb ├── aws_batch_job_queue_test.rb ├── aws_batch_job_queues_test.rb ├── aws_cloud_formation_stack_set_test.rb ├── aws_cloud_formation_stack_sets_test.rb ├── aws_cloudformation_stack_test.rb ├── aws_cloudformation_stacks_test.rb ├── aws_cloudformation_template_test.rb ├── aws_cloudfront_cache_policies_test.rb ├── aws_cloudfront_cache_policy_test.rb ├── aws_cloudfront_distribution_test.rb ├── aws_cloudfront_distributions_test.rb ├── aws_cloudfront_key_group_test.rb ├── aws_cloudfront_key_groups_test.rb ├── aws_cloudfront_origin_access_identities_test.rb ├── aws_cloudfront_origin_access_identity_test.rb ├── aws_cloudfront_origin_request_policy_test.rb ├── aws_cloudfront_public_key_test.rb ├── aws_cloudfront_public_keys_test.rb ├── aws_cloudfront_realtime_log_config_test.rb ├── aws_cloudfront_realtime_log_configs_test.rb ├── aws_cloudfront_streaming_distribution_test.rb ├── aws_cloudfront_streaming_distributions_test.rb ├── aws_cloudtrail_trail_test.rb ├── aws_cloudtrail_trails_test.rb ├── aws_cloudwatch_alarm_test.rb ├── aws_cloudwatch_anomaly_detector_test.rb ├── aws_cloudwatch_anomaly_detectors_test.rb ├── aws_cloudwatch_composite_alarm_test.rb ├── aws_cloudwatch_composite_alarms_test.rb ├── aws_cloudwatch_dashboard_test.rb ├── aws_cloudwatch_dashboards_test.rb ├── aws_cloudwatch_insight_rules_test.rb ├── aws_cloudwatch_log_group_test.rb ├── aws_cloudwatch_log_metric_filter_test.rb ├── aws_cloudwatch_metric_stream_test.rb ├── aws_cloudwatch_metric_streams_test.rb ├── aws_cloudwatchlogs_destinantion_test.rb ├── aws_cloudwatchlogs_destinantions_test.rb ├── aws_cloudwatchlogs_log_stream_test.rb ├── aws_cloudwatchlogs_log_streams_test.rb ├── aws_cloudwatchlogs_subscription_filter_test.rb ├── aws_cloudwatchlogs_subscription_filters_test.rb ├── aws_cognito_identity_pool_test.rb ├── aws_cognito_identity_pools_test.rb ├── aws_cognito_userpool_client_test.rb ├── aws_cognito_userpool_clients_test.rb ├── aws_cognito_userpool_test.rb ├── aws_cognito_userpools_test.rb ├── aws_config_delivery_channel_test.rb ├── aws_config_recorder_test.rb ├── aws_db_parameter_group_test.rb ├── aws_db_parameter_groups_test.rb ├── aws_db_subnet_group_test.rb ├── aws_db_subnet_groups_test.rb ├── aws_dhcp_options_test.rb ├── aws_dms_endpoint_test.rb ├── aws_dms_endpoints_test.rb ├── aws_dms_replication_instance_test.rb ├── aws_dms_replication_instances_test.rb ├── aws_dms_replication_subnet_group_test.rb ├── aws_dms_replication_subnet_groups_test.rb ├── aws_dynamodb_table_test.rb ├── aws_dynamodb_tables_test.rb ├── aws_ebs_snapshot_test.rb ├── aws_ebs_snapshots_test.rb ├── aws_ebs_volume_test.rb ├── aws_ebs_volumes_test.rb ├── aws_ec2_capacity_reservation_test.rb ├── aws_ec2_capacity_reservations_test.rb ├── aws_ec2_carrier_gateway_test.rb ├── aws_ec2_carrier_gateways_test.rb ├── aws_ec2_client_vpn_authorization_rule_test.rb ├── aws_ec2_client_vpn_authorization_rules_test.rb ├── aws_ec2_client_vpn_endpoint_test.rb ├── aws_ec2_client_vpn_endpoints_test.rb ├── aws_ec2_client_vpn_route_test.rb ├── aws_ec2_client_vpn_routes_test.rb ├── aws_ec2_client_vpn_target_network_association_test.rb ├── aws_ec2_client_vpn_target_network_associations_test.rb ├── aws_ec2_customer_gateway_test.rb ├── aws_ec2_customer_gateways_test.rb ├── aws_ec2_dhcp_option_test.rb ├── aws_ec2_dhcp_options_test.rb ├── aws_ec2_egress_only_internet_gateway_test.rb ├── aws_ec2_egress_only_internet_gateways_test.rb ├── aws_ec2_eip_association_test.rb ├── aws_ec2_eip_associations_test.rb ├── aws_ec2_eip_test.rb ├── aws_ec2_eips_test.rb ├── aws_ec2_fleet_test.rb ├── aws_ec2_fleets_test.rb ├── aws_ec2_host_test.rb ├── aws_ec2_hosts_test.rb ├── aws_ec2_instance_test.rb ├── aws_ec2_instances_test.rb ├── aws_ec2_internet_gateway_test.rb ├── aws_ec2_internet_gateways_test.rb ├── aws_ec2_launch_template_test.rb ├── aws_ec2_launch_templates_test.rb ├── aws_ec2_network_insights_analysis_plural_test.rb ├── aws_ec2_network_insights_analysis_test.rb ├── aws_ec2_network_insights_path_test.rb ├── aws_ec2_network_insights_paths_test.rb ├── aws_ec2_network_interface_attachment_test.rb ├── aws_ec2_network_interface_attachments_test.rb ├── aws_ec2_network_interface_test.rb ├── aws_ec2_network_interfaces_test.rb ├── aws_ec2_placement_group_test.rb ├── aws_ec2_placement_groups_test.rb ├── aws_ec2_prefix_list_test.rb ├── aws_ec2_prefix_lists_test.rb ├── aws_ec2_spot_fleet_test.rb ├── aws_ec2_spot_fleets_test.rb ├── aws_ec2_traffic_mirror_filter_test.rb ├── aws_ec2_traffic_mirror_filters_test.rb ├── aws_ec2_traffic_mirror_session_test.rb ├── aws_ec2_traffic_mirror_sessions_test.rb ├── aws_ec2_traffic_mirror_target_test.rb ├── aws_ec2_traffic_mirror_targets_test.rb ├── aws_ec2_transit_gateway_attachment_test.rb ├── aws_ec2_transit_gateway_attachments_test.rb ├── aws_ec2_transit_gateway_route_table_association_test.rb ├── aws_ec2_transit_gateway_route_table_associations_test.rb ├── aws_ec2_transit_gateway_route_table_propagation_test.rb ├── aws_ec2_transit_gateway_route_table_propagations_test.rb ├── aws_ec2_transit_gateway_route_table_test.rb ├── aws_ec2_transit_gateway_route_tables_test.rb ├── aws_ec2_volume_attachment_test.rb ├── aws_ec2_volume_attachments_test.rb ├── aws_ec2_vpc_peering_connection_test.rb ├── aws_ec2_vpc_peering_connections_test.rb ├── aws_ec2_vpn_connection_routes_test.rb ├── aws_ec2_vpn_gateway_route_propagation_test.rb ├── aws_ec2_vpn_gateway_route_propagations_test.rb ├── aws_ecr_image_test.rb ├── aws_ecr_images_test.rb ├── aws_ecr_repositories_test.rb ├── aws_ecr_repository_policy_test.rb ├── aws_ecr_repository_test.rb ├── aws_ecr_test.rb ├── aws_ecrpublic_repositories_test.rb ├── aws_ecrpublic_repository_test.rb ├── aws_ecs_cluster_test.rb ├── aws_ecs_service_test.rb ├── aws_ecs_services_test.rb ├── aws_ecs_task_definition_test.rb ├── aws_ecs_task_definitions_test.rb ├── aws_efs_file_system_test.rb ├── aws_efs_file_systems_test.rb ├── aws_efs_mount_target_test.rb ├── aws_efs_mount_targets_test.rb ├── aws_eks_cluster_test.rb ├── aws_eks_clusters_test.rb ├── aws_elastic_search_domain_test.rb ├── aws_elastic_search_domains_test.rb ├── aws_elasticache_cluster_node_test.rb ├── aws_elasticache_cluster_test.rb ├── aws_elasticache_clusters_test.rb ├── aws_elasticache_replication_group_test.rb ├── aws_elasticache_replication_groups_test.rb ├── aws_elasticloadbalancingv2_listener_certificate_test.rb ├── aws_elasticloadbalancingv2_listener_certificates_test.rb ├── aws_elasticloadbalancingv2_listener_rule_test.rb ├── aws_elasticloadbalancingv2_listener_rules_test.rb ├── aws_elasticloadbalancingv2_listener_test.rb ├── aws_elasticloadbalancingv2_listeners_test.rb ├── aws_elasticloadbalancingv2_target_group_test.rb ├── aws_elasticloadbalancingv2_target_groups_test.rb ├── aws_elb_test.rb ├── aws_emr_cluster_test.rb ├── aws_emr_clusters_test.rb ├── aws_emr_security_configuration_test.rb ├── aws_emr_security_configurations_test.rb ├── aws_eventbridge_rule_test.rb ├── aws_eventbridge_rules_test.rb ├── aws_flow_log_test.rb ├── aws_glue_crawler_test.rb ├── aws_glue_crawlers_test.rb ├── aws_glue_database_test.rb ├── aws_glue_databases_test.rb ├── aws_guardduty_detector_test.rb ├── aws_guardduty_detectors_test.rb ├── aws_hosted_zone_test.rb ├── aws_hosted_zones_test.rb ├── aws_iam_access_key.rb ├── aws_iam_account_alias_test.rb ├── aws_iam_group_test.rb ├── aws_iam_inline_policy_test.rb ├── aws_iam_instance_profile_test.rb ├── aws_iam_instance_profiles_test.rb ├── aws_iam_managed_policies_test.rb ├── aws_iam_managed_policy_test.rb ├── aws_iam_oidc_provider_test.rb ├── aws_iam_oidc_providers_test.rb ├── aws_iam_password_policy_test.rb ├── aws_iam_policy_test.rb ├── aws_iam_role_test.rb ├── aws_iam_root_user_test.rb ├── aws_iam_saml_provider_test.rb ├── aws_iam_server_certificate_test.rb ├── aws_iam_server_certificates_test.rb ├── aws_iam_service_linked_role_deletion_status_test.rb ├── aws_iam_ssh_public_key_test.rb ├── aws_iam_ssh_public_keys_test.rb ├── aws_iam_user_test.rb ├── aws_iam_virtual_mfa_devices_test.rb ├── aws_internet_gateway_test.rb ├── aws_internet_gateways_test.rb ├── aws_kms_key_test.rb ├── aws_kms_keys_test.rb ├── aws_lambda_alias_test.rb ├── aws_lambda_aliases_test.rb ├── aws_lambda_code_signing_config_test.rb ├── aws_lambda_code_signing_configs_test.rb ├── aws_lambda_event_invoke_config_test.rb ├── aws_lambda_event_source_mapping_test.rb ├── aws_lambda_event_source_mappings_test.rb ├── aws_lambda_layer_version_permission_test.rb ├── aws_lambda_permission_test.rb ├── aws_lambda_permissions_test.rb ├── aws_lambda_test.rb ├── aws_lambda_version_test.rb ├── aws_lambda_versions_test.rb ├── aws_lambdas_test.rb ├── aws_launch_configuration_test.rb ├── aws_logs_metric_filter_test.rb ├── aws_logs_metric_filters_test.rb ├── aws_mq_broker_test.rb ├── aws_mq_brokers_test.rb ├── aws_mq_configuration_test.rb ├── aws_mq_configurations_test.rb ├── aws_nat_gateway_test.rb ├── aws_nat_gateways_test.rb ├── aws_network_acl_test.rb ├── aws_network_acls_test.rb ├── aws_network_firewall_firewall_test.rb ├── aws_network_firewall_firewalls_test.rb ├── aws_network_firewall_logging_configuration_test.rb ├── aws_network_firewall_rule_group_test.rb ├── aws_network_firewall_rule_groups_test.rb ├── aws_network_manager_customer_gateway_association_test.rb ├── aws_network_manager_customer_gateway_associations_test.rb ├── aws_network_manager_device_test.rb ├── aws_network_manager_devices_test.rb ├── aws_network_manager_global_network_test.rb ├── aws_network_manager_global_networks_test.rb ├── aws_organizations_member_test.rb ├── aws_ram_resource_share_test.rb ├── aws_ram_resource_shares_test.rb ├── aws_rds_cluster_test.rb ├── aws_rds_clusters_test.rb ├── aws_rds_db_cluster_snapshot_test.rb ├── aws_rds_db_cluster_snapshots_test.rb ├── aws_rds_db_proxy_endpoint_test.rb ├── aws_rds_db_proxy_endpoints_test.rb ├── aws_rds_db_proxy_test.rb ├── aws_rds_db_security_group_test.rb ├── aws_rds_db_security_groups_test.rb ├── aws_rds_event_subscription_test.rb ├── aws_rds_event_subscriptions_test.rb ├── aws_rds_global_cluster_test.rb ├── aws_rds_global_clusters_test.rb ├── aws_rds_instance_test.rb ├── aws_rds_instances_test.rb ├── aws_rds_option_group_test.rb ├── aws_rds_option_groups_test.rb ├── aws_rds_snapshot_attributes_test.rb ├── aws_rds_snapshot_test.rb ├── aws_rds_snapshots_test.rb ├── aws_redshift_cluster_parameter_group_test.rb ├── aws_redshift_cluster_parameter_groups_test.rb ├── aws_redshift_cluster_test.rb ├── aws_redshift_clusters_test.rb ├── aws_region_test.rb ├── aws_regions_test.rb ├── aws_route53_record_set_test.rb ├── aws_route53_record_sets_test.rb ├── aws_route53_resolver_resolver_endpoint_test.rb ├── aws_route53_resolver_resolver_endpoints_test.rb ├── aws_route53_resolver_resolver_rule_association_test.rb ├── aws_route53_resolver_resolver_rule_associations_test.rb ├── aws_route53_resolver_resolver_rule_test.rb ├── aws_route53_resolver_resolver_rules_test.rb ├── aws_route_table_test.rb ├── aws_route_tables_test.rb ├── aws_s3_access_point_test.rb ├── aws_s3_access_points_test.rb ├── aws_s3_bucket_object_test.rb ├── aws_s3_bucket_objects_test.rb ├── aws_s3_bucket_policy_test.rb ├── aws_s3_bucket_test.rb ├── aws_s3_buckets_test.rb ├── aws_sdb_domains_test.rb ├── aws_secretsmanager_secret_test.rb ├── aws_secretsmanager_secrets_test.rb ├── aws_security_group_test.rb ├── aws_security_groups_test.rb ├── aws_securityhub_hub_test.rb ├── aws_servicecatalog_clould_formation_product_test.rb ├── aws_servicecatalog_launch_role_constraint_test.rb ├── aws_servicecatalog_launch_role_constraints_test.rb ├── aws_servicecatalog_portfolio_principal_association_test.rb ├── aws_servicecatalog_portfolio_principal_associations_test.rb ├── aws_servicecatalog_portfolio_product_association_test.rb ├── aws_servicecatalog_portfolio_product_associations_test.rb ├── aws_ses_receipt_rule_set_test.rb ├── aws_ses_receipt_rule_sets_test.rb ├── aws_ses_receipt_rule_test.rb ├── aws_ses_template_test.rb ├── aws_ses_templates_test.rb ├── aws_shield_subscription_test.rb ├── aws_signer_profile_permissions_test.rb ├── aws_signer_signing_profile_test.rb ├── aws_signer_signing_profiles_test.rb ├── aws_sns_subscription_test.rb ├── aws_sns_subscriptions_test.rb ├── aws_sns_topic_test.rb ├── aws_sns_topics_test.rb ├── aws_sqs_queue_test.rb ├── aws_ssm_activation_test.rb ├── aws_ssm_activations_test.rb ├── aws_ssm_association_test.rb ├── aws_ssm_associations_test.rb ├── aws_ssm_document_test.rb ├── aws_ssm_documents_test.rb ├── aws_ssm_maintenance_window_target_test.rb ├── aws_ssm_maintenance_window_targets_test.rb ├── aws_ssm_maintenance_window_task_test.rb ├── aws_ssm_maintenance_window_tasks_test.rb ├── aws_ssm_maintenance_window_test.rb ├── aws_ssm_maintenance_windows_test.rb ├── aws_ssm_parameter_test.rb ├── aws_ssm_parameters_test.rb ├── aws_ssm_patch_baseline_test.rb ├── aws_ssm_patch_baselines_test.rb ├── aws_ssm_resource_compliance_summaries_test.rb ├── aws_ssm_resource_compliance_summary_test.rb ├── aws_ssm_resource_data_syncs_test.rb ├── aws_stepfunctions_activities_test.rb ├── aws_stepfunctions_activity_test.rb ├── aws_stepfunctions_state_machine_test.rb ├── aws_stepfunctions_state_machines_test.rb ├── aws_sts_caller_identity_test.rb ├── aws_subnet_test.rb ├── aws_subnets_test.rb ├── aws_synthetics_canaries_test.rb ├── aws_synthetics_canary_test.rb ├── aws_transfer_user_test.rb ├── aws_transfer_users_test.rb ├── aws_transit_gateway_connect_test.rb ├── aws_transit_gateway_connects_test.rb ├── aws_transit_gateway_multicast_domain_association_test.rb ├── aws_transit_gateway_multicast_domain_associations_test.rb ├── aws_transit_gateway_multicast_domain_test.rb ├── aws_transit_gateway_multicast_domains_test.rb ├── aws_transit_gateway_multicast_group_member_test.rb ├── aws_transit_gateway_multicast_group_members_test.rb ├── aws_transit_gateway_multicast_group_source_test.rb ├── aws_transit_gateway_multicast_group_sources_test.rb ├── aws_transit_gateway_route_test.rb ├── aws_transit_gateway_routes_test.rb ├── aws_transit_gateway_test.rb ├── aws_vpc_endpoint_service_permission_test.rb ├── aws_vpc_endpoint_service_permissions_test.rb ├── aws_vpc_endpoint_service_test.rb ├── aws_vpc_endpoint_services_test.rb ├── aws_vpc_endpoint_test.rb ├── aws_vpc_endpoints_test.rb ├── aws_vpc_test.rb ├── aws_vpcs_test.rb ├── aws_vpn_connection_test.rb ├── aws_vpn_connections_test.rb ├── aws_vpn_gateway_test.rb ├── aws_vpn_gateways_test.rb ├── aws_waf_byte_match_set_test.rb ├── aws_waf_byte_match_sets_test.rb ├── aws_waf_ip_set_test.rb ├── aws_waf_ip_sets_test.rb ├── aws_waf_rule_test.rb ├── aws_waf_rules_test.rb ├── aws_waf_size_constraint_set_test.rb ├── aws_waf_size_constraint_sets_test.rb ├── aws_waf_sql_injection_match_set_test.rb ├── aws_waf_sql_injection_match_sets_test.rb ├── aws_waf_web_acl_test.rb ├── aws_waf_web_acls_test.rb ├── aws_waf_xss_match_set_test.rb ├── aws_waf_xss_match_sets_test.rb ├── mock ├── aws_alb_mock.rb ├── aws_auto_scaling_group_mock.rb ├── aws_base_resource_mock.rb ├── aws_cloudformation_stack_mock.rb ├── aws_cloudfront_distribution_mock.rb ├── aws_dynamodb_table_mock.rb ├── aws_ebs_snapshot_mock.rb ├── aws_ec2_dhcp_option_mock.rb ├── aws_ecr_image_mock.rb ├── aws_ecr_mock.rb ├── aws_ecr_repository_mock.rb ├── aws_ecr_repository_policy_mock.rb ├── aws_ecrpublic_repository_mock.rb ├── aws_efs_file_system_mock.rb ├── aws_elasticache_cluster_mock.rb ├── aws_elasticache_replication_group_mock.rb ├── aws_emr_mock.rb ├── aws_emr_security_configuration_mock.rb ├── aws_givens.rb ├── aws_internet_gateway_mock.rb ├── aws_kms_key_mock.rb ├── aws_launch_configuration_mock.rb ├── aws_nat_gateway_mock.rb ├── aws_network_acl_mock.rb ├── aws_organizations_member_mock.rb ├── aws_sts_caller_identity_mock.rb ├── aws_transit_gateway_route_mock.rb ├── aws_vpc_endpoint_service_mock.rb ├── aws_vpc_endpoint_service_permission_mock.rb ├── aws_vpn_connection_mock.rb ├── aws_vpn_gateway_mock.rb └── iam │ ├── aws_eks_cluster_mock.rb │ ├── aws_iam_access_key_mock.rb │ ├── aws_iam_account_alias_mock.rb │ ├── aws_iam_group_mock.rb │ ├── aws_iam_inline_policy_mock.rb │ ├── aws_iam_password_policy_mock.rb │ ├── aws_iam_policy_mock.rb │ ├── aws_iam_role_mock.rb │ ├── aws_iam_root_user_mock.rb │ ├── aws_iam_saml_provider_mock.rb │ ├── aws_iam_user_mock.rb │ ├── aws_sns_topic_mock.rb │ └── aws_sqs_queue_mock.rb ├── vpc_endpoint_notification_test.rb └── vpc_endpoint_notifications_test.rb /.envrc_example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.envrc_example -------------------------------------------------------------------------------- /.expeditor/.config.yml.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.expeditor/.config.yml.swp -------------------------------------------------------------------------------- /.expeditor/buildkite/verify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.expeditor/buildkite/verify.sh -------------------------------------------------------------------------------- /.expeditor/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.expeditor/config.yml -------------------------------------------------------------------------------- /.expeditor/coverage.pipeline.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.expeditor/coverage.pipeline.yml -------------------------------------------------------------------------------- /.expeditor/update_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.expeditor/update_version.sh -------------------------------------------------------------------------------- /.expeditor/verify.pipeline.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.expeditor/verify.pipeline.yml -------------------------------------------------------------------------------- /.expeditor/verify_private.pipeline.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.expeditor/verify_private.pipeline.yml -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.github/PULL_REQUEST_TEMPLATE.MD -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.gitignore -------------------------------------------------------------------------------- /.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/.rubocop.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/CONTRIBUTING.MD -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/Dockerfile -------------------------------------------------------------------------------- /Dockerfile-aws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/Dockerfile-aws -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/Gemfile -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/Rakefile -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 1.83.63 -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docker-compose.yaml -------------------------------------------------------------------------------- /docs-chef-io/.gitignore: -------------------------------------------------------------------------------- 1 | *.*~ 2 | *~ 3 | 4 | chef-web-docs/ 5 | .hugo_build.lock 6 | -------------------------------------------------------------------------------- /docs-chef-io/.markdownlint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/.markdownlint.yaml -------------------------------------------------------------------------------- /docs-chef-io/.vale.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/.vale.ini -------------------------------------------------------------------------------- /docs-chef-io/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/Makefile -------------------------------------------------------------------------------- /docs-chef-io/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/README.md -------------------------------------------------------------------------------- /docs-chef-io/archetypes/resource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/archetypes/resource.md -------------------------------------------------------------------------------- /docs-chef-io/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/config.toml -------------------------------------------------------------------------------- /docs-chef-io/content/_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/_index.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_alb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_alb.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_albs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_albs.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ami.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ami.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_amis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_amis.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_amplify_app.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_amplify_app.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_amplify_apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_amplify_apps.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_amplify_branch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_amplify_branch.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_amplify_branches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_amplify_branches.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_api_gateway_method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_api_gateway_method.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_api_gateway_methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_api_gateway_methods.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_api_gateway_model.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_api_gateway_model.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_api_gateway_models.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_api_gateway_models.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_api_gateway_restapi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_api_gateway_restapi.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_api_gateway_stage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_api_gateway_stage.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_api_gateway_stages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_api_gateway_stages.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_api_gateway_v2_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_api_gateway_v2_api.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_api_gateway_v2_apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_api_gateway_v2_apis.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_apigateway_account.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_apigateway_account.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_apigateway_api_key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_apigateway_api_key.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_apigateway_api_keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_apigateway_api_keys.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_athena_work_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_athena_work_group.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_athena_work_groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_athena_work_groups.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_auto_scaling_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_auto_scaling_group.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_auto_scaling_groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_auto_scaling_groups.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_batch_job_queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_batch_job_queue.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_batch_job_queues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_batch_job_queues.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_cloudtrail_trail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_cloudtrail_trail.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_cloudtrail_trails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_cloudtrail_trails.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_cloudwatch_alarm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_cloudwatch_alarm.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_cognito_userpool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_cognito_userpool.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_cognito_userpools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_cognito_userpools.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_config_recorder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_config_recorder.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_db_parameter_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_db_parameter_group.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_db_parameter_groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_db_parameter_groups.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_db_subnet_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_db_subnet_group.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_db_subnet_groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_db_subnet_groups.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_dhcp_options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_dhcp_options.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_dms_endpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_dms_endpoint.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_dms_endpoints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_dms_endpoints.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_dynamodb_table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_dynamodb_table.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_dynamodb_tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_dynamodb_tables.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ebs_snapshot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ebs_snapshot.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ebs_snapshots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ebs_snapshots.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ebs_volume.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ebs_volume.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ebs_volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ebs_volumes.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_carrier_gateway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_carrier_gateway.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_dhcp_option.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_dhcp_option.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_dhcp_options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_dhcp_options.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_eip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_eip.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_eip_association.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_eip_association.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_eips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_eips.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_fleet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_fleet.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_fleets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_fleets.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_host.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_host.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_hosts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_hosts.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_instance.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_instances.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_instances.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_launch_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_launch_template.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_placement_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_placement_group.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_prefix_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_prefix_list.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_prefix_lists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_prefix_lists.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_spot_fleet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_spot_fleet.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ec2_spot_fleets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ec2_spot_fleets.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ecr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ecr.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ecr_image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ecr_image.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ecr_images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ecr_images.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ecr_repositories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ecr_repositories.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ecr_repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ecr_repository.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ecs_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ecs_cluster.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ecs_clusters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ecs_clusters.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ecs_service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ecs_service.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ecs_services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ecs_services.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ecs_task_definition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ecs_task_definition.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_efs_file_system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_efs_file_system.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_efs_file_systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_efs_file_systems.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_efs_mount_target.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_efs_mount_target.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_efs_mount_targets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_efs_mount_targets.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_eks_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_eks_cluster.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_eks_clusters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_eks_clusters.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_elasticache_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_elasticache_cluster.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_elb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_elb.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_elbs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_elbs.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_emr_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_emr_cluster.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_emr_clusters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_emr_clusters.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_eventbridge_rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_eventbridge_rule.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_eventbridge_rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_eventbridge_rules.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_flow_log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_flow_log.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_glue_crawler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_glue_crawler.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_glue_crawlers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_glue_crawlers.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_glue_database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_glue_database.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_glue_databases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_glue_databases.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_guardduty_detector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_guardduty_detector.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_guardduty_detectors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_guardduty_detectors.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_hosted_zone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_hosted_zone.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_hosted_zones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_hosted_zones.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_access_key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_access_key.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_access_keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_access_keys.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_account_alias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_account_alias.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_group.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_groups.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_inline_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_inline_policy.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_managed_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_managed_policy.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_oidc_provider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_oidc_provider.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_oidc_providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_oidc_providers.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_password_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_password_policy.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_policies.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_policy.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_role.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_role.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_roles.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_root_user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_root_user.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_saml_provider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_saml_provider.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_saml_providers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_saml_providers.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_ssh_public_key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_ssh_public_key.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_ssh_public_keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_ssh_public_keys.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_user.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_iam_users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_iam_users.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_internet_gateway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_internet_gateway.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_internet_gateways.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_internet_gateways.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_kms_key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_kms_key.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_kms_keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_kms_keys.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_lambda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_lambda.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_lambda_alias.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_lambda_alias.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_lambda_aliases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_lambda_aliases.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_lambda_permission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_lambda_permission.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_lambda_permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_lambda_permissions.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_lambda_version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_lambda_version.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_lambda_versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_lambda_versions.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_lambdas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_lambdas.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_logs_metric_filter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_logs_metric_filter.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_logs_metric_filters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_logs_metric_filters.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_mq_broker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_mq_broker.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_mq_brokers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_mq_brokers.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_mq_configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_mq_configuration.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_mq_configurations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_mq_configurations.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_nat_gateway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_nat_gateway.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_nat_gateways.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_nat_gateways.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_network_acl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_network_acl.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_network_acls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_network_acls.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ram_resource_share.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ram_resource_share.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ram_resource_shares.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ram_resource_shares.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_cluster.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_clusters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_clusters.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_db_proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_db_proxy.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_global_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_global_cluster.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_global_clusters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_global_clusters.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_group_option.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_group_option.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_group_options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_group_options.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_instance.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_instances.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_instances.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_snapshot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_snapshot.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_rds_snapshots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_rds_snapshots.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_redshift_cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_redshift_cluster.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_redshift_clusters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_redshift_clusters.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_region.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_region.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_regions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_regions.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_route53_record_set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_route53_record_set.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_route53_record_sets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_route53_record_sets.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_route_table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_route_table.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_route_tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_route_tables.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_s3_access_point.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_s3_access_point.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_s3_access_points.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_s3_access_points.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_s3_bucket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_s3_bucket.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_s3_bucket_object.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_s3_bucket_object.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_s3_bucket_objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_s3_bucket_objects.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_s3_bucket_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_s3_bucket_policy.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_s3_buckets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_s3_buckets.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_sdb_domains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_sdb_domains.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_security_group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_security_group.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_security_groups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_security_groups.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_securityhub_hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_securityhub_hub.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ses_receipt_rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ses_receipt_rule.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ses_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ses_template.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ses_templates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ses_templates.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_shield_subscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_shield_subscription.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_sns_subscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_sns_subscription.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_sns_subscriptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_sns_subscriptions.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_sns_topic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_sns_topic.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_sns_topics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_sns_topics.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_sqs_queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_sqs_queue.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_sqs_queues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_sqs_queues.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ssm_activation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ssm_activation.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ssm_activations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ssm_activations.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ssm_association.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ssm_association.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ssm_associations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ssm_associations.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ssm_document.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ssm_document.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ssm_documents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ssm_documents.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ssm_parameter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ssm_parameter.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ssm_parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ssm_parameters.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ssm_patch_baseline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ssm_patch_baseline.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_ssm_patch_baselines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_ssm_patch_baselines.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_sts_caller_identity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_sts_caller_identity.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_subnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_subnet.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_subnets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_subnets.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_synthetics_canaries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_synthetics_canaries.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_synthetics_canary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_synthetics_canary.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_transfer_user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_transfer_user.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_transfer_users.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_transfer_users.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_transit_gateway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_transit_gateway.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_vpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_vpc.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_vpc_endpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_vpc_endpoint.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_vpc_endpoints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_vpc_endpoints.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_vpcs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_vpcs.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_vpn_connection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_vpn_connection.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_vpn_connections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_vpn_connections.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_vpn_gateway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_vpn_gateway.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_vpn_gateways.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_vpn_gateways.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_waf_byte_match_set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_waf_byte_match_set.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_waf_byte_match_sets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_waf_byte_match_sets.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_waf_ip_set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_waf_ip_set.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_waf_ip_sets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_waf_ip_sets.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_waf_rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_waf_rule.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_waf_rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_waf_rules.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_waf_web_acl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_waf_web_acl.md -------------------------------------------------------------------------------- /docs-chef-io/content/aws_waf_web_acls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/content/aws_waf_web_acls.md -------------------------------------------------------------------------------- /docs-chef-io/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/go.mod -------------------------------------------------------------------------------- /docs-chef-io/netlify.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/netlify.toml -------------------------------------------------------------------------------- /docs-chef-io/netlify_production/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/netlify_production/index.html -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/AMPM.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/AMPM.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Acronyms.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Acronyms.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Adverbs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Adverbs.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Auto.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Auto.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Avoid.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Avoid.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Dashes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Dashes.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/DateOrder.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/DateOrder.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Ellipses.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Ellipses.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Foreign.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Foreign.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Gender.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Gender.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Headings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Headings.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Hyphens.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Hyphens.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Negative.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Negative.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Ordinal.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Ordinal.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Passive.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Passive.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Quotes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Quotes.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/RangeTime.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/RangeTime.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Ranges.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Ranges.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Semicolon.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Semicolon.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Spacing.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Spacing.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Suspended.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Suspended.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Terms.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Terms.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/URLFormat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/URLFormat.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Units.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Units.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Vocab.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Vocab.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/We.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/We.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/Wordiness.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/Wordiness.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Microsoft/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/Microsoft/meta.json -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Vocab/tech-blogging/accept.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/Vocab/tech-blogging/reject.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/OxfordComma.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/OxfordComma.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/acronyms.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/acronyms.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/capitalize.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/capitalize.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/chef_automate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/chef_automate.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/chef_desktop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/chef_desktop.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/chef_habitat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/chef_habitat.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/chef_inspec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/chef_inspec.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/habitat_depot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/habitat_depot.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/habitat_studio.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/habitat_studio.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/policyfile.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/policyfile.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/chef/rule-form.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/chef/rule-form.txt -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/vale.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/vale.tmpl -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/vale/Annotations.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/vale/Annotations.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/vale/Editorializing.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/vale/Editorializing.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/vale/Hedging.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/vale/Hedging.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/vale/Litotes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/vale/Litotes.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/vale/Redundancy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/vale/Redundancy.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/vale/Uncomparables.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/vale/Uncomparables.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/write-good/Cliches.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/write-good/Cliches.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/write-good/E-Prime.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/write-good/E-Prime.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/write-good/Passive.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/write-good/Passive.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/write-good/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/write-good/README.md -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/write-good/So.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/write-good/So.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/write-good/ThereIs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/write-good/ThereIs.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/write-good/TooWordy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/write-good/TooWordy.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/write-good/Weasel.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/write-good/Weasel.yml -------------------------------------------------------------------------------- /docs-chef-io/tools/vale/write-good/meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/docs-chef-io/tools/vale/write-good/meta.json -------------------------------------------------------------------------------- /inspec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/inspec.yml -------------------------------------------------------------------------------- /libraries/aws_alb.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_alb.rb -------------------------------------------------------------------------------- /libraries/aws_albs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_albs.rb -------------------------------------------------------------------------------- /libraries/aws_ami.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ami.rb -------------------------------------------------------------------------------- /libraries/aws_amis.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_amis.rb -------------------------------------------------------------------------------- /libraries/aws_amplify_app.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_amplify_app.rb -------------------------------------------------------------------------------- /libraries/aws_amplify_apps.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_amplify_apps.rb -------------------------------------------------------------------------------- /libraries/aws_amplify_branch.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_amplify_branch.rb -------------------------------------------------------------------------------- /libraries/aws_amplify_branches.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_amplify_branches.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_deployment.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_deployment.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_deployments.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_deployments.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_documentation_part.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_documentation_part.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_domain_name.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_domain_name.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_domain_names.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_domain_names.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_method.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_method.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_methods.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_methods.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_model.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_model.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_models.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_models.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_request_validator.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_request_validator.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_request_validators.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_request_validators.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_resource.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_resource.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_resources.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_resources.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_response.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_response.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_responses.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_responses.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_restapi.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_restapi.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_restapis.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_restapis.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_stage.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_stage.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_stages.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_stages.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_usage_plan.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_usage_plan.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_usage_plan_key.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_usage_plan_key.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_usage_plan_keys.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_usage_plan_keys.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_usage_plans.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_usage_plans.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_api.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_api.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_api_mapping.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_api_mapping.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_api_mappings.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_api_mappings.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_apis.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_apis.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_authorizer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_authorizer.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_authorizers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_authorizers.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_deployment.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_deployment.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_deployments.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_deployments.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_domain_name.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_domain_name.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_domain_names.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_domain_names.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_integration.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_integration.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_integrations.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_integrations.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_model.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_model.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_models.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_models.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_route.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_route.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_v2_routes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_v2_routes.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_vpc_link.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_vpc_link.rb -------------------------------------------------------------------------------- /libraries/aws_api_gateway_vpc_links.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_api_gateway_vpc_links.rb -------------------------------------------------------------------------------- /libraries/aws_apigateway_account.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_apigateway_account.rb -------------------------------------------------------------------------------- /libraries/aws_apigateway_api_key.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_apigateway_api_key.rb -------------------------------------------------------------------------------- /libraries/aws_apigateway_api_keys.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_apigateway_api_keys.rb -------------------------------------------------------------------------------- /libraries/aws_apigateway_authorizer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_apigateway_authorizer.rb -------------------------------------------------------------------------------- /libraries/aws_apigateway_authorizers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_apigateway_authorizers.rb -------------------------------------------------------------------------------- /libraries/aws_apigateway_base_path_mapping.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_apigateway_base_path_mapping.rb -------------------------------------------------------------------------------- /libraries/aws_apigateway_base_path_mappings.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_apigateway_base_path_mappings.rb -------------------------------------------------------------------------------- /libraries/aws_apigateway_client_certificate.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_apigateway_client_certificate.rb -------------------------------------------------------------------------------- /libraries/aws_apigateway_client_certificates.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_apigateway_client_certificates.rb -------------------------------------------------------------------------------- /libraries/aws_athena_work_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_athena_work_group.rb -------------------------------------------------------------------------------- /libraries/aws_athena_work_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_athena_work_groups.rb -------------------------------------------------------------------------------- /libraries/aws_auto_scaling_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_auto_scaling_group.rb -------------------------------------------------------------------------------- /libraries/aws_auto_scaling_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_auto_scaling_groups.rb -------------------------------------------------------------------------------- /libraries/aws_autoscaling_scaling_policies.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_autoscaling_scaling_policies.rb -------------------------------------------------------------------------------- /libraries/aws_autoscaling_scaling_policy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_autoscaling_scaling_policy.rb -------------------------------------------------------------------------------- /libraries/aws_backend.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_backend.rb -------------------------------------------------------------------------------- /libraries/aws_batch_compute_environment.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_batch_compute_environment.rb -------------------------------------------------------------------------------- /libraries/aws_batch_compute_environments.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_batch_compute_environments.rb -------------------------------------------------------------------------------- /libraries/aws_batch_job_definition.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_batch_job_definition.rb -------------------------------------------------------------------------------- /libraries/aws_batch_job_definitions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_batch_job_definitions.rb -------------------------------------------------------------------------------- /libraries/aws_batch_job_queue.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_batch_job_queue.rb -------------------------------------------------------------------------------- /libraries/aws_batch_job_queues.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_batch_job_queues.rb -------------------------------------------------------------------------------- /libraries/aws_cloud_formation_stack_set.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloud_formation_stack_set.rb -------------------------------------------------------------------------------- /libraries/aws_cloud_formation_stack_sets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloud_formation_stack_sets.rb -------------------------------------------------------------------------------- /libraries/aws_cloudformation_stack.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudformation_stack.rb -------------------------------------------------------------------------------- /libraries/aws_cloudformation_stacks.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudformation_stacks.rb -------------------------------------------------------------------------------- /libraries/aws_cloudformation_template.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudformation_template.rb -------------------------------------------------------------------------------- /libraries/aws_cloudfront_cache_policies.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudfront_cache_policies.rb -------------------------------------------------------------------------------- /libraries/aws_cloudfront_cache_policy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudfront_cache_policy.rb -------------------------------------------------------------------------------- /libraries/aws_cloudfront_distribution.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudfront_distribution.rb -------------------------------------------------------------------------------- /libraries/aws_cloudfront_distributions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudfront_distributions.rb -------------------------------------------------------------------------------- /libraries/aws_cloudfront_key_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudfront_key_group.rb -------------------------------------------------------------------------------- /libraries/aws_cloudfront_key_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudfront_key_groups.rb -------------------------------------------------------------------------------- /libraries/aws_cloudfront_public_key.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudfront_public_key.rb -------------------------------------------------------------------------------- /libraries/aws_cloudfront_public_keys.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudfront_public_keys.rb -------------------------------------------------------------------------------- /libraries/aws_cloudfront_realtime_log_config.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudfront_realtime_log_config.rb -------------------------------------------------------------------------------- /libraries/aws_cloudtrail_trail.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudtrail_trail.rb -------------------------------------------------------------------------------- /libraries/aws_cloudtrail_trails.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudtrail_trails.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_alarm.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_alarm.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_anomaly_detector.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_anomaly_detector.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_anomaly_detectors.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_anomaly_detectors.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_composite_alarm.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_composite_alarm.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_composite_alarms.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_composite_alarms.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_dashboard.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_dashboard.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_dashboards.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_dashboards.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_insight_rules.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_insight_rules.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_log_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_log_group.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_log_metric_filter.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_log_metric_filter.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_metric_stream.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_metric_stream.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatch_metric_streams.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatch_metric_streams.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatchlogs_destinantion.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatchlogs_destinantion.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatchlogs_destinantions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatchlogs_destinantions.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatchlogs_log_stream.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatchlogs_log_stream.rb -------------------------------------------------------------------------------- /libraries/aws_cloudwatchlogs_log_streams.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cloudwatchlogs_log_streams.rb -------------------------------------------------------------------------------- /libraries/aws_cognito_identity_pool.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cognito_identity_pool.rb -------------------------------------------------------------------------------- /libraries/aws_cognito_identity_pools.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cognito_identity_pools.rb -------------------------------------------------------------------------------- /libraries/aws_cognito_userpool.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cognito_userpool.rb -------------------------------------------------------------------------------- /libraries/aws_cognito_userpool_client.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cognito_userpool_client.rb -------------------------------------------------------------------------------- /libraries/aws_cognito_userpool_clients.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cognito_userpool_clients.rb -------------------------------------------------------------------------------- /libraries/aws_cognito_userpools.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_cognito_userpools.rb -------------------------------------------------------------------------------- /libraries/aws_config_delivery_channel.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_config_delivery_channel.rb -------------------------------------------------------------------------------- /libraries/aws_config_recorder.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_config_recorder.rb -------------------------------------------------------------------------------- /libraries/aws_db_parameter_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_db_parameter_group.rb -------------------------------------------------------------------------------- /libraries/aws_db_parameter_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_db_parameter_groups.rb -------------------------------------------------------------------------------- /libraries/aws_db_subnet_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_db_subnet_group.rb -------------------------------------------------------------------------------- /libraries/aws_db_subnet_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_db_subnet_groups.rb -------------------------------------------------------------------------------- /libraries/aws_dhcp_options.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_dhcp_options.rb -------------------------------------------------------------------------------- /libraries/aws_dms_endpoint.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_dms_endpoint.rb -------------------------------------------------------------------------------- /libraries/aws_dms_endpoints.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_dms_endpoints.rb -------------------------------------------------------------------------------- /libraries/aws_dms_replication_instance.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_dms_replication_instance.rb -------------------------------------------------------------------------------- /libraries/aws_dms_replication_instances.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_dms_replication_instances.rb -------------------------------------------------------------------------------- /libraries/aws_dms_replication_subnet_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_dms_replication_subnet_group.rb -------------------------------------------------------------------------------- /libraries/aws_dms_replication_subnet_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_dms_replication_subnet_groups.rb -------------------------------------------------------------------------------- /libraries/aws_dynamodb_table.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_dynamodb_table.rb -------------------------------------------------------------------------------- /libraries/aws_dynamodb_tables.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_dynamodb_tables.rb -------------------------------------------------------------------------------- /libraries/aws_ebs_snapshot.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ebs_snapshot.rb -------------------------------------------------------------------------------- /libraries/aws_ebs_snapshots.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ebs_snapshots.rb -------------------------------------------------------------------------------- /libraries/aws_ebs_volume.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ebs_volume.rb -------------------------------------------------------------------------------- /libraries/aws_ebs_volumes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ebs_volumes.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_capacity_reservation.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_capacity_reservation.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_capacity_reservations.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_capacity_reservations.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_carrier_gateway.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_carrier_gateway.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_carrier_gateways.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_carrier_gateways.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_client_vpn_endpoint.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_client_vpn_endpoint.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_client_vpn_endpoints.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_client_vpn_endpoints.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_client_vpn_route.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_client_vpn_route.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_client_vpn_routes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_client_vpn_routes.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_customer_gateway.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_customer_gateway.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_customer_gateways.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_customer_gateways.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_dhcp_option.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_dhcp_option.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_dhcp_options.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_dhcp_options.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_eip.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_eip.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_eip_association.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_eip_association.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_eip_associations.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_eip_associations.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_eips.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_eips.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_fleet.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_fleet.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_fleets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_fleets.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_host.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_host.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_hosts.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_hosts.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_instance.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_instance.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_instances.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_instances.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_internet_gateway.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_internet_gateway.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_internet_gateways.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_internet_gateways.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_launch_template.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_launch_template.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_launch_templates.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_launch_templates.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_network_insights_analysis.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_network_insights_analysis.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_network_insights_path.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_network_insights_path.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_network_insights_paths.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_network_insights_paths.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_network_interface.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_network_interface.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_network_interfaces.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_network_interfaces.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_placement_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_placement_group.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_placement_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_placement_groups.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_prefix_list.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_prefix_list.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_prefix_lists.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_prefix_lists.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_spot_fleet.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_spot_fleet.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_spot_fleets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_spot_fleets.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_traffic_mirror_filter.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_traffic_mirror_filter.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_traffic_mirror_filters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_traffic_mirror_filters.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_traffic_mirror_session.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_traffic_mirror_session.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_traffic_mirror_sessions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_traffic_mirror_sessions.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_traffic_mirror_target.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_traffic_mirror_target.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_traffic_mirror_targets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_traffic_mirror_targets.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_transit_gateway_attachment.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_transit_gateway_attachment.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_volume_attachment.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_volume_attachment.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_volume_attachments.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_volume_attachments.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_vpc_peering_connection.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_vpc_peering_connection.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_vpc_peering_connections.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_vpc_peering_connections.rb -------------------------------------------------------------------------------- /libraries/aws_ec2_vpn_connection_routes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ec2_vpn_connection_routes.rb -------------------------------------------------------------------------------- /libraries/aws_ecr.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecr.rb -------------------------------------------------------------------------------- /libraries/aws_ecr_image.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecr_image.rb -------------------------------------------------------------------------------- /libraries/aws_ecr_images.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecr_images.rb -------------------------------------------------------------------------------- /libraries/aws_ecr_repositories.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecr_repositories.rb -------------------------------------------------------------------------------- /libraries/aws_ecr_repository.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecr_repository.rb -------------------------------------------------------------------------------- /libraries/aws_ecr_repository_policy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecr_repository_policy.rb -------------------------------------------------------------------------------- /libraries/aws_ecrpublic_repositories.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecrpublic_repositories.rb -------------------------------------------------------------------------------- /libraries/aws_ecrpublic_repository.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecrpublic_repository.rb -------------------------------------------------------------------------------- /libraries/aws_ecs_cluster.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecs_cluster.rb -------------------------------------------------------------------------------- /libraries/aws_ecs_clusters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecs_clusters.rb -------------------------------------------------------------------------------- /libraries/aws_ecs_service.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecs_service.rb -------------------------------------------------------------------------------- /libraries/aws_ecs_services.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecs_services.rb -------------------------------------------------------------------------------- /libraries/aws_ecs_task_definition.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecs_task_definition.rb -------------------------------------------------------------------------------- /libraries/aws_ecs_task_definitions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ecs_task_definitions.rb -------------------------------------------------------------------------------- /libraries/aws_efs_file_system.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_efs_file_system.rb -------------------------------------------------------------------------------- /libraries/aws_efs_file_systems.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_efs_file_systems.rb -------------------------------------------------------------------------------- /libraries/aws_efs_mount_target.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_efs_mount_target.rb -------------------------------------------------------------------------------- /libraries/aws_efs_mount_targets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_efs_mount_targets.rb -------------------------------------------------------------------------------- /libraries/aws_eks_cluster.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_eks_cluster.rb -------------------------------------------------------------------------------- /libraries/aws_eks_clusters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_eks_clusters.rb -------------------------------------------------------------------------------- /libraries/aws_elasticache_cluster.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_elasticache_cluster.rb -------------------------------------------------------------------------------- /libraries/aws_elasticache_cluster_node.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_elasticache_cluster_node.rb -------------------------------------------------------------------------------- /libraries/aws_elasticache_clusters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_elasticache_clusters.rb -------------------------------------------------------------------------------- /libraries/aws_elasticache_replication_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_elasticache_replication_group.rb -------------------------------------------------------------------------------- /libraries/aws_elasticache_replication_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_elasticache_replication_groups.rb -------------------------------------------------------------------------------- /libraries/aws_elasticsearchservice_domain.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_elasticsearchservice_domain.rb -------------------------------------------------------------------------------- /libraries/aws_elasticsearchservice_domains.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_elasticsearchservice_domains.rb -------------------------------------------------------------------------------- /libraries/aws_elb.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_elb.rb -------------------------------------------------------------------------------- /libraries/aws_elbs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_elbs.rb -------------------------------------------------------------------------------- /libraries/aws_emr_cluster.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_emr_cluster.rb -------------------------------------------------------------------------------- /libraries/aws_emr_clusters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_emr_clusters.rb -------------------------------------------------------------------------------- /libraries/aws_emr_security_configuration.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_emr_security_configuration.rb -------------------------------------------------------------------------------- /libraries/aws_emr_security_configurations.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_emr_security_configurations.rb -------------------------------------------------------------------------------- /libraries/aws_eventbridge_rule.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_eventbridge_rule.rb -------------------------------------------------------------------------------- /libraries/aws_eventbridge_rules.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_eventbridge_rules.rb -------------------------------------------------------------------------------- /libraries/aws_flow_log.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_flow_log.rb -------------------------------------------------------------------------------- /libraries/aws_glue_crawler.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_glue_crawler.rb -------------------------------------------------------------------------------- /libraries/aws_glue_crawlers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_glue_crawlers.rb -------------------------------------------------------------------------------- /libraries/aws_glue_database.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_glue_database.rb -------------------------------------------------------------------------------- /libraries/aws_glue_databases.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_glue_databases.rb -------------------------------------------------------------------------------- /libraries/aws_guardduty_detector.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_guardduty_detector.rb -------------------------------------------------------------------------------- /libraries/aws_guardduty_detectors.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_guardduty_detectors.rb -------------------------------------------------------------------------------- /libraries/aws_hosted_zone.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_hosted_zone.rb -------------------------------------------------------------------------------- /libraries/aws_hosted_zones.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_hosted_zones.rb -------------------------------------------------------------------------------- /libraries/aws_iam_access_key.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_access_key.rb -------------------------------------------------------------------------------- /libraries/aws_iam_access_keys.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_access_keys.rb -------------------------------------------------------------------------------- /libraries/aws_iam_account_alias.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_account_alias.rb -------------------------------------------------------------------------------- /libraries/aws_iam_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_group.rb -------------------------------------------------------------------------------- /libraries/aws_iam_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_groups.rb -------------------------------------------------------------------------------- /libraries/aws_iam_inline_policy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_inline_policy.rb -------------------------------------------------------------------------------- /libraries/aws_iam_instance_profile.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_instance_profile.rb -------------------------------------------------------------------------------- /libraries/aws_iam_instance_profiles.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_instance_profiles.rb -------------------------------------------------------------------------------- /libraries/aws_iam_managed_policies.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_managed_policies.rb -------------------------------------------------------------------------------- /libraries/aws_iam_managed_policy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_managed_policy.rb -------------------------------------------------------------------------------- /libraries/aws_iam_oidc_provider.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_oidc_provider.rb -------------------------------------------------------------------------------- /libraries/aws_iam_oidc_providers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_oidc_providers.rb -------------------------------------------------------------------------------- /libraries/aws_iam_password_policy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_password_policy.rb -------------------------------------------------------------------------------- /libraries/aws_iam_policies.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_policies.rb -------------------------------------------------------------------------------- /libraries/aws_iam_policy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_policy.rb -------------------------------------------------------------------------------- /libraries/aws_iam_role.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_role.rb -------------------------------------------------------------------------------- /libraries/aws_iam_roles.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_roles.rb -------------------------------------------------------------------------------- /libraries/aws_iam_root_user.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_root_user.rb -------------------------------------------------------------------------------- /libraries/aws_iam_saml_provider.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_saml_provider.rb -------------------------------------------------------------------------------- /libraries/aws_iam_saml_providers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_saml_providers.rb -------------------------------------------------------------------------------- /libraries/aws_iam_server_certificate.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_server_certificate.rb -------------------------------------------------------------------------------- /libraries/aws_iam_server_certificates.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_server_certificates.rb -------------------------------------------------------------------------------- /libraries/aws_iam_ssh_public_key.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_ssh_public_key.rb -------------------------------------------------------------------------------- /libraries/aws_iam_ssh_public_keys.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_ssh_public_keys.rb -------------------------------------------------------------------------------- /libraries/aws_iam_user.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_user.rb -------------------------------------------------------------------------------- /libraries/aws_iam_users.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_users.rb -------------------------------------------------------------------------------- /libraries/aws_iam_virtual_mfa_devices.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_iam_virtual_mfa_devices.rb -------------------------------------------------------------------------------- /libraries/aws_internet_gateway.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_internet_gateway.rb -------------------------------------------------------------------------------- /libraries/aws_internet_gateways.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_internet_gateways.rb -------------------------------------------------------------------------------- /libraries/aws_kms_key.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_kms_key.rb -------------------------------------------------------------------------------- /libraries/aws_kms_keys.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_kms_keys.rb -------------------------------------------------------------------------------- /libraries/aws_lambda.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_alias.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_alias.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_aliases.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_aliases.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_code_signing_config.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_code_signing_config.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_code_signing_configs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_code_signing_configs.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_event_invoke_config.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_event_invoke_config.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_event_invoke_configs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_event_invoke_configs.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_event_source_mapping.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_event_source_mapping.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_event_source_mappings.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_event_source_mappings.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_permission.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_permission.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_permissions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_permissions.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_version.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_version.rb -------------------------------------------------------------------------------- /libraries/aws_lambda_versions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambda_versions.rb -------------------------------------------------------------------------------- /libraries/aws_lambdas.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_lambdas.rb -------------------------------------------------------------------------------- /libraries/aws_launch_configuration.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_launch_configuration.rb -------------------------------------------------------------------------------- /libraries/aws_launch_configurations.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_launch_configurations.rb -------------------------------------------------------------------------------- /libraries/aws_logs_metric_filter.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_logs_metric_filter.rb -------------------------------------------------------------------------------- /libraries/aws_logs_metric_filters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_logs_metric_filters.rb -------------------------------------------------------------------------------- /libraries/aws_mq_broker.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_mq_broker.rb -------------------------------------------------------------------------------- /libraries/aws_mq_brokers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_mq_brokers.rb -------------------------------------------------------------------------------- /libraries/aws_mq_configuration.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_mq_configuration.rb -------------------------------------------------------------------------------- /libraries/aws_mq_configurations.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_mq_configurations.rb -------------------------------------------------------------------------------- /libraries/aws_nat_gateway.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_nat_gateway.rb -------------------------------------------------------------------------------- /libraries/aws_nat_gateways.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_nat_gateways.rb -------------------------------------------------------------------------------- /libraries/aws_network_acl.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_network_acl.rb -------------------------------------------------------------------------------- /libraries/aws_network_acls.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_network_acls.rb -------------------------------------------------------------------------------- /libraries/aws_network_firewall_firewall.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_network_firewall_firewall.rb -------------------------------------------------------------------------------- /libraries/aws_network_firewall_firewalls.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_network_firewall_firewalls.rb -------------------------------------------------------------------------------- /libraries/aws_network_firewall_rule_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_network_firewall_rule_group.rb -------------------------------------------------------------------------------- /libraries/aws_network_firewall_rule_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_network_firewall_rule_groups.rb -------------------------------------------------------------------------------- /libraries/aws_network_manager_device.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_network_manager_device.rb -------------------------------------------------------------------------------- /libraries/aws_network_manager_devices.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_network_manager_devices.rb -------------------------------------------------------------------------------- /libraries/aws_organizations_member.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_organizations_member.rb -------------------------------------------------------------------------------- /libraries/aws_ram_resource_share.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ram_resource_share.rb -------------------------------------------------------------------------------- /libraries/aws_ram_resource_shares.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ram_resource_shares.rb -------------------------------------------------------------------------------- /libraries/aws_rds_cluster.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_cluster.rb -------------------------------------------------------------------------------- /libraries/aws_rds_clusters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_clusters.rb -------------------------------------------------------------------------------- /libraries/aws_rds_db_cluster_snapshot.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_db_cluster_snapshot.rb -------------------------------------------------------------------------------- /libraries/aws_rds_db_cluster_snapshots.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_db_cluster_snapshots.rb -------------------------------------------------------------------------------- /libraries/aws_rds_db_proxy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_db_proxy.rb -------------------------------------------------------------------------------- /libraries/aws_rds_db_proxy_endpoint.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_db_proxy_endpoint.rb -------------------------------------------------------------------------------- /libraries/aws_rds_db_proxy_endpoints.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_db_proxy_endpoints.rb -------------------------------------------------------------------------------- /libraries/aws_rds_db_security_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_db_security_group.rb -------------------------------------------------------------------------------- /libraries/aws_rds_db_security_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_db_security_groups.rb -------------------------------------------------------------------------------- /libraries/aws_rds_event_subscription.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_event_subscription.rb -------------------------------------------------------------------------------- /libraries/aws_rds_event_subscriptions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_event_subscriptions.rb -------------------------------------------------------------------------------- /libraries/aws_rds_global_cluster.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_global_cluster.rb -------------------------------------------------------------------------------- /libraries/aws_rds_global_clusters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_global_clusters.rb -------------------------------------------------------------------------------- /libraries/aws_rds_instance.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_instance.rb -------------------------------------------------------------------------------- /libraries/aws_rds_instances.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_instances.rb -------------------------------------------------------------------------------- /libraries/aws_rds_option_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_option_group.rb -------------------------------------------------------------------------------- /libraries/aws_rds_option_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_option_groups.rb -------------------------------------------------------------------------------- /libraries/aws_rds_snapshot.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_snapshot.rb -------------------------------------------------------------------------------- /libraries/aws_rds_snapshot_attributes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_snapshot_attributes.rb -------------------------------------------------------------------------------- /libraries/aws_rds_snapshots.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_rds_snapshots.rb -------------------------------------------------------------------------------- /libraries/aws_redshift_cluster.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_redshift_cluster.rb -------------------------------------------------------------------------------- /libraries/aws_redshift_clusters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_redshift_clusters.rb -------------------------------------------------------------------------------- /libraries/aws_region.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_region.rb -------------------------------------------------------------------------------- /libraries/aws_regions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_regions.rb -------------------------------------------------------------------------------- /libraries/aws_route53_record_set.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_route53_record_set.rb -------------------------------------------------------------------------------- /libraries/aws_route53_record_sets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_route53_record_sets.rb -------------------------------------------------------------------------------- /libraries/aws_route_table.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_route_table.rb -------------------------------------------------------------------------------- /libraries/aws_route_tables.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_route_tables.rb -------------------------------------------------------------------------------- /libraries/aws_s3_access_point.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_s3_access_point.rb -------------------------------------------------------------------------------- /libraries/aws_s3_access_points.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_s3_access_points.rb -------------------------------------------------------------------------------- /libraries/aws_s3_bucket.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_s3_bucket.rb -------------------------------------------------------------------------------- /libraries/aws_s3_bucket_object.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_s3_bucket_object.rb -------------------------------------------------------------------------------- /libraries/aws_s3_bucket_objects.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_s3_bucket_objects.rb -------------------------------------------------------------------------------- /libraries/aws_s3_bucket_policy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_s3_bucket_policy.rb -------------------------------------------------------------------------------- /libraries/aws_s3_buckets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_s3_buckets.rb -------------------------------------------------------------------------------- /libraries/aws_sdb_domains.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_sdb_domains.rb -------------------------------------------------------------------------------- /libraries/aws_secretsmanager_secret.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_secretsmanager_secret.rb -------------------------------------------------------------------------------- /libraries/aws_secretsmanager_secrets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_secretsmanager_secrets.rb -------------------------------------------------------------------------------- /libraries/aws_security_group.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_security_group.rb -------------------------------------------------------------------------------- /libraries/aws_security_groups.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_security_groups.rb -------------------------------------------------------------------------------- /libraries/aws_securityhub_hub.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_securityhub_hub.rb -------------------------------------------------------------------------------- /libraries/aws_ses_receipt_rule.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ses_receipt_rule.rb -------------------------------------------------------------------------------- /libraries/aws_ses_receipt_rule_set.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ses_receipt_rule_set.rb -------------------------------------------------------------------------------- /libraries/aws_ses_receipt_rule_sets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ses_receipt_rule_sets.rb -------------------------------------------------------------------------------- /libraries/aws_ses_template.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ses_template.rb -------------------------------------------------------------------------------- /libraries/aws_ses_templates.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ses_templates.rb -------------------------------------------------------------------------------- /libraries/aws_shield_subscription.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_shield_subscription.rb -------------------------------------------------------------------------------- /libraries/aws_signer_profile_permissions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_signer_profile_permissions.rb -------------------------------------------------------------------------------- /libraries/aws_signer_signing_profile.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_signer_signing_profile.rb -------------------------------------------------------------------------------- /libraries/aws_signer_signing_profiles.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_signer_signing_profiles.rb -------------------------------------------------------------------------------- /libraries/aws_sns_subscription.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_sns_subscription.rb -------------------------------------------------------------------------------- /libraries/aws_sns_subscriptions.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_sns_subscriptions.rb -------------------------------------------------------------------------------- /libraries/aws_sns_topic.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_sns_topic.rb -------------------------------------------------------------------------------- /libraries/aws_sns_topics.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_sns_topics.rb -------------------------------------------------------------------------------- /libraries/aws_sqs_queue.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_sqs_queue.rb -------------------------------------------------------------------------------- /libraries/aws_sqs_queues.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_sqs_queues.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_activation.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_activation.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_activations.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_activations.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_association.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_association.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_associations.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_associations.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_document.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_document.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_documents.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_documents.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_maintenance_window.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_maintenance_window.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_maintenance_window_task.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_maintenance_window_task.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_maintenance_window_tasks.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_maintenance_window_tasks.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_maintenance_windows.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_maintenance_windows.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_parameter.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_parameter.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_parameters.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_parameters.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_patch_baseline.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_patch_baseline.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_patch_baselines.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_patch_baselines.rb -------------------------------------------------------------------------------- /libraries/aws_ssm_resource_data_syncs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_ssm_resource_data_syncs.rb -------------------------------------------------------------------------------- /libraries/aws_stepfunctions_activities.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_stepfunctions_activities.rb -------------------------------------------------------------------------------- /libraries/aws_stepfunctions_activity.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_stepfunctions_activity.rb -------------------------------------------------------------------------------- /libraries/aws_stepfunctions_state_machine.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_stepfunctions_state_machine.rb -------------------------------------------------------------------------------- /libraries/aws_stepfunctions_state_machines.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_stepfunctions_state_machines.rb -------------------------------------------------------------------------------- /libraries/aws_sts_caller_identity.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_sts_caller_identity.rb -------------------------------------------------------------------------------- /libraries/aws_subnet.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_subnet.rb -------------------------------------------------------------------------------- /libraries/aws_subnets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_subnets.rb -------------------------------------------------------------------------------- /libraries/aws_synthetics_canaries.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_synthetics_canaries.rb -------------------------------------------------------------------------------- /libraries/aws_synthetics_canary.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_synthetics_canary.rb -------------------------------------------------------------------------------- /libraries/aws_transfer_user.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_transfer_user.rb -------------------------------------------------------------------------------- /libraries/aws_transfer_users.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_transfer_users.rb -------------------------------------------------------------------------------- /libraries/aws_transit_gateway.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_transit_gateway.rb -------------------------------------------------------------------------------- /libraries/aws_transit_gateway_connect.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_transit_gateway_connect.rb -------------------------------------------------------------------------------- /libraries/aws_transit_gateway_connects.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_transit_gateway_connects.rb -------------------------------------------------------------------------------- /libraries/aws_transit_gateway_route.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_transit_gateway_route.rb -------------------------------------------------------------------------------- /libraries/aws_transit_gateway_routes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_transit_gateway_routes.rb -------------------------------------------------------------------------------- /libraries/aws_vpc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_vpc.rb -------------------------------------------------------------------------------- /libraries/aws_vpc_endpoint.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_vpc_endpoint.rb -------------------------------------------------------------------------------- /libraries/aws_vpc_endpoint_service.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_vpc_endpoint_service.rb -------------------------------------------------------------------------------- /libraries/aws_vpc_endpoint_services.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_vpc_endpoint_services.rb -------------------------------------------------------------------------------- /libraries/aws_vpc_endpoints.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_vpc_endpoints.rb -------------------------------------------------------------------------------- /libraries/aws_vpcs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_vpcs.rb -------------------------------------------------------------------------------- /libraries/aws_vpn_connection.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_vpn_connection.rb -------------------------------------------------------------------------------- /libraries/aws_vpn_connections.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_vpn_connections.rb -------------------------------------------------------------------------------- /libraries/aws_vpn_gateway.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_vpn_gateway.rb -------------------------------------------------------------------------------- /libraries/aws_vpn_gateways.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_vpn_gateways.rb -------------------------------------------------------------------------------- /libraries/aws_waf_byte_match_set.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_byte_match_set.rb -------------------------------------------------------------------------------- /libraries/aws_waf_byte_match_sets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_byte_match_sets.rb -------------------------------------------------------------------------------- /libraries/aws_waf_ip_set.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_ip_set.rb -------------------------------------------------------------------------------- /libraries/aws_waf_ip_sets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_ip_sets.rb -------------------------------------------------------------------------------- /libraries/aws_waf_rule.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_rule.rb -------------------------------------------------------------------------------- /libraries/aws_waf_rules.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_rules.rb -------------------------------------------------------------------------------- /libraries/aws_waf_size_constraint_set.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_size_constraint_set.rb -------------------------------------------------------------------------------- /libraries/aws_waf_size_constraint_sets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_size_constraint_sets.rb -------------------------------------------------------------------------------- /libraries/aws_waf_sql_injection_match_set.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_sql_injection_match_set.rb -------------------------------------------------------------------------------- /libraries/aws_waf_sql_injection_match_sets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_sql_injection_match_sets.rb -------------------------------------------------------------------------------- /libraries/aws_waf_web_acl.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_web_acl.rb -------------------------------------------------------------------------------- /libraries/aws_waf_web_acls.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_web_acls.rb -------------------------------------------------------------------------------- /libraries/aws_waf_xss_match_set.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_xss_match_set.rb -------------------------------------------------------------------------------- /libraries/aws_waf_xss_match_sets.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/libraries/aws_waf_xss_match_sets.rb -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/netlify.toml -------------------------------------------------------------------------------- /sample_profile/controls/example.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/sample_profile/controls/example.rb -------------------------------------------------------------------------------- /sample_profile/inspec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/sample_profile/inspec.yml -------------------------------------------------------------------------------- /sonar-project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/sonar-project.properties -------------------------------------------------------------------------------- /test/integration/build/aws.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/build/aws.tf -------------------------------------------------------------------------------- /test/integration/build/files/cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/build/files/cert.pem -------------------------------------------------------------------------------- /test/integration/build/files/key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/build/files/key.pem -------------------------------------------------------------------------------- /test/integration/build/files/lambda.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/build/files/lambda.zip -------------------------------------------------------------------------------- /test/integration/build/files/localhost.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/build/files/localhost.key -------------------------------------------------------------------------------- /test/integration/build/files/pubkey.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/build/files/pubkey.pem -------------------------------------------------------------------------------- /test/integration/build/outputs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/build/outputs.tf -------------------------------------------------------------------------------- /test/integration/verify/controls/aws_alb.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/verify/controls/aws_alb.rb -------------------------------------------------------------------------------- /test/integration/verify/controls/aws_albs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/verify/controls/aws_albs.rb -------------------------------------------------------------------------------- /test/integration/verify/controls/aws_ami.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/verify/controls/aws_ami.rb -------------------------------------------------------------------------------- /test/integration/verify/controls/aws_amis.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/verify/controls/aws_amis.rb -------------------------------------------------------------------------------- /test/integration/verify/controls/aws_ecr.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/verify/controls/aws_ecr.rb -------------------------------------------------------------------------------- /test/integration/verify/controls/aws_elb.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/verify/controls/aws_elb.rb -------------------------------------------------------------------------------- /test/integration/verify/controls/aws_elbs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/verify/controls/aws_elbs.rb -------------------------------------------------------------------------------- /test/integration/verify/controls/aws_vpc.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/verify/controls/aws_vpc.rb -------------------------------------------------------------------------------- /test/integration/verify/controls/aws_vpcs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/verify/controls/aws_vpcs.rb -------------------------------------------------------------------------------- /test/integration/verify/inspec.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/integration/verify/inspec.yml -------------------------------------------------------------------------------- /test/unit/helper.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/helper.rb -------------------------------------------------------------------------------- /test/unit/helpers/simplecov_minitest.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/helpers/simplecov_minitest.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_alb_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_alb_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_albs_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_albs_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ami_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ami_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_amis_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_amis_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_amplify_app_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_amplify_app_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_amplify_apps_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_amplify_apps_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_dhcp_options_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_dhcp_options_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_dms_endpoint_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_dms_endpoint_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_dms_endpoints_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_dms_endpoints_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ebs_snapshot_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ebs_snapshot_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ebs_snapshots_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ebs_snapshots_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ebs_volume_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ebs_volume_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ebs_volumes_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ebs_volumes_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ec2_eip_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ec2_eip_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ec2_eips_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ec2_eips_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ec2_fleet_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ec2_fleet_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ec2_fleets_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ec2_fleets_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ec2_host_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ec2_host_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ec2_hosts_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ec2_hosts_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ec2_instance_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ec2_instance_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ec2_instances_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ec2_instances_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ecr_image_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ecr_image_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ecr_images_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ecr_images_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ecr_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ecr_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ecs_cluster_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ecs_cluster_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ecs_service_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ecs_service_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ecs_services_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ecs_services_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_eks_cluster_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_eks_cluster_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_eks_clusters_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_eks_clusters_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_elb_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_elb_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_emr_cluster_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_emr_cluster_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_emr_clusters_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_emr_clusters_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_flow_log_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_flow_log_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_glue_crawler_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_glue_crawler_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_glue_crawlers_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_glue_crawlers_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_glue_database_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_glue_database_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_hosted_zone_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_hosted_zone_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_hosted_zones_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_hosted_zones_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_iam_access_key.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_iam_access_key.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_iam_group_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_iam_group_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_iam_policy_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_iam_policy_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_iam_role_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_iam_role_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_iam_root_user_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_iam_root_user_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_iam_user_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_iam_user_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_kms_key_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_kms_key_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_kms_keys_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_kms_keys_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_lambda_alias_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_lambda_alias_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_lambda_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_lambda_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_lambdas_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_lambdas_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_mq_broker_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_mq_broker_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_mq_brokers_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_mq_brokers_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_nat_gateway_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_nat_gateway_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_nat_gateways_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_nat_gateways_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_network_acl_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_network_acl_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_network_acls_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_network_acls_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_rds_cluster_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_rds_cluster_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_rds_clusters_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_rds_clusters_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_rds_db_proxy_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_rds_db_proxy_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_rds_instance_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_rds_instance_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_rds_instances_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_rds_instances_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_rds_snapshot_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_rds_snapshot_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_rds_snapshots_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_rds_snapshots_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_region_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_region_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_regions_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_regions_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_route_table_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_route_table_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_route_tables_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_route_tables_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_s3_bucket_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_s3_bucket_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_s3_buckets_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_s3_buckets_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_sdb_domains_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_sdb_domains_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ses_template_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ses_template_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ses_templates_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ses_templates_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_sns_topic_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_sns_topic_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_sns_topics_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_sns_topics_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_sqs_queue_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_sqs_queue_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ssm_document_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ssm_document_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ssm_documents_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ssm_documents_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_ssm_parameter_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_ssm_parameter_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_subnet_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_subnet_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_subnets_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_subnets_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_transfer_user_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_transfer_user_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_vpc_endpoint_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_vpc_endpoint_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_vpc_endpoints_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_vpc_endpoints_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_vpc_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_vpc_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_vpcs_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_vpcs_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_vpn_gateway_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_vpn_gateway_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_vpn_gateways_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_vpn_gateways_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_waf_ip_set_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_waf_ip_set_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_waf_ip_sets_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_waf_ip_sets_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_waf_rule_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_waf_rule_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_waf_rules_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_waf_rules_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_waf_web_acl_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_waf_web_acl_test.rb -------------------------------------------------------------------------------- /test/unit/resources/aws_waf_web_acls_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/aws_waf_web_acls_test.rb -------------------------------------------------------------------------------- /test/unit/resources/mock/aws_alb_mock.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/mock/aws_alb_mock.rb -------------------------------------------------------------------------------- /test/unit/resources/mock/aws_ecr_mock.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/mock/aws_ecr_mock.rb -------------------------------------------------------------------------------- /test/unit/resources/mock/aws_emr_mock.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/mock/aws_emr_mock.rb -------------------------------------------------------------------------------- /test/unit/resources/mock/aws_givens.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/mock/aws_givens.rb -------------------------------------------------------------------------------- /test/unit/resources/mock/aws_kms_key_mock.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inspec/inspec-aws/HEAD/test/unit/resources/mock/aws_kms_key_mock.rb --------------------------------------------------------------------------------