-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
72 lines (72 loc) · 2.01 KB
/
settings.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"supported_ubuntu_versions": {
"22.04": {
"base_ami": "ami-0ecd1058a0b639ad0",
"recipe_version": "0.0.15",
"components": [
{
"name": "ubuntu_upgrades_22",
"file": "ubuntu_upgrades.yml"
},
{
"name": "install_apt_packages_22",
"file": "install_apt_packages.yml"
},
{
"name": "install_python3_22",
"file": "install_python3.yml"
},
{
"name": "install_output_on_error_22",
"file": "output-on-error.yml"
},
{
"name": "amazon-cloudwatch-agent-linux_22",
"arn": "arn:aws:imagebuilder:eu-west-2:aws:component/amazon-cloudwatch-agent-linux/x.x.x"
},
{
"name": "aws-cli-version-2-linux_22",
"arn": "arn:aws:imagebuilder:eu-west-2:aws:component/aws-cli-version-2-linux/x.x.x"
},
{
"name": "amazon-codedeploy-agent-linux_22",
"file": "install_codedeploy_agent.yml"
}
]
},
"24.04": {
"base_ami": "ami-0c302e107dd736d24",
"recipe_version": "0.0.2",
"components": [
{
"name": "ubuntu_upgrades_24",
"file": "ubuntu_upgrades.yml"
},
{
"name": "install_apt_packages_24",
"file": "install_apt_packages.yml"
},
{
"name": "install_python3_24",
"file": "install_python3.yml"
},
{
"name": "install_output_on_error_24",
"file": "output-on-error.yml"
},
{
"name": "amazon-cloudwatch-agent-linux_24",
"arn": "arn:aws:imagebuilder:eu-west-2:aws:component/amazon-cloudwatch-agent-linux/x.x.x"
},
{
"name": "aws-cli-version-2-linux_24",
"arn": "arn:aws:imagebuilder:eu-west-2:aws:component/aws-cli-version-2-linux/x.x.x"
},
{
"name": "amazon-codedeploy-agent-linux_24",
"file": "install_codedeploy_agent.yml"
}
]
}
}
}