diff --git a/test/kitchen/platforms.json b/test/kitchen/platforms.json index 18f0d2a5dfb8c..8db314642128a 100644 --- a/test/kitchen/platforms.json +++ b/test/kitchen/platforms.json @@ -40,12 +40,12 @@ }, "ec2": { "x86_64": { - "debian-10": "ami-041540a5c191757a0", + "debian-10": "ami-067a196d70cb53732", "debian-11": "ami-0607e701db389efe7", "debian-12": "ami-07edaec601cf2b6d3" }, "arm64": { - "debian-10": "ami-0108ade0d057c8eba", + "debian-10": "ami-0b6ee4b8f4aa91fb4", "debian-11": "ami-00988b9ead6afb0b1", "debian-12": "ami-02aab8d5301cb8d68" } @@ -172,4 +172,4 @@ } } } -} \ No newline at end of file +} diff --git a/test/new-e2e/tests/agent-platform/platforms/platforms.json b/test/new-e2e/tests/agent-platform/platforms/platforms.json index 230e80a89fded..41ace1960e1fa 100644 --- a/test/new-e2e/tests/agent-platform/platforms/platforms.json +++ b/test/new-e2e/tests/agent-platform/platforms/platforms.json @@ -2,12 +2,12 @@ "debian": { "x86_64": { "debian-9": "ami-0182559468c1975fe", - "debian-10": "ami-041540a5c191757a0", + "debian-10": "ami-067a196d70cb53732", "debian-11": "ami-0607e701db389efe7", "debian-12": "ami-07edaec601cf2b6d3" }, "arm64": { - "debian-10": "ami-0108ade0d057c8eba", + "debian-10": "ami-0b6ee4b8f4aa91fb4", "debian-11": "ami-00988b9ead6afb0b1", "debian-12": "ami-02aab8d5301cb8d68" } @@ -68,4 +68,4 @@ "sles-15": "ami-0d446ba26bbe19573" } } -} \ No newline at end of file +}