forked from h2ouw8n4/wordpressOnAWS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
regions: | ||
- "global" | ||
|
||
account-blocklist: | ||
- "999999999" | ||
|
||
resource-types: | ||
excludes: | ||
- IAMUser | ||
- IAMGroup | ||
- IAMGroupPolicy | ||
- IAMGroupPolicyAttachment | ||
- IAMInstanceProfile | ||
- IAMInstanceProfileRole | ||
- IAMLoginProfile | ||
- IAMOpenIDConnectProvider | ||
- IAMPolicy | ||
- IAMRole | ||
- IAMRolePolicy | ||
- IAMRolePolicyAttachment | ||
- IAMSAMLProvider | ||
- IAMServerCertificate | ||
- IAMServiceSpecificCredential | ||
- IAMSigningCertificate | ||
- IAMUser | ||
- IAMUserAccessKey | ||
- IAMUserGroupAttachment | ||
- IAMUserPolicy | ||
- IAMUserPolicyAttachment | ||
|
||
accounts: | ||
828936781852: {} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
regions: #削除するリージョン | ||
- ap-northeast-1 | ||
- global | ||
account-blocklist: | ||
- 000000000 # 削除対象外アカウントのアカウントID(指定しないとエラーになる) | ||
resource-types: | ||
excludes: | ||
- IAMRole | ||
- IAMRolePolicyAttachment | ||
- IAMSAMLProvider | ||
- IAMRolePolicy | ||
accounts: | ||
828936781852: {} #削除対象アカウントのアカウントID 要書き換え | ||
|