Skip to content

Commit

Permalink
Merge pull request #368 from flanksource/feat/aws-resource-linking
Browse files Browse the repository at this point in the history
feat: aws resource linking
  • Loading branch information
moshloop authored Jan 25, 2024
2 parents 27d5580 + 3819592 commit 8a8b510
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 83 deletions.
3 changes: 3 additions & 0 deletions api/v1/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ type CostReporting struct {
}

const (
AWSRegion = "AWS::Region"
AWSZone = "AWS::Route53::HostedZone"
AWSEC2Instance = "AWS::EC2::Instance"
AWSEKSCluster = "AWS::EKS::Cluster"
AWSS3Bucket = "AWS::S3::Bucket"
Expand All @@ -57,6 +59,7 @@ const (
AWSEC2VPC = "AWS::EC2::VPC"
AWSEC2Subnet = "AWS::EC2::Subnet"
AWSAccount = "AWS::::Account"
AWSAvailabilityZone = "AWS::AvailabilityZone"
AWSEC2SecurityGroup = "AWS::EC2::SecurityGroup"
AWSIAMUser = "AWS::IAM::User"
AWSIAMRole = "AWS::IAM::Role"
Expand Down
Loading

0 comments on commit 8a8b510

Please sign in to comment.