-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-inventory.yml
56 lines (55 loc) · 1.39 KB
/
example-inventory.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
- resourceName: Copy AMI To Commercial Account Regions
output:
account:
id: "123456789012"
alias: demo2
sourceImage:
id: ami-0789874e039e4a342
name: test-image
region: us-east-1
targetImages:
ap-northeast-1:
id: ami-087249023eaf586c5
name: test-image
ap-northeast-2:
id: ami-0186e097c60cb1642
name: test-image
us-west-2:
id: ami-003e083262178a4dc
name: test-image
- resourceName: Share AMI With Other Accounts
output:
sourceImage:
identifiers:
name: test-image
tag:Department: DevOps
tag:Purpose: Testing
account:
id: "123456789012"
alias: demo2
targetAccountsImages:
"859382019234":
accountAlias: demo-3
regions:
ap-northeast-2:
id: ami-0186e097c60cb1642
name: test-image
us-east-1:
id: ami-0789874e039e4a342
name: test-image
us-west-2:
id: ami-003e083262178a4dc
name: test-image
"930192834102":
accountAlias: demo-1
regions:
ap-northeast-1:
id: ami-087249023eaf586c5
name: test-image
us-east-1:
id: ami-0789874e039e4a342
name: test-image
us-west-2:
id: ami-003e083262178a4dc
name: test-image