Skip to content

Commit

Permalink
Delete all resources
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Sep 19, 2024
1 parent 9b2127f commit 4e4fade
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions .github/aws-nuke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,223 +244,223 @@ presets:
CloudTrailTrail:
- property: "Name"
type: "regex"
value: "^.*$"
value: ".*"
CloudWatchAlarm:
- property: "Name"
type: "regex"
# Alarm names have a path component, so do not anchor to start of string
value: "^.*$"
value: ".*"
CodeDeployApplication:
- property: "Name"
type: "regex"
value: "^.*$"
value: ".*"
S3Bucket:
- property: "Name"
type: "regex"
value: "^.*$"
value: ".*"
S3Object:
- property: "Bucket"
type: "regex"
value: "^.*$"
value: ".*"
EC2VPC:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2Volume:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2SecurityGroup:
- property: "Name"
type: "regex"
value: "^.*$"
value: ".*"
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2Instance:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2NetworkInterface:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2InternetGateway:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2LaunchTemplate:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2NATGateway:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2InternetGatewayAttachment:
- property: "tag:igw:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2Subnet:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2RouteTable:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EC2NetworkACL:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
AutoScalingGroup:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
ECSService:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
ECSCluster:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
ECSTaskDefinition:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
EKSCluster:
- type: "regex"
value: "^.*$"
value: ".*"
EKSNodegroups:
- type: "regex"
value: "^.*$"
value: ".*"
EKSFargateProfile:
- type: "regex"
value: "^.*$"
value: ".*"
ELBLoadBalancer:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
ELBv2:
- type: "regex"
value: "^.*$"
value: ".*"
- type: "regex"
value: "^.*$"
value: ".*"
ELBv2TargetGroup:
- type: "regex"
value: "^.*$"
value: ".*"
CloudformationStack:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
NeptuneCluster:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
NetpuneSnapshot:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
RDSInstance:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
RDSClusterSnapshot:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
RDSDBClusterParameterGroup:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
RDSOptionGroup:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
RDSDBParameterGroup:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
RDSDBSubnetGroup:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
IAMInstanceProfile:
- type: "regex"
value: "^.*$"
value: ".*"
IAMInstanceProfileRole:
- type: "regex"
value: "^.*$"
value: ".*"
IAMRole:
- type: "regex"
value: "^.*$"
value: ".*"
- type: "regex"
value: "^.*$"
value: ".*"
IAMRolePolicy:
- property: "role:RoleName"
type: "regex"
value: "^.*$"
value: ".*"
IAMRolePolicyAttachment:
- type: "regex"
value: "^.*$"
value: ".*"
- type: "regex"
value: "^.*$"
value: ".*"
IAMPolicy:
- type: "regex"
value: "^.*$"
value: ".*"
- type: "regex"
value: "^.*$"
value: ".*"
- type: "regex"
value: "^.*$"
value: ".*"
KMSAlias:
- property: "Name"
type: "regex"
# KMSAlias does not have tags, and names start with "alais/"
value: "^.*$"
value: ".*"
KMSKey:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
CloudWatchLogsLogGroup:
- type: "regex"
value: "^.*$"
value: ".*"
- type: "regex"
value: "^.*$"
value: ".*"
EMRCluster:
- type: "regex"
value: "^.*$"
value: ".*"
EC2KeyPair:
- type: "regex"
value: "^.*$"
value: ".*"
IAMGroup:
- type: "regex"
value: "^.*$"
value: ".*"
IAMGroupPolicyAttachment:
- type: "regex"
value: "^.*$"
value: ".*"
IAMOpenIDConnectProvider:
- property: "tag:Name"
type: "regex"
value: "^.*$"
value: ".*"
Route53ResourceRecordSet:
- property: "Name"
type: "exact"
value: "^.*$"
value: ".*"
- property: "Name"
type: "exact"
value: "^.*$"
value: ".*"
- property: "Name"
type: "regex"
value: "^.*$"
value: ".*"
Route53HostedZone:
- property: "Name"
type: "regex"
value: "^.*$"
value: ".*"
SSMParameter:
- property: "Name"
type: "regex"
value: "^.*$"
value: ".*"

0 comments on commit 4e4fade

Please sign in to comment.