cookbook 'aws-psp', '~> 0.1.2'
aws-psp (2) Versions 0.1.2 Follow0
Chef PSP for AWS
cookbook 'aws-psp', '~> 0.1.2', :supermarket
knife supermarket install aws-psp
knife supermarket download aws-psp
AWS PSP
Chef Platform Support Pack (PSP) for managing AWS.
Usage
name 'my-cookbook' maintainer 'John Doe' maintainer_email 'jdoe@example.com' issues_url 'https://github.com/jdoe/my-cookbook' source_url 'https://github.com/jdoe/my-cookbook' license 'Apache-2.0' description 'My AWS cookbook' version '0.1.0' chef_version '>= 18.0.0' depends 'aws-psp', '>= 0.1.0'
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
CHANGELOG
v0.1.2 (2022-09-05)
- Refresh resources
v0.1.1 (2022-09-05)
- Update AWS::APS::RuleGroupsNamespace
- Update AWS::APS::Workspace
- Update AWS::AccessAnalyzer::Analyzer
- Update AWS::AppFlow::ConnectorProfile
- Update AWS::AppFlow::Flow
- Update AWS::CE::CostCategory
- Update AWS::Chatbot::SlackChannelConfiguration
- Add AWS::CloudFront::OriginAccessControl
- Update AWS::CodeArtifact::Domain
- Update AWS::CodeArtifact::Repository
- Update AWS::CodeStarConnections::Connection
- Update AWS::Connect::ContactFlow
- Update AWS::Connect::ContactFlowModule
- Update AWS::Connect::Instance
- Update AWS::Connect::InstanceStorageConfig
- Update AWS::Connect::PhoneNumber
- Update AWS::Connect::TaskTemplate
- Add AWS::ControlTower::EnabledControl
- Update AWS::CustomerProfiles::Domain
- Update AWS::CustomerProfiles::Integration
- Update AWS::CustomerProfiles::ObjectType
- Update AWS::Detective::MemberInvitation
- Add AWS::EC2::CustomerGateway
- Update AWS::EC2::LocalGatewayRoute
- Update AWS::EC2::LocalGatewayRouteTableVPCAssociation
- Update AWS::EC2::NetworkAcl
- Update AWS::EC2::TransitGatewayAttachment
- Update AWS::EC2::TransitGatewayConnect
- Update AWS::EC2::TransitGatewayMulticastDomain
- Update AWS::EC2::TransitGatewayMulticastDomainAssociation
- Update AWS::EC2::TransitGatewayMulticastGroupMember
- Update AWS::EC2::TransitGatewayMulticastGroupSource
- Update AWS::EC2::TransitGatewayPeeringAttachment
- Update AWS::EKS::Addon
- Update AWS::EKS::Cluster
- Update AWS::EMR::Studio
- Update AWS::EMR::StudioSessionMapping
- Update AWS::Events::ApiDestination
- Update AWS::Events::Connection
- Update AWS::GlobalAccelerator::Accelerator
- Update AWS::GlobalAccelerator::EndpointGroup
- Update AWS::GlobalAccelerator::Listener
- Update AWS::GroundStation::MissionProfile
- Update AWS::IAM::InstanceProfile
- Update AWS::IAM::Role
- Update AWS::InspectorV2::Filter
- Update AWS::IoT::TopicRuleDestination
- Update AWS::IoTSiteWise::AccessPolicy
- Update AWS::IoTSiteWise::Asset
- Update AWS::IoTSiteWise::AssetModel
- Update AWS::IoTSiteWise::Dashboard
- Update AWS::IoTSiteWise::Gateway
- Update AWS::IoTSiteWise::Portal
- Update AWS::IoTSiteWise::Project
- Update AWS::KMS::Alias
- Update AWS::KMS::Key
- Update AWS::KMS::ReplicaKey
- Update AWS::KinesisAnalyticsV2::Application
- Update AWS::LakeFormation::DataCellsFilter
- Update AWS::LakeFormation::Tag
- Update AWS::LakeFormation::TagAssociation
- Update AWS::Lex::Bot
- Update AWS::Lex::BotAlias
- Update AWS::Logs::LogGroup
- Add AWS::Logs::LogStream
- Update AWS::Logs::QueryDefinition
- Update AWS::Logs::ResourcePolicy
- Update AWS::LookoutMetrics::Alert
- Update AWS::LookoutMetrics::AnomalyDetector
- Update AWS::MWAA::Environment
- Add AWS::Macie::AllowList
- Update AWS::Macie::CustomDataIdentifier
- Update AWS::Macie::FindingsFilter
- Update AWS::Macie::Session
- Update AWS::MediaPackage::Asset
- Update AWS::MediaPackage::Channel
- Update AWS::MediaPackage::OriginEndpoint
- Update AWS::MediaPackage::PackagingConfiguration
- Update AWS::MediaPackage::PackagingGroup
- Update AWS::RDS::DBCluster
- Update AWS::RDS::DBClusterParameterGroup
- Update AWS::RDS::DBInstance
- Update AWS::RDS::DBParameterGroup
- Update AWS::RDS::DBSubnetGroup
- Update AWS::RDS::EventSubscription
- Update AWS::RDS::OptionGroup
- Update AWS::RUM::AppMonitor
- Update AWS::Redshift::Cluster
- Add AWS::Redshift::ClusterParameterGroup
- Update AWS::Redshift::EndpointAccess
- Update AWS::Redshift::EndpointAuthorization
- Update AWS::Redshift::EventSubscription
- Update AWS::Redshift::ScheduledAction
- Update AWS::Route53::DNSSEC
- Update AWS::Route53::KeySigningKey
- Update AWS::S3::MultiRegionAccessPoint
- Update AWS::S3::MultiRegionAccessPointPolicy
- Update AWS::SNS::Topic
- Update AWS::SSM::Document
- Update AWS::SSMIncidents::ReplicationSet
- Update AWS::SSMIncidents::ResponsePlan
- Update AWS::SageMaker::Image
- Update AWS::ServiceCatalogAppRegistry::Application
- Update AWS::ServiceCatalogAppRegistry::AttributeGroup
- Update AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
- Update AWS::ServiceCatalogAppRegistry::ResourceAssociation
- Update AWS::Signer::SigningProfile
v0.1.0
- Initial release
Collaborator Number Metric
0.1.2 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.1.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
0.1.2 failed this metric
Chef/Correctness/CookbookUsesNodeSave: Don't use node.save to save partial node data to the Chef Infra Server mid-run unless it's absolutely necessary. Node.save can result in failed Chef Infra runs appearing in search and increases load on the Chef Infra Server. (https://docs.chef.io/workstation/cookstyle/chef_correctness_cookbookusesnodesave): aws-psp/libraries/rest_helpers.rb: 56
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): aws-psp/resources/_awscc_base.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): aws-psp/resources/_rest_resource.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): aws-psp/resources/aws_logs_metric_filter.rb: 1
Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations
No Binaries Metric
0.1.2 passed this metric
Testing File Metric
0.1.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.2 failed this metric
0.1.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
0.1.2 failed this metric
Chef/Correctness/CookbookUsesNodeSave: Don't use node.save to save partial node data to the Chef Infra Server mid-run unless it's absolutely necessary. Node.save can result in failed Chef Infra runs appearing in search and increases load on the Chef Infra Server. (https://docs.chef.io/workstation/cookstyle/chef_correctness_cookbookusesnodesave): aws-psp/libraries/rest_helpers.rb: 56
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): aws-psp/resources/_awscc_base.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): aws-psp/resources/_rest_resource.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): aws-psp/resources/aws_logs_metric_filter.rb: 1
Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations
No Binaries Metric
0.1.2 passed this metric
Testing File Metric
0.1.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.2 failed this metric
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): aws-psp/resources/_awscc_base.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): aws-psp/resources/_rest_resource.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): aws-psp/resources/aws_logs_metric_filter.rb: 1
Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations
0.1.2 passed this metric
Testing File Metric
0.1.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.2 failed this metric
0.1.2 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number