This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| policies: | |
| - name: ec2-tag-policy | |
| resource: aws.ec2 | |
| filters: | |
| - or: | |
| - "tag:Project": absent | |
| - "tag:Team": absent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##AWS::ApiGateway::Method Dependency | |
| AWS::ACMPCA::Certificate | |
| AWS::ACMPCA::Certificate Validity | |
| AWS::ACMPCA::CertificateAuthority | |
| AWS::ACMPCA::CertificateAuthority CrlConfiguration | |
| AWS::ACMPCA::CertificateAuthority RevocationConfiguration | |
| AWS::ACMPCA::CertificateAuthority Subject | |
| AWS::ACMPCA::CertificateAuthorityActivation | |
| AWS::AccessAnalyzer::Analyzer | |
| AWS::AccessAnalyzer::Analyzer ArchiveRule |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AWS::ACM::Certificate | |
| AWS::ApiGateway::RestApi | |
| AWS::ApiGateway::Stage | |
| AWS::ApiGatewayV2::Api | |
| AWS::ApiGatewayV2::Stage | |
| AWS::AutoScaling::AutoScalingGroup | |
| AWS::AutoScaling::LaunchConfiguration | |
| AWS::AutoScaling::ScalingPolicy | |
| AWS::AutoScaling::ScheduledAction | |
| AWS::CloudFormation::Stack |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server { | |
| listen 443 ssl; | |
| access_log /var/log/nginx/access.log main; | |
| # Use a generic placeholder, not your real domain | |
| server_name example.com; | |
| # Replace with your real certificate paths (kept generic for sharing) | |
| ssl_certificate /etc/ssl/certs/fullchain.pem; | |
| ssl_certificate_key /etc/ssl/private/privkey.pem; |
OlderNewer