Skip to content
New issue

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

Update 22.04 AMI #20

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2f53ab1
Update ubuntu_ami_id to ami-0ecf5303980918cba
polling-bot-4000 Feb 21, 2024
bc24d87
Update ubuntu_ami_id to ami-08e4526a271956ce2
polling-bot-4000 Feb 23, 2024
6e33310
Update ubuntu_ami_id to ami-02fedef4e30160194
polling-bot-4000 Feb 28, 2024
31f88aa
Update ubuntu_ami_id to ami-0b9932f4918a00c4f
polling-bot-4000 Mar 1, 2024
396f0e1
Update ubuntu_ami_id to ami-0718117c69eae9af4
polling-bot-4000 Mar 19, 2024
0417a4d
Update ubuntu_ami_id to ami-0b9f4b4ee3d0e6a17
polling-bot-4000 Apr 3, 2024
a3d5142
Update ubuntu_ami_id to ami-09627c82937ccdd6d
polling-bot-4000 Apr 11, 2024
a28382b
Update ubuntu_ami_id to ami-0eb5c35d7b89f3488
polling-bot-4000 May 1, 2024
9eac33f
Update ubuntu_ami_id to ami-0d05d6fe284781e13
polling-bot-4000 May 14, 2024
f7b045f
Update ubuntu_ami_id to ami-08dec519ecc075eba
polling-bot-4000 May 30, 2024
2f2e48b
Update ubuntu_ami_id to ami-04f816a2cb20af83b
polling-bot-4000 Jun 11, 2024
f02f7d5
Update ubuntu_ami_id to ami-0226b5ec3281d5d20
polling-bot-4000 Jun 14, 2024
6f31c09
Update ubuntu_ami_id to ami-0ef73863dbddaa97f
polling-bot-4000 Jun 29, 2024
c635d9a
Update ubuntu_ami_id to ami-07d20571c32ba6cdc
polling-bot-4000 Jul 3, 2024
f26c5b2
Update ubuntu_ami_id to ami-065908f87471c0a91
polling-bot-4000 Jul 20, 2024
79e73c8
Update ubuntu_ami_id to ami-07e0ad8f78f635e60
polling-bot-4000 Jul 30, 2024
f503993
Update ubuntu_ami_id to ami-01dcd7d526188b94f
polling-bot-4000 Aug 1, 2024
b3fb3df
Update ubuntu_ami_id to ami-01dcd7d526188b94f
polling-bot-4000 Aug 6, 2024
0a9d25e
Update ubuntu_ami_id to ami-09739ff8f437fab18
polling-bot-4000 Aug 21, 2024
43a8dc7
Update ubuntu_ami_id to ami-00b2b33fc1d323a54
polling-bot-4000 Aug 31, 2024
4384629
Update ubuntu_ami_id to ami-0ecd1058a0b639ad0
polling-bot-4000 Sep 17, 2024
bf6040c
Update ubuntu_ami_id to ami-002fac05dda6b582b
polling-bot-4000 Sep 25, 2024
6679af5
Update ubuntu_ami_id to ami-03ceeb33c1e4abcd1
polling-bot-4000 Sep 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 43 additions & 9 deletions settings.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,69 @@
{
"supported_ubuntu_versions": {
"22.04": {
"base_ami": "ami-0d18e50ca22537278",
"recipe_version": "0.0.13",
"base_ami": "ami-03ceeb33c1e4abcd1",
"recipe_version": "0.0.15",
"components": [
{
"name": "ubuntu_upgrades",
"name": "ubuntu_upgrades_22",
"file": "ubuntu_upgrades.yml"
},
{
"name": "install_apt_packages",
"name": "install_apt_packages_22",
"file": "install_apt_packages.yml"
},
{
"name": "install_python3",
"name": "install_python3_22",
"file": "install_python3.yml"
},
{
"name": "install_output_on_error",
"name": "install_output_on_error_22",
"file": "output-on-error.yml"
},
{
"name": "amazon-cloudwatch-agent-linux",
"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",
"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",
"name": "amazon-codedeploy-agent-linux_22",
"file": "install_codedeploy_agent.yml"
}
]
},
"24.04": {
"base_ami": "ami-0d85ba2efe654edaa",
"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"
}
]
Expand Down