需要审计证明书

cinq-auditor-required-tags的Python项目详细描述


请在Cloud-Inquisitor存储库中打开问题

说明

该审核员对发现不符合标记要求的aws对象进行审查、警告并可能采取行动。

配置选项

Option nameDefault ValueTypeDescription
alert_settingsSee notes belowJSONAlert and enforcement settings for supported resources
always_send_emailTrueboolSend emails even in collect mode
audit_ignore_tagcinq_ignorestringCinq will ignore alerting/enforcement if resources are tagged with this
audit_scopeaws_ec2_instancestringSelect resources (aws_ec2_instance, aws_s3_bucket)
collect_onlyTrueboolDo not shutdown resources, only update caches
confirm_shutdownTrueboolRequire manual confirmation before shutting down instances
email_subjectResources missing required tagsstringSubject of the new issues email notifications
enabledFalseboolEnable the Required Tags auditor
interval30intHow often the auditor executes, in minutes
partial_owner_matchFalseboolAllow partial matches of the Owner tag
permanent_recipient[]arrayList of email addresses to receive all alerts
required_tags[‘owner’, ‘accounting’, ‘name’]arrayList of required tags

示例-警报设置:

{"*":{"alert":["0 seconds","15 days"],"stop":None,"remove":"20 weeks","scope":[]},"aws_s3_bucket":{"alert":["0 seconds","30 days"],"stop":None,"remove":"10 weeks","scope":["*"]},"aws_ec2_instance":{"alert":["0 seconds","14 days","4 weeks"],"stop":"8 weeks","remove":"12 weeks","scope":["enabled-account-1","enabled-account-2"]}}

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
SpringWeb中的java更新/通知其他用户   java Lambda性能测试   java Bukkit插件:空白符号   java在按下按钮后改变彩色正方形的大小   javajavac相当于“D”?   java序列化接口   属性无法从属性文件返回值   java我应该使用什么查询来使用Jsoup从html页面提取符号?   java Android Studio项目结构问题   JAVA方法和返回值/公共变量(基础)   java将NativeQuery映射到POJO   java如何在下面的程序中消除NumberFormatException?   在java中获取链表与数组中的对象   java Android Firebase将用户发送到聊天室