We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webサーバなど同じサーバが複数存在している状況で、そのうち1台だけをVulsスキャンしたいケースに対応する。
ケース1)
# Webサーバが3台存在する web001 web002 web003 $ ec2-vuls-config --random 1 web002 # ランダムに1台が選ばれる
ケース2)
# WebサーバとBatchサーバが3台ずつ存在する web001 web002 web003 batch001 batch002 batch003 $ ec2-vuls-config --random 1 --each web003 batch001 # WebサーバとBatchサーバがそれぞれランダムに1台が選ばれる
The text was updated successfully, but these errors were encountered:
ohsawa0515
No branches or pull requests
Webサーバなど同じサーバが複数存在している状況で、そのうち1台だけをVulsスキャンしたいケースに対応する。
ケース1)
ケース2)
The text was updated successfully, but these errors were encountered: