1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWS マネジメントコンソール &検索

1
Posted at

AWSマネジメントコンソールでリソース名を&検索したい

例えばEC2で
production-tokyo-batch-01
production-tokyo-batch-02
production-tokyo-batch-03
production-tokyo-api-03
staging-tokyo-api-01
staging-tokyo-batch-01
があるときに、「api」かつ「production」をマネジメントコンソールで検索したい、そんな時。

正規化表現で以下でいける。


^(?=.*api)(?=.*production)
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?