Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cfn/cfngoat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Resources:
Tags:
- Key: Name
Value: !Sub "${AWS::AccountId}-${CompanyName}-${Environment}-ec2"
- Key: yor_trace
Value: a4cb39b3-19c4-4f51-b7ad-4d54f2c780d1
UserData:
Fn::Base64: |
#!/bin/bash
Expand All @@ -59,7 +61,6 @@ Resources:
############
### S3 ###
############

DataBucket:
# Public, not encrypted, no access logs, no versioning
# checkov:skip=CKV_AWS_56: not needed
Expand All @@ -71,6 +72,8 @@ Resources:
Tags:
- Key: Name
Value: !Sub "${AWS::AccountId}-${CompanyName}-${Environment}-data"
- Key: yor_trace
Value: 7c1022b1-98be-4642-801d-aea7509cbe2c

Outputs:
EC2PublicDNS:
Expand Down
1 change: 1 addition & 0 deletions serverless/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ functions:
tags:
RESOURCE: lambda
PUBLIC: false
yor_trace: 02f6d288-812a-41f6-91ae-4a5c4cc1b1ef
iamRoleStatements:
- Effect: Allow
Action:
Expand Down