Categorygithub.com/hacker65536/findresources
modulepackage
0.2.3
Repository: https://github.com/hacker65536/findresources.git
Documentation: pkg.go.dev

# README

findresources

Usage

Write filters you want to find to config file. .findres.yml

tagfilters:
  - key: Project
    val: myproject
  - key: Stage
    val: staging
resourcetypefilters:
  - rds:db
    #  - ec2:instance
  - elasticloadbalancing:loadbalancer
$ findresource

arn:aws:rds:ap-northeast-1:012345678912:db:mydb1
arn:aws:rds:ap-northeast-1:012345678912:db:mydb1-readreplica
arn:aws:elasticloadbalancing:ap-northeast-1:012345678912:loadbalancer/app/my-lb0/abcdefg012345678
arn:aws:elasticloadbalancing:ap-northeast-1:012345678912:loadbalancer/app/my-lb1/abcdffg012345678
arn:aws:elasticloadbalancing:ap-northeast-1:012345678912:loadbalancer/app/my-lb2/abcdffg012345678

# Packages

Copyright © 2021 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
No description provided by the author