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

Updated AWS amis #4932

Conversation

c-bordon
Copy link
Member

@c-bordon c-bordon commented Feb 7, 2024

Close #4854
Updated the AMIs for AWS deployment:

Ubuntu 22.04 amd64: #4854 (comment)

Ubuntu 22.04 arm64: #4854 (comment)

Ubuntu 18.04 amd64: #4854 (comment)

Ubuntu 20.04 amd64: #4854 (comment)

Debian 10 amd64: #4854 (comment)

Debian 11 amd64: #4854 (comment)

Debian 12 amd64: #4854 (comment)

Oracle Linux 7 amd64: #4854 (comment)

Oracle Linux 8 amd64: #4854 (comment)

Oracle Linux 9 amd64: #4854 (comment)

openSUSE 15 amd64: #4854 (comment)

SUSE 15 amd64: #4854 (comment)

Centos 7 amd64: #4854 (comment)

Centos 8 amd64: #4854 (comment)

Centos 9 amd64: #4854 (comment)

Red Hat 7 amd64: #4854 (comment)

Red Hat 8 amd64: #4854 (comment)

Red Hat 9 amd64: #4854 (comment)

Amazon Linux 2 amd64: #4854 (comment)

Amazon Linux 2023 amd64: #4854 (comment)

Fedora 37 amd64: #4854 (comment)

Fedora 38 amd64: #4854 (comment)

Rocky Linux 9 amd64: #4854 (comment)

macOS: #4854 (comment)

Windows desktop 10: #4854 (comment)

Windows desktop 11: #4854 (comment)

Windows server 2012 R2: #4854 (comment)

Windows server 2016: #4854 (comment)

Windows server 2019: #4854 (comment)

Windows server 2022: #4854 (comment)


we had to modify this code:

        arch = params.composite_name.split('-')[-1]
        # Parse the configuration.
        for spec in size_specs:
            if fnmatch.fnmatch(arch, spec):
                config['type'] = size_specs[spec]['type']
                break

This is because it was limited only to Linux systems, and it was necessary to add it for macOS and Windows, this the AMI is now searched by architecture.

We also had to update the amd64 micro and small instances since they were not compatible with Windows 11 systems onwards.

@c-bordon c-bordon self-assigned this Feb 7, 2024
@c-bordon c-bordon linked an issue Feb 7, 2024 that may be closed by this pull request
27 tasks
Copy link
Member

@QU3B1M QU3B1M left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@teddytpc1 teddytpc1 merged commit 371ace5 into enhancement/4495-DTT1 Feb 9, 2024
@teddytpc1 teddytpc1 deleted the enhancement/4854-dtt1-iteration-3-allocation-module-improve-sizes-and-os-for-aws-provider-to branch February 9, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DTT1 - Iteration 3 - Allocation module - Improve sizes and OS for AWS provider
4 participants