diff --git a/pkg/cloudprovider/provider/aws/provider.go b/pkg/cloudprovider/provider/aws/provider.go index 1381be5fe..2cb640364 100644 --- a/pkg/cloudprovider/provider/aws/provider.go +++ b/pkg/cloudprovider/provider/aws/provider.go @@ -101,12 +101,12 @@ var ( // Source: https://wiki.centos.org/Cloud/AWS providerconfigtypes.OperatingSystemCentOS: { awstypes.CPUArchitectureX86_64: { - description: "CentOS 7* x86_64", + description: "CentOS Linux 7* x86_64*", // The AWS marketplace ID from CentOS Community Platform Engineering (CPE) owner: "125523088429", }, awstypes.CPUArchitectureARM64: { - description: "CentOS 7* aarch64", + description: "CentOS Linux 7* aarch64*", // The AWS marketplace ID from CentOS Community Platform Engineering (CPE) owner: "125523088429", },