id
stringlengths
8
78
source
stringclasses
743 values
chunk_id
int64
1
5.05k
text
stringlengths
593
49.7k
administration-guide-043
administration-guide.pdf
43
with their IAM user name. For more information, see IAM policy elements: variables and tags in the IAM User Guide. AWS supports global condition keys and service-specific condition keys. To see all AWS global condition keys, see AWS global condition context keys in the IAM User Guide. To see a list of WorkSpaces Secure Browser condition keys, see Condition keys for Amazon WorkSpaces Secure Browser in the Service Authorization Reference. To learn with which actions and resources you can use a condition key, see Actions defined by Amazon WorkSpaces Secure Browser. To view examples of WorkSpaces Secure Browser identity-based policies, see Identity-based policy examples for Amazon WorkSpaces Secure Browser. Access control lists (ACLs) in WorkSpaces Secure Browser Supports ACLs: No Access control lists (ACLs) control which principals (account members, users, or roles) have permissions to access a resource. ACLs are similar to resource-based policies, although they do not use the JSON policy document format. Attribute-based access control (ABAC) with WorkSpaces Secure Browser Supports ABAC (tags in policies): Partial Attribute-based access control (ABAC) is an authorization strategy that defines permissions based on attributes. In AWS, these attributes are called tags. You can attach tags to IAM entities (users or roles) and to many AWS resources. Tagging entities and resources is the first step of ABAC. Then you design ABAC policies to allow operations when the principal's tag matches the tag on the resource that they are trying to access. ABAC is helpful in environments that are growing rapidly and helps with situations where policy management becomes cumbersome. To control access based on tags, you provide tag information in the condition element of a policy using the aws:ResourceTag/key-name, aws:RequestTag/key-name, or aws:TagKeys condition keys. If a service supports all three condition keys for every resource type, then the value is Yes for the service. If a service supports all three condition keys for only some resource types, then the value is Partial. How Amazon WorkSpaces Secure Browser works with IAM 111 Amazon WorkSpaces Secure Browser Administration Guide For more information about ABAC, see Define permissions with ABAC authorization in the IAM User Guide. To view a tutorial with steps for setting up ABAC, see Use attribute-based access control (ABAC) in the IAM User Guide. Using Temporary credentials with WorkSpaces Secure Browser Supports temporary credentials: Yes Some AWS services don't work when you sign in using temporary credentials. For additional information, including which AWS services work with temporary credentials, see AWS services that work with IAM in the IAM User Guide. You are using temporary credentials if you sign in to the AWS Management Console using any method except a user name and password. For example, when you access AWS using your company's single sign-on (SSO) link, that process automatically creates temporary credentials. You also automatically create temporary credentials when you sign in to the console as a user and then switch roles. For more information about switching roles, see Switch from a user to an IAM role (console) in the IAM User Guide. You can manually create temporary credentials using the AWS CLI or AWS API. You can then use those temporary credentials to access AWS. AWS recommends that you dynamically generate temporary credentials instead of using long-term access keys. For more information, see Temporary security credentials in IAM. Cross-service principal permissions for WorkSpaces Secure Browser Supports forward access sessions (FAS): Yes When you use an IAM user or role to perform actions in AWS, you are considered a principal. When you use some services, you might perform an action that then initiates another action in a different service. FAS uses the permissions of the principal calling an AWS service, combined with the requesting AWS service to make requests to downstream services. FAS requests are only made when a service receives a request that requires interactions with other AWS services or resources to complete. In this case, you must have permissions to perform both actions. For policy details when making FAS requests, see Forward access sessions. Service roles for WorkSpaces Secure Browser Supports service roles: No How Amazon WorkSpaces Secure Browser works with IAM 112 Amazon WorkSpaces Secure Browser Administration Guide A service role is an IAM role that a service assumes to perform actions on your behalf. An IAM administrator can create, modify, and delete a service role from within IAM. For more information, see Create a role to delegate permissions to an AWS service in the IAM User Guide. Warning Changing the permissions for a service role might break WorkSpaces Secure Browser's functionality. Edit service roles only when WorkSpaces Secure Browser provides guidance to do so. Service-linked roles for WorkSpaces Secure Browser Supports service-linked roles: Yes A service-linked role is a type of service role that is linked to an AWS service. The service can assume the role to perform an
administration-guide-044
administration-guide.pdf
44
perform actions on your behalf. An IAM administrator can create, modify, and delete a service role from within IAM. For more information, see Create a role to delegate permissions to an AWS service in the IAM User Guide. Warning Changing the permissions for a service role might break WorkSpaces Secure Browser's functionality. Edit service roles only when WorkSpaces Secure Browser provides guidance to do so. Service-linked roles for WorkSpaces Secure Browser Supports service-linked roles: Yes A service-linked role is a type of service role that is linked to an AWS service. The service can assume the role to perform an action on your behalf. Service-linked roles appear in your AWS account and are owned by the service. An IAM administrator can view, but not edit the permissions for service-linked roles. For details about creating or managing service-linked roles, see AWS services that work with IAM. Find a service in the table that includes a Yes in the Service-linked role column. Choose the Yes link to view the service-linked role documentation for that service. Identity-based policy examples for Amazon WorkSpaces Secure Browser By default, users and roles don't have permission to create or modify WorkSpaces Secure Browser resources. They also can't perform tasks by using the AWS Management Console, AWS Command Line Interface (AWS CLI), or AWS API. To grant users permission to perform actions on the resources that they need, an IAM administrator can create IAM policies. The administrator can then add the IAM policies to roles, and users can assume the roles. To learn how to create an IAM identity-based policy by using these example JSON policy documents, see Create IAM policies (console) in the IAM User Guide. For details about actions and resource types defined by WorkSpaces Secure Browser, including the format of the ARNs for each of the resource types, see Actions, resources, and condition keys for Amazon WorkSpaces Secure Browser in the Service Authorization Reference. Identity-based policy examples 113 Amazon WorkSpaces Secure Browser Administration Guide Topics • Identity-based policy best practices for Amazon WorkSpaces Secure Browser • Using the Amazon WorkSpaces Secure Browser console • Allowing users to view their own permissions for Amazon WorkSpaces Secure Browser Identity-based policy best practices for Amazon WorkSpaces Secure Browser Identity-based policies determine whether someone can create, access, or delete WorkSpaces Secure Browser resources in your account. These actions can incur costs for your AWS account. When you create or edit identity-based policies, follow these guidelines and recommendations: • Get started with AWS managed policies and move toward least-privilege permissions – To get started granting permissions to your users and workloads, use the AWS managed policies that grant permissions for many common use cases. They are available in your AWS account. We recommend that you reduce permissions further by defining AWS customer managed policies that are specific to your use cases. For more information, see AWS managed policies or AWS managed policies for job functions in the IAM User Guide. • Apply least-privilege permissions – When you set permissions with IAM policies, grant only the permissions required to perform a task. You do this by defining the actions that can be taken on specific resources under specific conditions, also known as least-privilege permissions. For more information about using IAM to apply permissions, see Policies and permissions in IAM in the IAM User Guide. • Use conditions in IAM policies to further restrict access – You can add a condition to your policies to limit access to actions and resources. For example, you can write a policy condition to specify that all requests must be sent using SSL. You can also use conditions to grant access to service actions if they are used through a specific AWS service, such as AWS CloudFormation. For more information, see IAM JSON policy elements: Condition in the IAM User Guide. • Use IAM Access Analyzer to validate your IAM policies to ensure secure and functional permissions – IAM Access Analyzer validates new and existing policies so that the policies adhere to the IAM policy language (JSON) and IAM best practices. IAM Access Analyzer provides more than 100 policy checks and actionable recommendations to help you author secure and functional policies. For more information, see Validate policies with IAM Access Analyzer in the IAM User Guide. • Require multi-factor authentication (MFA) – If you have a scenario that requires IAM users or a root user in your AWS account, turn on MFA for additional security. To require MFA when API Identity-based policy examples 114 Amazon WorkSpaces Secure Browser Administration Guide operations are called, add MFA conditions to your policies. For more information, see Secure API access with MFA in the IAM User Guide. For more information about best practices in IAM, see Security best practices in IAM in the IAM User Guide. Using the Amazon WorkSpaces
administration-guide-045
administration-guide.pdf
45
policies with IAM Access Analyzer in the IAM User Guide. • Require multi-factor authentication (MFA) – If you have a scenario that requires IAM users or a root user in your AWS account, turn on MFA for additional security. To require MFA when API Identity-based policy examples 114 Amazon WorkSpaces Secure Browser Administration Guide operations are called, add MFA conditions to your policies. For more information, see Secure API access with MFA in the IAM User Guide. For more information about best practices in IAM, see Security best practices in IAM in the IAM User Guide. Using the Amazon WorkSpaces Secure Browser console To access the Amazon WorkSpaces Secure Browser console, you must have a minimum set of permissions. These permissions must allow you to list and view details about the WorkSpaces Secure Browser resources in your AWS account. If you create an identity-based policy that is more restrictive than the minimum required permissions, the console won't function as intended for entities (users or roles) with that policy. You don't need to allow minimum console permissions for users that are making calls only to the AWS CLI or the AWS API. Instead, allow access to only the actions that match the API operation that they're trying to perform. To ensure that users and roles can still use the WorkSpaces Secure Browser console, also attach the WorkSpaces Secure Browser ConsoleAccess or ReadOnly AWS managed policy to the entities. For more information, see Adding permissions to a user in the IAM User Guide. Allowing users to view their own permissions for Amazon WorkSpaces Secure Browser This example shows how you might create a policy that allows IAM users to view the inline and managed policies that are attached to their user identity. This policy includes permissions to complete this action on the console or programmatically using the AWS CLI or AWS API. { "Version": "2012-10-17", "Statement": [ { "Sid": "ViewOwnUserInfo", "Effect": "Allow", "Action": [ "iam:GetUserPolicy", "iam:ListGroupsForUser", "iam:ListAttachedUserPolicies", "iam:ListUserPolicies", Identity-based policy examples 115 Amazon WorkSpaces Secure Browser Administration Guide "iam:GetUser" ], "Resource": ["arn:aws:iam::*:user/${aws:username}"] }, { "Sid": "NavigateInConsole", "Effect": "Allow", "Action": [ "iam:GetGroupPolicy", "iam:GetPolicyVersion", "iam:GetPolicy", "iam:ListAttachedGroupPolicies", "iam:ListGroupPolicies", "iam:ListPolicyVersions", "iam:ListPolicies", "iam:ListUsers" ], "Resource": "*" } ] } AWS managed policies for WorkSpaces Secure Browser To add permissions to users, groups, and roles, it is easier to use AWS managed policies than to write policies yourself. It takes time and expertise to create IAM customer managed policies that provide your team with only the permissions they need. To get started quickly, you can use our AWS managed policies. These policies cover common use cases and are available in your AWS account. For more information about AWS managed policies, see AWS managed policies in the IAM User Guide. AWS services maintain and update AWS managed policies. You can't change the permissions in AWS managed policies. Services may occasionally add additional permissions to an AWS managed policy to support new features. This type of update affects all identities (users, groups, and roles) where the policy is attached. Services are most likely to update an AWS managed policy when a new feature is launched or when new operations become available. Services don't remove permissions from an AWS managed policy, so policy updates won't break your existing permissions. AWS managed policies 116 Amazon WorkSpaces Secure Browser Administration Guide Additionally, AWS supports managed policies for job functions that span multiple services. For example, the ReadOnlyAccess AWS managed policy provides read-only access to all AWS services and resources. When a service launches a new feature, AWS adds read-only permissions for new operations and resources. For a list and descriptions of job function policies, see AWS managed policies for job functions in the IAM User Guide. Topics • AWS managed policy: AmazonWorkSpacesWebServiceRolePolicy • AWS managed policy: AmazonWorkSpacesSecureBrowserReadOnly • AWS managed policy: AmazonWorkSpacesWebReadOnly • WorkSpaces Secure Browser updates to AWS managed policies AWS managed policy: AmazonWorkSpacesWebServiceRolePolicy You can't attach the AmazonWorkSpacesWebServiceRolePolicy policy to your IAM entities. This policy is attached to a service-linked role that allows WorkSpaces Secure Browser to perform actions on your behalf. For more information, see the section called “Using service-linked roles”. This policy grants administrative permissions that allow access to AWS services and resources used or managed by WorkSpaces Secure Browser. Permissions details This policy includes the following permissions: • workspaces-web – Allows access to AWS services and resources used or managed by WorkSpaces Secure Browser. • ec2 – Allows principals to describe VPCs, subnets, and availability zones; create, tag, describe, and delete network interfaces; associate or disassociate an address; and describe route tables, security groups, and VPC endpoints. • CloudWatch – Allows principals to put metric data. AWS managed policies 117 Amazon WorkSpaces Secure Browser Administration Guide • Kinesis - Allows principals to describe a summary of Kinesis data streams and put records into Kinesis data streams for user
administration-guide-046
administration-guide.pdf
46
Browser. Permissions details This policy includes the following permissions: • workspaces-web – Allows access to AWS services and resources used or managed by WorkSpaces Secure Browser. • ec2 – Allows principals to describe VPCs, subnets, and availability zones; create, tag, describe, and delete network interfaces; associate or disassociate an address; and describe route tables, security groups, and VPC endpoints. • CloudWatch – Allows principals to put metric data. AWS managed policies 117 Amazon WorkSpaces Secure Browser Administration Guide • Kinesis - Allows principals to describe a summary of Kinesis data streams and put records into Kinesis data streams for user access logging. For more information, see the section called “Setting up user access logging”. { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ec2:DescribeVpcs", "ec2:DescribeSubnets", "ec2:DescribeAvailabilityZones", "ec2:DescribeNetworkInterfaces", "ec2:AssociateAddress", "ec2:DisassociateAddress", "ec2:DescribeRouteTables", "ec2:DescribeSecurityGroups", "ec2:DescribeVpcEndpoints" ], "Resource": "*" }, { "Effect": "Allow", "Action": [ "ec2:CreateNetworkInterface" ], "Resource": [ "arn:aws:ec2:*:*:subnet/*", "arn:aws:ec2:*:*:security-group/*" ] }, { "Effect": "Allow", "Action": [ "ec2:CreateNetworkInterface" ], "Resource": "arn:aws:ec2:*:*:network-interface/*", "Condition": { "StringEquals": { "aws:RequestTag/WorkSpacesWebManaged": "true" } AWS managed policies 118 Amazon WorkSpaces Secure Browser Administration Guide } }, { "Effect": "Allow", "Action": [ "ec2:CreateTags" ], "Resource": "arn:aws:ec2:*:*:network-interface/*", "Condition": { "StringEquals": { "ec2:CreateAction": "CreateNetworkInterface" }, "ForAllValues:StringEquals": { "aws:TagKeys": [ "WorkSpacesWebManaged" ] } } }, { "Effect": "Allow", "Action": [ "ec2:DeleteNetworkInterface" ], "Resource": "arn:aws:ec2:*:*:network-interface/*", "Condition": { "StringEquals": { "aws:ResourceTag/WorkSpacesWebManaged": "true" } } }, { "Effect": "Allow", "Action": [ "cloudwatch:PutMetricData" ], "Resource": "*", "Condition": { "StringEquals": { "cloudwatch:namespace": [ "AWS/WorkSpacesWeb", "AWS/Usage" ] } AWS managed policies 119 Amazon WorkSpaces Secure Browser Administration Guide } }, { "Effect": "Allow", "Action": [ "kinesis:PutRecord", "kinesis:PutRecords", "kinesis:DescribeStreamSummary" ], "Resource": "arn:aws:kinesis:*:*:stream/amazon-workspaces-web-*" } ] } AWS managed policy: AmazonWorkSpacesSecureBrowserReadOnly You can attach the AmazonWorkSpacesSecureBrowserReadOnly policy to your IAM identities. This policy grants read-only permissions that allow access to WorkSpaces Secure Browser and its dependencies through the AWS Management Console, SDK, and CLI. This policy does not include the permissions necessary to interact with portals using IAM_Identity_Center as the authentication type. To get these permissions, combine this policy with AWSSSOReadOnly. Permissions details This policy includes the following permissions. • workspaces-web – Provides read-only access to WorkSpaces Secure Browser and its dependencies through the AWS Management Console, SDK, and CLI. • ec2 – Allows principals to describe VPCs, subnets, and security groups. This is used in the AWS Management Console in WorkSpaces Secure Browser to show you your VPCs, subnets, and security groups that are available foruse with the service. • Kinesis - Allows principals to list Kinesis data streams. This is used in the AWS Management Console in WorkSpaces Secure Browser to show you Kinesis data streams that are available for use with the service. AWS managed policies 120 Amazon WorkSpaces Secure Browser Administration Guide { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "workspaces-web:GetBrowserSettings", "workspaces-web:GetIdentityProvider", "workspaces-web:GetNetworkSettings", "workspaces-web:GetPortal", "workspaces-web:GetPortalServiceProviderMetadata", "workspaces-web:GetTrustStore", "workspaces-web:GetTrustStoreCertificate", "workspaces-web:GetUserSettings", "workspaces-web:GetUserAccessLoggingSettings", "workspaces-web:ListBrowserSettings", "workspaces-web:ListIdentityProviders", "workspaces-web:ListNetworkSettings", "workspaces-web:ListPortals", "workspaces-web:ListTagsForResource", "workspaces-web:ListTrustStoreCertificates", "workspaces-web:ListTrustStores", "workspaces-web:ListUserSettings", "workspaces-web:ListUserAccessLoggingSettings" ], "Resource": "arn:aws:workspaces-web:*:*:*" }, { "Effect": "Allow", "Action": [ "ec2:DescribeVpcs", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups", "kinesis:ListStreams" ], "Resource": "*" } ] } AWS managed policy: AmazonWorkSpacesWebReadOnly AWS managed policies 121 Amazon WorkSpaces Secure Browser Administration Guide You can attach the AmazonWorkSpacesWebReadOnly policy to your IAM identities. This policy grants read-only permissions that allow access to WorkSpaces Secure Browser and its dependencies through the AWS Management Console, SDK, and CLI. This policy does not include the permissions necessary to interact with portals using IAM_Identity_Center as the authentication type. To get these permissions, combine this policy with AWSSSOReadOnly. Note If you are currently using this policy, switch to the new AmazonWorkSpacesSecureBrowserReadOnly policy. Permissions details This policy includes the following permissions. • workspaces-web – Provides read-only access to WorkSpaces Secure Browser and its dependencies through the AWS Management Console, SDK, and CLI. • ec2 – Allows principals to describe VPCs, subnets, and security groups. This is used in the AWS Management Console in WorkSpaces Secure Browser to show you your VPCs, subnets, and security groups that are available foruse with the service. • Kinesis - Allows principals to list Kinesis data streams. This is used in the AWS Management Console in WorkSpaces Secure Browser to show you Kinesis data streams that are available for use with the service. { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "workspaces-web:GetBrowserSettings", "workspaces-web:GetIdentityProvider", AWS managed policies 122 Amazon WorkSpaces Secure Browser Administration Guide "workspaces-web:GetNetworkSettings", "workspaces-web:GetPortal", "workspaces-web:GetPortalServiceProviderMetadata", "workspaces-web:GetTrustStore", "workspaces-web:GetTrustStoreCertificate", "workspaces-web:GetUserSettings", "workspaces-web:GetUserAccessLoggingSettings", "workspaces-web:ListBrowserSettings", "workspaces-web:ListIdentityProviders", "workspaces-web:ListNetworkSettings", "workspaces-web:ListPortals", "workspaces-web:ListTagsForResource", "workspaces-web:ListTrustStoreCertificates", "workspaces-web:ListTrustStores", "workspaces-web:ListUserSettings", "workspaces-web:ListUserAccessLoggingSettings" ], "Resource": "arn:aws:workspaces-web:*:*:*" }, { "Effect": "Allow", "Action": [ "ec2:DescribeVpcs", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups", "kinesis:ListStreams" ], "Resource": "*" } ] } WorkSpaces Secure Browser updates to AWS managed policies View details about updates to AWS managed policies for WorkSpaces Secure Browser since this service began tracking these changes. For automatic alerts about changes to this page, subscribe to the RSS feed on the Document history page. AWS managed policies 123 Amazon WorkSpaces Secure Browser Administration Guide Change Description Date
administration-guide-047
administration-guide.pdf
47
122 Amazon WorkSpaces Secure Browser Administration Guide "workspaces-web:GetNetworkSettings", "workspaces-web:GetPortal", "workspaces-web:GetPortalServiceProviderMetadata", "workspaces-web:GetTrustStore", "workspaces-web:GetTrustStoreCertificate", "workspaces-web:GetUserSettings", "workspaces-web:GetUserAccessLoggingSettings", "workspaces-web:ListBrowserSettings", "workspaces-web:ListIdentityProviders", "workspaces-web:ListNetworkSettings", "workspaces-web:ListPortals", "workspaces-web:ListTagsForResource", "workspaces-web:ListTrustStoreCertificates", "workspaces-web:ListTrustStores", "workspaces-web:ListUserSettings", "workspaces-web:ListUserAccessLoggingSettings" ], "Resource": "arn:aws:workspaces-web:*:*:*" }, { "Effect": "Allow", "Action": [ "ec2:DescribeVpcs", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups", "kinesis:ListStreams" ], "Resource": "*" } ] } WorkSpaces Secure Browser updates to AWS managed policies View details about updates to AWS managed policies for WorkSpaces Secure Browser since this service began tracking these changes. For automatic alerts about changes to this page, subscribe to the RSS feed on the Document history page. AWS managed policies 123 Amazon WorkSpaces Secure Browser Administration Guide Change Description Date AmazonWorkSpacesSe cureBrowserReadOnly – New WorkSpaces Secure Browser added a new policy to June 24, 2024 policy provide read-only access to WorkSpaces Secure Browser and its dependencies through the AWS Management Console, SDK, and CLI. AmazonWorkSpacesWe bServiceRolePolicy – Updated WorkSpaces Secure Browser updated the policy to restrict December 15, 2022 policy CreateNetworkInterface to tag with aws:RequestTag/ WorkSpacesWebManaged: true and act on subnet and security group resources, as well as restrict DeleteNet workInterface to ENIs tagged with aws:ResourceTag/Wo rkSpacesWebManaged: true. AmazonWorkSpacesWe bReadOnly – Updated policy WorkSpaces Secure Browser updated the policy to include November 2, 2022 read permissions for user access logging and list Kinesis data streams. For more information, see the section called “Setting up user access logging”. WorkSpaces Secure Browser updated the policy to describe a summary of Kinesis data streams and put records into Kinesis data streams for user access logging. For more October 17, 2022 AmazonWorkSpacesWe bServiceRolePolicy – Updated policy AWS managed policies 124 Amazon WorkSpaces Secure Browser Administration Guide Change Description Date information, see the section called “Setting up user access logging”. AmazonWorkSpacesWe bServiceRolePolicy – Updated WorkSpaces Secure Browser updated the policy to create policy tags during ENI creation. September 6, 2022 AmazonWorkSpacesWe bServiceRolePolicy – Updated WorkSpaces Secure Browser updated the policy to add the April 6, 2022 policy AmazonWorkSpacesWe bReadOnly – New policy AmazonWorkSpacesWe bServiceRolePolicy – New policy WorkSpaces Secure Browser started tracking changes AWS/Usage namespace to the PutMetricData API permissio ns. WorkSpaces Secure Browser added a new policy to provide read-only access to WorkSpaces Secure Browser and its dependencies through the AWS Management Console, SDK, and CLI. WorkSpaces Secure Browser added a new policy to allow access to AWS services and resources used or managed by WorkSpaces Secure Browser. WorkSpaces Secure Browser started tracking changes for its AWS managed policies. November 30, 2021 November 30, 2021 November 30, 2021 AWS managed policies 125 Amazon WorkSpaces Secure Browser Administration Guide Troubleshooting Amazon WorkSpaces Secure Browser identity and access Use the following information to help you diagnose and fix common issues that you might encounter when working with WorkSpaces Secure Browser and IAM. Topics • I am not authorized to perform an action in WorkSpaces Secure Browser • I am not authorized to perform iam:PassRole • I want to allow people outside of my AWS account to access my WorkSpaces Secure Browser resources I am not authorized to perform an action in WorkSpaces Secure Browser If you receive an error that you're not authorized to perform an action, your policies must be updated to allow you to perform the action. The following example error occurs when the mateojackson IAM user tries to use the console to view details about a fictional my-example-widget resource but doesn't have the fictional workspaces-web:GetWidget permissions. User: arn:aws:iam::123456789012:user/mateojackson is not authorized to perform: workspaces-web:GetWidget on resource: my-example-widget In this case, the policy for the mateojackson user must be updated to allow access to the my- example-widget resource by using the workspaces-web:GetWidget action. If you need help, contact your AWS administrator. Your administrator is the person who provided you with your sign-in credentials. I am not authorized to perform iam:PassRole If you receive an error that you're not authorized to perform the iam:PassRole action, your policies must be updated to allow you to pass a role to WorkSpaces Secure Browser. Some AWS services allow you to pass an existing role to that service instead of creating a new service role or service-linked role. To do this, you must have permissions to pass the role to the service. Troubleshooting 126 Amazon WorkSpaces Secure Browser Administration Guide The following example error occurs when an IAM user named marymajor tries to use the console to perform an action in WorkSpaces Secure Browser. However, the action requires the service to have permissions that are granted by a service role. Mary does not have permissions to pass the role to the service. User: arn:aws:iam::123456789012:user/marymajor is not authorized to perform: iam:PassRole In this case, Mary's policies must be updated to allow her to perform the iam:PassRole action. If you need help, contact your AWS administrator. Your administrator is the person who provided you with your sign-in credentials. I want to allow people outside of my AWS account to access my
administration-guide-048
administration-guide.pdf
48
named marymajor tries to use the console to perform an action in WorkSpaces Secure Browser. However, the action requires the service to have permissions that are granted by a service role. Mary does not have permissions to pass the role to the service. User: arn:aws:iam::123456789012:user/marymajor is not authorized to perform: iam:PassRole In this case, Mary's policies must be updated to allow her to perform the iam:PassRole action. If you need help, contact your AWS administrator. Your administrator is the person who provided you with your sign-in credentials. I want to allow people outside of my AWS account to access my WorkSpaces Secure Browser resources You can create a role that users in other accounts or people outside of your organization can use to access your resources. You can specify who is trusted to assume the role. For services that support resource-based policies or access control lists (ACLs), you can use those policies to grant people access to your resources. To learn more, consult the following: • To learn whether WorkSpaces Secure Browser supports these features, see How Amazon WorkSpaces Secure Browser works with IAM. • To learn how to provide access to your resources across AWS accounts that you own, see Providing access to an IAM user in another AWS account that you own in the IAM User Guide. • To learn how to provide access to your resources to third-party AWS accounts, see Providing access to AWS accounts owned by third parties in the IAM User Guide. • To learn how to provide access through identity federation, see Providing access to externally authenticated users (identity federation) in the IAM User Guide. • To learn the difference between using roles and resource-based policies for cross-account access, see Cross account resource access in IAM in the IAM User Guide. Using service-linked roles for Amazon WorkSpaces Secure Browser Amazon WorkSpaces Secure Browser uses AWS Identity and Access Management (IAM) service- linked roles. A service-linked role is a unique type of IAM role that is linked directly to WorkSpaces Using service-linked roles 127 Amazon WorkSpaces Secure Browser Administration Guide Secure Browser. Service-linked roles are predefined by WorkSpaces Secure Browser and include all the permissions that the service requires to call other AWS services on your behalf. A service-linked role makes setting up WorkSpaces Secure Browser easier because you don’t have to manually add the necessary permissions. WorkSpaces Secure Browser defines the permissions of its service-linked roles, and unless defined otherwise, only WorkSpaces Secure Browser can assume its roles. The defined permissions include the trust and permissions policies. The permissions policy can't be attached to any other IAM entity. You can delete a service-linked role only after first deleting its related resources. This protects your WorkSpaces Secure Browser resources because you can't inadvertently remove permission to access the resources. For information about other services that support service-linked roles, see AWS Services That Work with IAM and look for the services that have Yes in the Service-Linked Role column. Choose a Yes with a link to view the service-linked role documentation for that service. Topics • Service-linked role permissions for WorkSpaces Secure Browser • Creating a service-linked role for WorkSpaces Secure Browser • Editing a service-linked role for WorkSpaces Secure Browser • Deleting a service-linked role for WorkSpaces Secure Browser • Supported regions for WorkSpaces Secure Browser service-linked roles Service-linked role permissions for WorkSpaces Secure Browser WorkSpaces Secure Browser uses the service-linked role named AWSServiceRoleForAmazonWorkSpacesWeb – WorkSpaces Secure Browser uses this service- linked role to access Amazon EC2 resources of customer accounts for streaming instances and CloudWatch metrics. The AWSServiceRoleForAmazonWorkSpacesWeb service-linked role trusts the following services to assume the role: • workspaces-web.amazonaws.com Using service-linked roles 128 Amazon WorkSpaces Secure Browser Administration Guide The role permissions policy named AmazonWorkSpacesWebServiceRolePolicy allows WorkSpaces Secure Browser to complete the following actions on the specified resources. For more information, see the section called “AmazonWorkSpacesWebServiceRolePolicy”. • Action: ec2:DescribeVpcs on all AWS resources • Action: ec2:DescribeSubnets on all AWS resources • Action: ec2:DescribeAvailabilityZones on all AWS resources • Action: ec2:CreateNetworkInterface with aws:RequestTag/WorkSpacesWebManaged: true on subnet and security group resources • Action: ec2:DescribeNetworkInterfaces on all AWS resources • Action: ec2:DeleteNetworkInterface on network interfaces with aws:ResourceTag/ WorkSpacesWebManaged: true • Action: ec2:DescribeSubnets on all AWS resources • Action: ec2:AssociateAddress on all AWS resources • Action: ec2:DisassociateAddress on all AWS resources • Action: ec2:DescribeRouteTables on all AWS resources • Action: ec2:DescribeSecurityGroups on all AWS resources • Action: ec2:DescribeVpcEndpoints on all AWS resources • Action: ec2:CreateTags on ec2:CreateNetworkInterface Operation with aws:TagKeys: ["WorkSpacesWebManaged"] • Action: cloudwatch:PutMetricData on all AWS resources • Action: kinesis:PutRecord on Kinesis data streams with names that start with amazon- workspaces-web- • Action: kinesis:PutRecords on Kinesis data streams with names that start with amazon- workspaces-web- • Action: kinesis:DescribeStreamSummary on Kinesis data streams with names that start with amazon-workspaces-web- You must configure permissions to allow an
administration-guide-049
administration-guide.pdf
49
resources • Action: ec2:AssociateAddress on all AWS resources • Action: ec2:DisassociateAddress on all AWS resources • Action: ec2:DescribeRouteTables on all AWS resources • Action: ec2:DescribeSecurityGroups on all AWS resources • Action: ec2:DescribeVpcEndpoints on all AWS resources • Action: ec2:CreateTags on ec2:CreateNetworkInterface Operation with aws:TagKeys: ["WorkSpacesWebManaged"] • Action: cloudwatch:PutMetricData on all AWS resources • Action: kinesis:PutRecord on Kinesis data streams with names that start with amazon- workspaces-web- • Action: kinesis:PutRecords on Kinesis data streams with names that start with amazon- workspaces-web- • Action: kinesis:DescribeStreamSummary on Kinesis data streams with names that start with amazon-workspaces-web- You must configure permissions to allow an IAM entity (such as a user, group, or role) to create, edit, or delete a service-linked role. For more information, see Service-Linked Role Permissions in the IAM User Guide. Using service-linked roles 129 Amazon WorkSpaces Secure Browser Administration Guide Creating a service-linked role for WorkSpaces Secure Browser You don't need to manually create a service-linked role. When you create your first portal in the AWS Management Console, the AWS CLI, or the AWS API, WorkSpaces Secure Browser creates the service-linked role for you. Important This service-linked role can appear in your account if you completed an action in another service that uses the features supported by this role. If you delete this service-linked role and later need to create it again, you can use the same process to recreate the role in your account. When you create your first portal, WorkSpaces Secure Browser creates the service-linked role for you again. You can also use the IAM console to create a service-linked role with the WorkSpaces Secure Browser use case. In the AWS CLI or the AWS API, create a service-linked role with the workspaces-web.amazonaws.com service name. For more information, see Creating a Service- Linked Role in the IAM User Guide. If you delete this service-linked role, you can use this same process to create the role again. Editing a service-linked role for WorkSpaces Secure Browser WorkSpaces Secure Browser doesn't allow you to edit the AWSServiceRoleForAmazonWorkSpacesWeb service-linked role. After you create a service- linked role, you can't change the name of the role because various entities might reference the role. However, you can edit the description of the role using IAM. For more information, see Editing a Service-Linked Role in the IAM User Guide. Deleting a service-linked role for WorkSpaces Secure Browser If you no longer need to use a feature or service that requires a service-linked role, we recommend that you delete that role. That way you don’t have an unused entity that is not actively monitored or maintained. However, you must clean up the resources for your service-linked role before you can manually delete it. Using service-linked roles 130 Amazon WorkSpaces Secure Browser Administration Guide Note If the WorkSpaces Secure Browser service is using the role when you try to delete the resources, then the deletion might fail. If that happens, wait for a few minutes and try the operation again. To delete WorkSpaces Secure Browser resources used by the AWSServiceRoleForAmazonWorkSpacesWeb • Choose from one of the following options: • If you use the console, delete all of your portals on the console. • If you use the CLI or API, disassociate all of your resources (including browser settings, network settings, user settings, trust stores, and user access logging settings) from your portals, delete these resources, and then delete the portals. To manually delete the service-linked role using IAM Use the IAM console, the AWS CLI, or the AWS API to delete the AWSServiceRoleForAmazonWorkSpacesWeb service-linked role. For more information, see Deleting a Service-Linked Role in the IAM User Guide. Supported regions for WorkSpaces Secure Browser service-linked roles WorkSpaces Secure Browser supports using service-linked roles in all of the regions where the service is available. For more information, see AWS Regions and Endpoints. Incident response in Amazon WorkSpaces Secure Browser You can detect incidents by monitoring the SessionFailure Amazon CloudWatch metric. To receive alerts for incidents, use a CloudWatch alarm for the SessionFailure metric. For more information, see Monitoring Amazon WorkSpaces Secure Browser with Amazon CloudWatch. Incident response 131 Amazon WorkSpaces Secure Browser Administration Guide Compliance validation for Amazon WorkSpaces Secure Browser To learn whether an AWS service is within the scope of specific compliance programs, see AWS services in Scope by Compliance Program and choose the compliance program that you are interested in. For general information, see AWS Compliance Programs. You can download third-party audit reports using AWS Artifact. For more information, see Downloading Reports in AWS Artifact. Your compliance responsibility when using AWS services is determined by the sensitivity of your data, your company's compliance objectives, and applicable laws and regulations. AWS provides the following resources to help with compliance: • Security Compliance & Governance – These solution implementation guides discuss architectural considerations and provide steps for deploying
administration-guide-050
administration-guide.pdf
50
the scope of specific compliance programs, see AWS services in Scope by Compliance Program and choose the compliance program that you are interested in. For general information, see AWS Compliance Programs. You can download third-party audit reports using AWS Artifact. For more information, see Downloading Reports in AWS Artifact. Your compliance responsibility when using AWS services is determined by the sensitivity of your data, your company's compliance objectives, and applicable laws and regulations. AWS provides the following resources to help with compliance: • Security Compliance & Governance – These solution implementation guides discuss architectural considerations and provide steps for deploying security and compliance features. • HIPAA Eligible Services Reference – Lists HIPAA eligible services. Not all AWS services are HIPAA eligible. • AWS Compliance Resources – This collection of workbooks and guides might apply to your industry and location. • AWS Customer Compliance Guides – Understand the shared responsibility model through the lens of compliance. The guides summarize the best practices for securing AWS services and map the guidance to security controls across multiple frameworks (including National Institute of Standards and Technology (NIST), Payment Card Industry Security Standards Council (PCI), and International Organization for Standardization (ISO)). • Evaluating Resources with Rules in the AWS Config Developer Guide – The AWS Config service assesses how well your resource configurations comply with internal practices, industry guidelines, and regulations. • AWS Security Hub – This AWS service provides a comprehensive view of your security state within AWS. Security Hub uses security controls to evaluate your AWS resources and to check your compliance against security industry standards and best practices. For a list of supported services and controls, see Security Hub controls reference. • Amazon GuardDuty – This AWS service detects potential threats to your AWS accounts, workloads, containers, and data by monitoring your environment for suspicious and malicious activities. GuardDuty can help you address various compliance requirements, like PCI DSS, by meeting intrusion detection requirements mandated by certain compliance frameworks. Compliance validation 132 Amazon WorkSpaces Secure Browser Administration Guide • AWS Audit Manager – This AWS service helps you continuously audit your AWS usage to simplify how you manage risk and compliance with regulations and industry standards. Resilience in Amazon WorkSpaces Secure Browser The AWS global infrastructure is built around AWS Regions and Availability Zones. AWS Regions provide multiple physically separated and isolated Availability Zones, which are connected with low-latency, high-throughput, and highly redundant networking. With Availability Zones, you can design and operate applications and databases that automatically fail over between zones without interruption. Availability Zones are more highly available, fault tolerant, and scalable than traditional single or multiple data center infrastructures. For more information about AWS Regions and Availability Zones, see AWS Global Infrastructure. The following are currently not supported by WorkSpaces Secure Browser: • Backing up content across AZs or regions • Encrypted backups • Encrypting in-transit content between AZs or regions • Default or automatic backups To configure for high internet availability, you can tune your VPC configuration. For high API availability, you can request the right amount of TPS. Infrastructure security in Amazon WorkSpaces Secure Browser As a managed service, Amazon WorkSpaces Secure Browser is protected by AWS global network security. For information about AWS security services and how AWS protects infrastructure, see AWS Cloud Security. To design your AWS environment using the best practices for infrastructure security, see Infrastructure Protection in Security Pillar AWS Well‐Architected Framework. You use AWS published API calls to access Amazon WorkSpaces Secure Browser through the network. Clients must support the following: • Transport Layer Security (TLS). We require TLS 1.2 and recommend TLS 1.3. Resilience 133 Amazon WorkSpaces Secure Browser Administration Guide • Cipher suites with perfect forward secrecy (PFS) such as DHE (Ephemeral Diffie-Hellman) or ECDHE (Elliptic Curve Ephemeral Diffie-Hellman). Most modern systems such as Java 7 and later support these modes. Additionally, requests must be signed by using an access key ID and a secret access key that is associated with an IAM principal. Or you can use the AWS Security Token Service (AWS STS) to generate temporary security credentials to sign requests. WorkSpaces Secure Browser isolates service traffic by applying Standard AWS SigV4 Authentication and Authorization to all services. The customer resource endpoint (or web portal endpoint) is protected by your identity provider. You can further isolate traffic by using Multi-factor Authorization and other security mechanism in your identity provider (IdP). All internet access can be controlled by configuring network settings, such as the VPC, subnet, or security group. Multi-tenancy and VPC endpoints (PrivateLink) are not currently supported. Configuration and vulnerability analysis in Amazon WorkSpaces Secure Browser WorkSpaces Secure Browser updates and patches applications and platforms as needed on your behalf, including Chrome and Linux. You are not required to patch or rebuild. However, it is your responsibility to configure
administration-guide-051
administration-guide.pdf
51
customer resource endpoint (or web portal endpoint) is protected by your identity provider. You can further isolate traffic by using Multi-factor Authorization and other security mechanism in your identity provider (IdP). All internet access can be controlled by configuring network settings, such as the VPC, subnet, or security group. Multi-tenancy and VPC endpoints (PrivateLink) are not currently supported. Configuration and vulnerability analysis in Amazon WorkSpaces Secure Browser WorkSpaces Secure Browser updates and patches applications and platforms as needed on your behalf, including Chrome and Linux. You are not required to patch or rebuild. However, it is your responsibility to configure WorkSpaces Secure Browser according to specifications and guidelines, and to monitor WorkSpaces Secure Browser usage by your users. All service-related configs and vulnerability analysis are the responsibility of WorkSpaces Secure Browser. You can request a limit increase for WorkSpaces Secure Browser resources, such as the number of web portals and number of users. WorkSpaces Secure Browser ensures the availability of the service and SLA. Access APIs using an interface VPC endpoint (AWS PrivateLink) You can directly call Amazon WorkSpaces Secure Browser API endpoint from within a private cloud (VPC), instead of connecting over the internet. You can do this without the use of an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection. You establish this private connection by creating an interface VPC endpoint that's powered by AWS PrivateLink. For each subnet that you specify from your VPC, we create an endpoint network Configuration and vulnerability analysis 134 Amazon WorkSpaces Secure Browser Administration Guide interface in the subnet. An endpoint network interface is a requester-managed network interface that serves as the entry point for Amazon WorkSpaces Secure Browser API traffic. For more information, see Access AWS services through AWS PrivateLink. Topics • Considerations for Amazon WorkSpaces Secure Browser • Creating an interface VPC endpoint for Amazon WorkSpaces Secure Browser • Creating an endpoint policy for your interface VPC endpoint • Troubleshooting Considerations for Amazon WorkSpaces Secure Browser Before you set up an interface VPC endpoint for Amazon WorkSpaces Secure Browser APIs, make sure to review the "Prerequisites" in Access AWS services through AWS PrivateLink. Amazon WorkSpaces Secure Browser supports making calls to all of its API actions through the interface VPC endpoint. By default, full access to Amazon WorkSpaces Secure Browser is allowed through the endpoint. For more information, see Controlling access to services with VPC endpoints in the Amazon VPC User Guide. Creating an interface VPC endpoint for Amazon WorkSpaces Secure Browser You can create an interface VPC endpoint for the Amazon WorkSpaces Secure Browser service using either the Amazon VPC console or the AWS Command Line Interface (AWS CLI). For more information, see Creating an interface endpoint in the Amazon VPC User Guide. Create an interface VPC endpoint for Amazon WorkSpaces Secure Browser using the following service name: • com.amazonaws.region.workspaces-web For FIPS-supported regions, create an interface VPC endpoint for Amazon WorkSpaces Secure Browser using the following service name: • com.amazonaws.region.workspaces-web-fips Considerations for Amazon WorkSpaces Secure Browser 135 Amazon WorkSpaces Secure Browser Administration Guide Creating an endpoint policy for your interface VPC endpoint An endpoint policy is an IAM resource that you can attach to an interface VPC endpoint. The default endpoint policy gives you full access to Amazon WorkSpaces Secure Browser APIs through the interface VPC endpoint. To control the access granted to Amazon WorkSpaces Secure Browser from your VPC, attach a custom endpoint policy to the interface VPC endpoint. An endpoint policy specifies the following information: • The principals that can perform actions (AWS accounts, IAM users, and IAM roles). • The actions that can be performed. • The resources on which actions can be performed. For more information, see Controlling access to services with VPC endpoints in the Amazon VPC User Guide. Example: VPC endpoint policy for Amazon WorkSpaces Secure Browser actions The following is an example of a custom endpoint policy. When you attach this policy to your interface VPC endpoint, it grants access to the listed Amazon WorkSpaces Secure Browser actions for all principals on all resources. { "Statement": [ { "Action": "workspaces-web:*", "Effect": "Allow", "Resource": "*", "Principal": "*" } ] } Troubleshooting If your calls to the Amazon WorkSpaces Secure Browser APIs are hanging, there is likely a misconfiguration in your VPC Endpoint Service security group or IAM role setup. To resolve this, try the following: Creating an endpoint policy for your interface VPC endpoint 136 Amazon WorkSpaces Secure Browser Administration Guide • While creating your interface VPC endpoint, it might have automatically attached to your AWS account’s default security group. Try using a different security group, and make sure the inbound and outbound permissions allow you to transfer your data appropriately. • Make sure you are using an IAM role that allows you to call Amazon WorkSpaces Secure Browser APIs.
administration-guide-052
administration-guide.pdf
52
APIs are hanging, there is likely a misconfiguration in your VPC Endpoint Service security group or IAM role setup. To resolve this, try the following: Creating an endpoint policy for your interface VPC endpoint 136 Amazon WorkSpaces Secure Browser Administration Guide • While creating your interface VPC endpoint, it might have automatically attached to your AWS account’s default security group. Try using a different security group, and make sure the inbound and outbound permissions allow you to transfer your data appropriately. • Make sure you are using an IAM role that allows you to call Amazon WorkSpaces Secure Browser APIs. For more information, see What is AWS PrivateLink? in the Amazon VPC User Guide. Security best practices for Amazon WorkSpaces Secure Browser Amazon WorkSpaces Secure Browser provides a number of security features you can use as you develop and implement your own security policies. The following best practices are general guidelines and don’t represent a complete security solution. Because these best practices might not be appropriate or sufficient for your environment, treat them as helpful considerations rather than prescriptions. Best practices for Amazon WorkSpaces Secure Browser include the following: • To detect potential security events associated with your use of WorkSpaces Secure Browser, use AWS CloudTrail or Amazon CloudWatch to detect and track access history and process logs. For more information, see Monitoring Amazon WorkSpaces Secure Browser with Amazon CloudWatch and Logging WorkSpaces Secure Browser API calls using AWS CloudTrail. • To implement detective controls and identify anomalies, use CloudTrail logs and CloudWatch metrics. For more information, see Monitoring Amazon WorkSpaces Secure Browser with Amazon CloudWatch and Logging WorkSpaces Secure Browser API calls using AWS CloudTrail. • You can set up user access logging to record user events. For more information, see the section called “Setting up user access logging”. To prevent potential security events associated with your use of WorkSpaces Secure Browser, follow these best practices: • Implement least privilege access and create specific roles to be used for WorkSpaces Secure Browser actions. Use IAM templates to create a Full Access or Read Only role. For more information, see AWS managed policies for WorkSpaces Secure Browser. Security best practices 137 Amazon WorkSpaces Secure Browser Administration Guide • Be careful with sharing portal domains and user credentials. Anyone on the internet can access the web portal, but they can't start a session unless they have a valid user credential to the portal. Be cautious about how, when, and to whom you share web portal credentials. Security best practices 138 Amazon WorkSpaces Secure Browser Administration Guide Monitoring Amazon WorkSpaces Secure Browser Monitoring is an important part of maintaining the reliability, availability, and performance of Amazon WorkSpaces Secure Browser and your other AWS solutions. AWS provides the following monitoring tools to watch your WorkSpaces Secure Browser portals and their resources, report when something is wrong, and take automatic actions when appropriate: • Amazon CloudWatch monitors your AWS resources and the applications you run on AWS in real time. You can collect and track metrics, create customized dashboards, and set alarms that notify you or take actions when a specified metric reaches a specified threshold. For example, you can have CloudWatch track CPU usage or other metrics for your Amazon EC2 instances and automatically launch new instances when needed. For more information, see the Amazon CloudWatch User Guide. • Amazon CloudWatch Logs lets you monitor, store, and access your log files from Amazon EC2 instances, CloudTrail, and other sources. CloudWatch Logs can monitor information in the log files and notify you when certain thresholds are met. You can also archive your log data in highly durable storage. For more information, see the Amazon CloudWatch Logs User Guide. • AWS CloudTrail captures API calls and related events made by or on behalf of your AWS account and delivers the log files to an Amazon S3 bucket that you specify. You can identify which users and accounts called AWS, the source IP address from which the calls were made, and when the calls occurred. For more information, see the AWS CloudTrail User Guide. Topics • Monitoring Amazon WorkSpaces Secure Browser with Amazon CloudWatch • Logging WorkSpaces Secure Browser API calls using AWS CloudTrail • User access logging in Amazon WorkSpaces Secure Browser Monitoring Amazon WorkSpaces Secure Browser with Amazon CloudWatch You can monitor Amazon WorkSpaces Secure Browser using CloudWatch, which collects raw data and processes it into readable, near real-time metrics. These statistics are kept for 15 months, so that you can access historical information and gain a better perspective on how your web application or service is performing. You can also set alarms that watch for certain thresholds, and Monitoring with CloudWatch 139 Amazon WorkSpaces Secure Browser Administration Guide send notifications or take actions when those thresholds are met. For more information, see the
administration-guide-053
administration-guide.pdf
53
access logging in Amazon WorkSpaces Secure Browser Monitoring Amazon WorkSpaces Secure Browser with Amazon CloudWatch You can monitor Amazon WorkSpaces Secure Browser using CloudWatch, which collects raw data and processes it into readable, near real-time metrics. These statistics are kept for 15 months, so that you can access historical information and gain a better perspective on how your web application or service is performing. You can also set alarms that watch for certain thresholds, and Monitoring with CloudWatch 139 Amazon WorkSpaces Secure Browser Administration Guide send notifications or take actions when those thresholds are met. For more information, see the Amazon CloudWatch User Guide. The AWS/WorkSpacesWeb namespace includes the following metrics. CloudWatch metrics for Amazon WorkSpaces Secure Browser Metric Description Dimensions Statistics PortalId Average, Sum, Maximum, Minimum Units Count SessionAt tempt SessionSu ccess SessionFa ilure GlobalCpu Percent GlobalMem oryPercent The number of Amazon WorkSpace s Secure Browser session attempts. The number of successfu l Amazon WorkSpaces Secure Browser session starts. The number of failed Amazon WorkSpaces Secure Browser session starts. The CPU usage of the Amazon WorkSpaces Secure Browser session instance. The memory (RAM) usage of the Amazon WorkSpaces PortalId Average, Sum, Maximum, Minimum Count PortalId Average, Sum, Maximum, Minimum Count PortalId Average, Sum, Maximum, Minimum Percent PortalId Average, Sum, Maximum, Minimum Percent Monitoring with CloudWatch 140 Amazon WorkSpaces Secure Browser Administration Guide Metric Description Dimensions Statistics Units Secure Browser session instance. Note You can view the “SampleCount” metric statistic for GlobalCpuPercent or GlobalMemoryPercent to determine the number of concurrent sessions active on your portal. The data points are emitted by each session once per minute. Logging WorkSpaces Secure Browser API calls using AWS CloudTrail WorkSpaces Secure Browser is integrated with AWS CloudTrail, a service that provides a record of actions taken by a user, role, or an AWS service in Amazon WorkSpaces Secure Browser. CloudTrail captures all API calls for Amazon WorkSpaces Secure Browser as events. These include calls from the Amazon WorkSpaces Secure Browser console and code calls to Amazon WorkSpaces Secure Browser API operations. If you create a trail, you can enable continuous delivery of CloudTrail events to an Amazon S3 bucket, including events for Amazon WorkSpaces Secure Browser. If you don't configure a trail, you can still view the most recent events in the CloudTrail console in Event history. Using the information collected by CloudTrail, you can identify the request that was made to Amazon WorkSpaces Secure Browser, the IP address from which the request was made, who made the request, when it was made, as well as additional details. To learn more about CloudTrail, see the AWS CloudTrail User Guide. Topics • WorkSpaces Secure Browser information in CloudTrail • Understanding WorkSpaces Secure Browser log file entries WorkSpaces Secure Browser information in CloudTrail CloudTrail is enabled on your AWS account when you create the account. When activity occurs in Amazon WorkSpaces Secure Browser, that activity is recorded in a CloudTrail event along with CloudTrail logs 141 Amazon WorkSpaces Secure Browser Administration Guide other AWS service events in Event history. In Event history, you can view, search, and download recent events in your AWS account. For more information, see Viewing events with CloudTrail Event history. For an ongoing record of events in your AWS account, including events for Amazon WorkSpaces Secure Browser, you can create a trail. A trail enables CloudTrail to deliver log files to an Amazon S3 bucket. By default, when you create a trail in the console, the trail applies to all AWSRegions. The trail logs events from all Regions in the AWS partition and delivers the log files to the Amazon S3 bucket that you specify. Additionally, you can configure other AWS services to further analyze and act upon the event data collected in CloudTrail logs. For more information, see the following: • Overview for creating a trail • CloudTrail supported services and integrations • Configuring Amazon SNS notifications for CloudTrail • Receiving CloudTrail log files from multiple regions and Receiving CloudTrail log files from multiple accounts All Amazon WorkSpaces Secure Browser actions are logged by CloudTrail and are documented in the Amazon WorkSpaces API Reference. For example, calls to the CreatePortal, DeleteUserSettings and ListBrowserSettings actions generate entries in the CloudTrail log files. Every event or log entry contains information about who generated the request. The identity information helps you determine the following: • Whether the request was made with root or IAM user credentials. • Whether the request was made with temporary security credentials for a role or federated user. • Whether the request was made by another AWS service. For more information, see the CloudTrail userIdentity element. Understanding WorkSpaces Secure Browser log file entries A trail is a configuration that enables delivery of events as log files to an Amazon S3 bucket that you specify. CloudTrail log files contain one or
administration-guide-054
administration-guide.pdf
54
Every event or log entry contains information about who generated the request. The identity information helps you determine the following: • Whether the request was made with root or IAM user credentials. • Whether the request was made with temporary security credentials for a role or federated user. • Whether the request was made by another AWS service. For more information, see the CloudTrail userIdentity element. Understanding WorkSpaces Secure Browser log file entries A trail is a configuration that enables delivery of events as log files to an Amazon S3 bucket that you specify. CloudTrail log files contain one or more log entries. An event represents a single request from any source and includes information about the requested action, the date and time of Log file entries 142 Amazon WorkSpaces Secure Browser Administration Guide the action, request parameters, and other details. CloudTrail log files aren't an ordered stack trace of the public API calls, so they don't appear in any specific order. The following example shows a CloudTrail log entry that demonstrates the ListBrowserSettings action. { "Records": [{ "eventVersion": "1.08", "userIdentity": { "type": "IAMUser", "principalId": "111122223333", "arn": "arn:aws:iam::111122223333:user/myUserName", "accountId": "111122223333", "accessKeyId": "AKIAIOSFODNN7EXAMPLE", "userName": "myUserName" }, "eventTime": "2021-11-17T23:44:51Z", "eventSource": "workspaces-web.amazonaws.com", "eventName": "ListBrowserSettings", "awsRegion": "us-west-2", "sourceIPAddress": "127.0.0.1", "userAgent": "[]", "requestParameters": null, "responseElements": null, "requestID": "159d5c4f-c8c8-41f1-9aee-b5b1b632e8b2", "eventID": "d8237248-0090-4c1e-b8f0-a6e8b18d63cb", "readOnly": true, "eventType": "AwsApiCall", "managementEvent": true, "recipientAccountId": "111122223333", "eventCategory": "Management" }, { "eventVersion": "1.08", "userIdentity": { "type": "IAMUser", "principalId": "111122223333", "arn": "arn:aws:iam::111122223333:user/myUserName", "accountId": "111122223333", "accessKeyId": "AKIAIOSFODNN7EXAMPLE", "userName": "myUserName" Log file entries 143 Amazon WorkSpaces Secure Browser }, "eventTime": "2021-11-17T23:55:51Z", "eventSource": "workspaces-web.amazonaws.com", Administration Guide "eventName": "CreateUserSettings", "awsRegion": "us-west-2", "sourceIPAddress": "5127.0.0.1", "userAgent": "[]", "requestParameters": { "clientToken": "some-token", "copyAllowed": "Enabled", "downloadAllowed": "Enabled", "pasteAllowed": "Enabled", "printAllowed": "Enabled", "uploadAllowed": "Enabled" }, "responseElements": "arn:aws:workspaces-web:us- west-2:111122223333:userSettings/04a35a2d-f7f9-4b22-af08-8ec72da9c2e2", "requestID": "6a4aa162-7c1b-4cf9-a7ac-e0c8c4622117", "eventID": "56f1fbee-6a1d-4fc6-bf35-a3a71f016fcb", "readOnly": false, "eventType": "AwsApiCall", "managementEvent": true, "recipientAccountId": "111122223333", "eventCategory": "Management" }] } User access logging in Amazon WorkSpaces Secure Browser Amazon WorkSpaces Secure Browser enables customers to record session events, including start, stop, and URL visits. These logs are delivered to an Amazon Kinesis Data Stream that you specify for your web portal. For more information, see the section called “Setting up user access logging”. User access logging 144 Amazon WorkSpaces Secure Browser Administration Guide Guidance for Amazon WorkSpaces Secure Browser users Administrators use WorkSpaces Secure Browser to create web portals that connect to company websites, such as internal websites, software-as-a-service (SAAS) web applications, or the internet. End users use their existing web browsers to access these web portals in order to launch a session and access content. The following content helps guide end users who want to learn more about accessing WorkSpaces Secure Browser, launching and configuring a session, and using the toolbar and web browser. Topics • Browser and device compatibility for Amazon WorkSpaces Secure Browser • Web portal access for Amazon WorkSpaces Secure Browser • Session guidance for Amazon WorkSpaces Secure Browser • Troubleshooting user issues in Amazon WorkSpaces Secure Browser • Single sign-on extension for Amazon WorkSpaces Secure Browser Browser and device compatibility for Amazon WorkSpaces Secure Browser Amazon WorkSpaces Secure Browser is powered by the Amazon DCV web browser client, which runs inside a web browser, so no installation is required. The web browser client is supported by common web browsers, such as Chrome and Firefox, and by major desktop operating systems, such as Windows, macOS, and Linux. For the most up-to-date details on web browser client support, see Web browser client. Note Support for webcam is currently only available in Chromium-based browsers, such as Google Chrome and Microsoft Edge. Currently, Apple Safari and Mozilla FireFox do not support webcam. Browser and device compatibility 145 Amazon WorkSpaces Secure Browser Administration Guide Web portal access for Amazon WorkSpaces Secure Browser Your administrator can provide access to your web portal with the following options: • You can select a link from an email or website, and then sign in with your SAML identity credentials. • You can sign into your SAML identity provider (such as Okta, Ping, or Azure), and launch a session with one click from your SAML provider’s application home page (such as the Okta End User Dashboard or the Azure Myapps portal) . Session guidance for Amazon WorkSpaces Secure Browser After you sign into the web portal, you can launch a session and perform various actions during your session. Topics • Starting a session in Amazon WorkSpaces Secure Browser • Using the toolbar in Amazon WorkSpaces Secure Browser • Using the browser in Amazon WorkSpaces Secure Browser • Ending a session in Amazon WorkSpaces Secure Browser Starting a session in Amazon WorkSpaces Secure Browser After you sign in to launch a session, you will see the Launching session message and progress bar. This indicates that Amazon WorkSpaces Secure Browser is creating a session for you. Behind the scenes, Amazon WorkSpaces Secure Browser is creating the instance,
administration-guide-055
administration-guide.pdf
55
portal, you can launch a session and perform various actions during your session. Topics • Starting a session in Amazon WorkSpaces Secure Browser • Using the toolbar in Amazon WorkSpaces Secure Browser • Using the browser in Amazon WorkSpaces Secure Browser • Ending a session in Amazon WorkSpaces Secure Browser Starting a session in Amazon WorkSpaces Secure Browser After you sign in to launch a session, you will see the Launching session message and progress bar. This indicates that Amazon WorkSpaces Secure Browser is creating a session for you. Behind the scenes, Amazon WorkSpaces Secure Browser is creating the instance, launching the managed web browser, and applying administrator settings and browser policies. If this is your first time signing into your web portal, you will see blue + icons in the toolbar. This icon indicates that a tutorial is available, which will guide through the available features in the toolbar. You can use these icons to learn how to: • Allow browser permissions for the microphone, webcam, and clipboard, by selecting the lock icon next to your local browser, and setting the switch to On next to the clipboard, microphone, and camera. Web portal access 146 Amazon WorkSpaces Secure Browser Administration Guide Note When you enable webcam permissions at the start of your first session, the webcam is briefly enabled and a light on your computer will flash. This grants local browser access to your webcam. • Enable Amazon WorkSpaces Secure Browser to launch additional monitor windows, by selecting the lock icon in your browser and the setting to Always allow pop-ups. If you ever want to re-launch a tutorial, you can choose Profile from the toolbar, Help, and Launch tutorial. Using the toolbar in Amazon WorkSpaces Secure Browser To learn how to use the toolbar, follow these steps. To move the toolbar, select the lighter bar in the top section of the tool bar, drag it to your desired location, then release it to drop it. To collapse the toolbar, hover over it, and select the up-arrow button, or double-click the lighter bar in the top section. The collapsed view provides you with more screen real estate, and one-click access to the most commonly used icons. To increase the size of the display, select the browser window and zoom in. To increase the display size of the toolbar icons and text, select the toolbar and zoom in. To zoom in or out on a Windows device, follow these steps: 1. Select the toolbar or web content. 2. Press Ctrl + + to zoom in, or press Ctrl + - to zoom out. To zoom in or out on a Mac device, follow these steps: 1. Select the toolbar or web content. 2. Press Cmd + + to zoom in, or press Cmd + - to zoom out. To dock the toolbar to the top of the screen, choose Preferences, General, and Docked under Toolbar mode. Using the toolbar 147 Amazon WorkSpaces Secure Browser Administration Guide The following table includes a description of all the available icons in the toolbar: Using the toolbar 148 Amazon WorkSpaces Secure Browser Administration Guide Using the toolbar 149 Amazon WorkSpaces Secure Browser Administration Guide Note The Clipboard and Files icons are hidden by default, unless your administrator grants these permissions. Only administrators can enable or disable clipboard and files on a web portal. If these icons are hidden and you need to access them, contact your administrator. Using the browser in Amazon WorkSpaces Secure Browser When you start your session, the browser displays the Startup URL, which is a URL chosen by your administrator. If administrator hasn't chosen a Startup URL, you will see the default new tab experience from Google Chrome. From the browser, you can open tabs, launch additional browser windows (from the Windows toolbar icon or the browser's triple dot menu), enter a URL or search in the URL bar, or go to websites from managed bookmarks. To access bookmarks for the web portal, open the Managed Bookmarks folder on the bookmarks bar (beneath the URL bar), or open the bookmarks manager from the triple dot menu on the right side of the URL bar. To resize or move the browser window, drag down the Chrome tab strip. This allows more screen real estate for multiple browser windows during the session. Note Browser features, such as Incognito mode, might not be available during your session if your administrator has turned them off. Ending a session in Amazon WorkSpaces Secure Browser To end a session, choose Profile and End session. After a session ends, Amazon WorkSpaces Secure Browser deletes all of the data from the session. No browser data, such as open websites or history, or files or data from File Explorer are available after a session ends. If you close a
administration-guide-056
administration-guide.pdf
56
window, drag down the Chrome tab strip. This allows more screen real estate for multiple browser windows during the session. Note Browser features, such as Incognito mode, might not be available during your session if your administrator has turned them off. Ending a session in Amazon WorkSpaces Secure Browser To end a session, choose Profile and End session. After a session ends, Amazon WorkSpaces Secure Browser deletes all of the data from the session. No browser data, such as open websites or history, or files or data from File Explorer are available after a session ends. If you close a tab during an active session, the session ends after a period of time set by your administrator. If you close the tab and revisit the web portal before this timeout takes effect, you can join the current session and see all of your previous session data, such as open websites and files. Using the browser 150 Amazon WorkSpaces Secure Browser Administration Guide Troubleshooting user issues in Amazon WorkSpaces Secure Browser If you encounter any of the following issues while using WorkSpaces Secure Browser, try the following resolutions. My Amazon WorkSpaces Secure Browser portal won’t let me sign in. I received an error message that says "Your web portal isn't set up yet. Contact you IT administrator for help." Your administrator needs to complete portal creation with a SAML 2.0 identity provider to enable you to sign in. Contact your administrator for help. My portal won’t launch a session. I received an error message that says"Failed to reserve session. There was an internal error. Please retry." There was a problem with your web portal session launch. Try to launch the session again. If this continues, contact your administrator for help. I can't use the clipboard, microphone, or webcam. To allow browser permissions, select the lock icon next to the URL, and toggle the blue switch next to Clipboard, Microphone, Camera, and Pop-ups and redirects to turn these features on. Note If your web browser doesn't support video or audio input, these options won't appear on the toolbar. Amazon WorkSpaces Secure Browser real-time audio-video (AV) redirects your local webcam video and microphone audio input to the browser streaming session. This way, you can use your local devices for video and audio conferencing within your streaming session with Chromium-based web browsers, such as Google Chrome or Microsoft Edge. Webcam is not currently supported in non- Chromium browsers. For information about how to configure Google Chrome, see Use your camera & microphone. My web portal won’t launch an additional monitor window. If you try to launch dual monitors and see a Pop-ups blocked icon at the end of the address bar on the top browser, select the icon and the radio button next to Always allow pop-ups and redirects. Troubleshooting user issues 151 Amazon WorkSpaces Secure Browser Administration Guide With pop-ups allowed, select the Dual monitor icon on the toolbar to launch a new window, reposition the window on your monitor, and drag a browser tab to the window. When I try to download files from the Files pane, nothing happens. If you try to download files from the Files pane and see a Pop-ups blocked icon at the end of the address bar on the top browser, select the icon and the radio button next to Always allow pop-ups and redirects. With pop-ups allowed, try downloading the files again. How can I tell which microphone and/or webcam is being used, and how can I change it? Click the down arrow icon next to the microphone or camera. The menu displays available devices, with a checkmark indicating your current device. Select a different device to change the device you want to use for your session. Single sign-on extension for Amazon WorkSpaces Secure Browser Amazon WorkSpaces Secure Browser offers an extension for single sign-on with Chrome and Firefox browsers on desktop computers. If your administrator has enabled the extension, the web portal will ask you to install the extension when you sign in. Amazon WorkSpaces Secure Browser built the extension to enable single sign-on to websites during your session. For example, if you sign into your web portal using a SAML 2.0 identity provider (such as Okta or Ping), and you visit a website during your session that uses the same identity provider, the extension can make it easier to access the website by removing additional sign-in prompts. You aren’t required to install the extension to access your web portal, but it can improve your experience by reducing the number of times you are asked to enter your username and password. When you sign in, the extension locates the cookies your administrator listed for your session. All of the data that the extension locates is encrypted at rest and during transit. None of this data
administration-guide-057
administration-guide.pdf
57
as Okta or Ping), and you visit a website during your session that uses the same identity provider, the extension can make it easier to access the website by removing additional sign-in prompts. You aren’t required to install the extension to access your web portal, but it can improve your experience by reducing the number of times you are asked to enter your username and password. When you sign in, the extension locates the cookies your administrator listed for your session. All of the data that the extension locates is encrypted at rest and during transit. None of this data is stored in your local browser. When you end your session, all of your session data (such as open tabs, files downloaded, and cookies delivered to or created during the session) is deleted. Topics • Single sign-on extension compatibility for Amazon WorkSpaces Secure Browser • Installing the single sign-on extension for Amazon WorkSpaces Secure Browser Single sign-on extension 152 Amazon WorkSpaces Secure Browser Administration Guide • Troubleshooting the single sign-on extension for Amazon WorkSpaces Secure Browser Single sign-on extension compatibility for Amazon WorkSpaces Secure Browser The single sign-on extension works with the following devices and browsers: • Devices • Laptops • Desktop computers • Browsers • Google Chrome • Mozilla Firefox Installing the single sign-on extension for Amazon WorkSpaces Secure Browser To install the single sign-on extension, follow these steps. When you sign into the portal, follow the prompt to install the extension for your Chrome or Firefox browser. You only have to do this one time for each web browser. If you switch devices, switch to a different browser on the same device, or delete the extension from your local browser, you'll see a prompt to install the extension when you start your next session. To ensure that the extension works as expected, use the extension in a normal browsing window, instead of Incognito (Chrome) or Private Browsing (Firefox). Troubleshooting the single sign-on extension for Amazon WorkSpaces Secure Browser While using the single sign-on extension, you might encounter the following issue. If you have the extension installed, but you're still being asked to sign in during your session, follow these steps: Single sign-on extension compatibility 153 Amazon WorkSpaces Secure Browser Administration Guide 1. Make sure that you have the Amazon WorkSpaces Secure Browser extension installed on your browser. If you deleted your browser data, you might have removed the extension by accident. 2. Make sure that you are not Incognito (Chrome) or Private Browsing (Firefox). These modes can cause issues with extensions. 3. If the issue persists, contact your portal administrator for additional help. Troubleshooting the single sign-on extension 154 Amazon WorkSpaces Secure Browser Administration Guide Document history for the Amazon WorkSpaces Secure Browser Administration Guide The following table describes the documentation releases for Amazon WorkSpaces Secure Browser. Change Description Date Toolbar controls With toolbar controls, you can configure the toolbar presentation for end user sessions. February 21, 2025 Access APIs using an interface VPC endpoint (AWS PrivateLi Directly call the Amazon WorkSpaces Secure Browser January 10, 2025 nk) Data Protection Settings API endpoint from within a private cloud (VPC), instead of connecting over the internet. Add Data Protection Settings to help protect data from being shared during a session. November 20, 2024 FIPS endpoints Protect data in transit with FIPS endpoints. October 7, 2024 Session management dashboard Allow deep links Use the session managemen t dashboard to monitor and manage active and complete sessions. Allow portals to receive deep links that connect users to a specific website during a session. September 19, 2024 June 25, 2024 155 Amazon WorkSpaces Secure Browser Administration Guide Managed policy update Added AmazonWorkSpacesSe cureBrowserReadOnly June 24, 2024 managed policy Use the toolbar to zoom New web portal settings CloudWatch metrics Set up URL filtering IdP authentication types You can increase the size of the display, icons, and text with the toolbar. You can now specify Instance type and Max concurren t user limit for your web portal. Added GlobalCpuPercent and GlobalMemoryPercent metrics. You can use Chrome Policy to filter which URLs users can access from their remote browser. You can choose either the standard or IAM Identity Center authentication type. May 1, 2024 April 22, 2024 February 26, 2024 February 21, 2024 February 5, 2024 Enable extension for single sign-on You can enable an extension for your end users to have August 28, 2023 User guidance for Amazon WorkSpaces Secure Browser a better portal sign-on experience. Added content to help guide end users, who want to learn more about accessing Amazon WorkSpaces Secure Browser, launching and configuring a session, and using the toolbar and web browser. July 17, 2023 156 Amazon WorkSpaces Secure Browser Administration Guide IP access controls Managed policy update Configure identity provider update WorkSpaces Secure Browser allows you to control
administration-guide-058
administration-guide.pdf
58
April 22, 2024 February 26, 2024 February 21, 2024 February 5, 2024 Enable extension for single sign-on You can enable an extension for your end users to have August 28, 2023 User guidance for Amazon WorkSpaces Secure Browser a better portal sign-on experience. Added content to help guide end users, who want to learn more about accessing Amazon WorkSpaces Secure Browser, launching and configuring a session, and using the toolbar and web browser. July 17, 2023 156 Amazon WorkSpaces Secure Browser Administration Guide IP access controls Managed policy update Configure identity provider update WorkSpaces Secure Browser allows you to control which IP addresses your web portal can be accessed from. Updated AmazonWor kSpacesWebReadOnly managed policy WorkSpaces Secure Browser offers two authentication types: Standard and AWS IAM Identity Center May 31, 2023 May 15, 2023 March 15, 2023 Browser policy update Updated and restructured browser policy section January 31, 2023 Managed policy update Allowlist and blocklist Managed policy update Managed policy update User access logging Networking updates Updated AmazonWor kSpacesWebServiceRolePolicy managed policy Specify the Allowlist and Blocklist to specify a list of domains that your users can or cannot access. Updated AmazonWor kSpacesWebReadOnly managed policy December 15, 2022 November 14, 2022 November 2, 2022 Updated AmazonWor kSpacesWebServiceRolePolicy managed policy October 24, 2022 Set up user access logging to record user events October 17, 2022 Various updates to "Networki ng and access" section September 22, 2022 157 Amazon WorkSpaces Secure Browser Administration Guide Managed policy update Configure user sessions Updated AmazonWor kSpacesWebServiceRolePolicy managed policy Configure the Input Method Editor (IME) and in-session localization September 6, 2022 July 28, 2022 Networking updates Various updates to "Networki ng and access" section July 7, 2022 Timeout values Updated managed policy Service-linked role Managed policy Managed policy Initial release Specify the Disconnect timeout in minutes and Idle disconnect timeout in minutes Updated the AmazonWor kSpacesWebServiceRolePolicy managed policy to add the AWS/Usage namespace to the PutMetricData API permissio ns New AWSServiceRoleForA mazonWorkSpacesWeb service-linked role May 16, 2022 April 6, 2022 November 30, 2021 New AmazonWorkSpacesWe bReadOnly managed policy November 30, 2021 New AmazonWorkSpacesWe bServiceRolePolicy managed policy Initial release of the WorkSpaces Secure Browser Administration Guide November 30, 2021 November 30, 2021 158
al1-ug-001
al1-ug.pdf
1
User Guide Amazon Linux 1 Copyright © 2025 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon Linux 1 User Guide Amazon Linux 1: User Guide Copyright © 2025 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. Amazon Linux 1 Table of Contents User Guide What is Amazon Linux 1? ................................................................................................................ 1 Amazon Linux ................................................................................................................................................ 1 Amazon Linux availability ........................................................................................................................... 1 Deprecated functionality in AL1 .................................................................................................... 3 compat- packages ....................................................................................................................................... 3 Deprecated functionality discontinued in AL1, removed in AL2 ........................................................ 3 32-bit x86 (i686) AMIs ........................................................................................................................... 4 aws-apitools-* replaced by AWS CLI ............................................................................................ 4 systemd replaces upstart in AL2 .................................................................................................... 5 Using AL1 on AWS ........................................................................................................................... 6 AL1 AWS Region Support ........................................................................................................................... 6 Amazon EC2 instance types supported by AL1 .................................................................................... 8 Repository configuration .......................................................................................................................... 12 AL1 Tutorials .................................................................................................................................. 14 Install LAMP on AL1 .................................................................................................................................. 14 Step 1: Prepare the LAMP server ...................................................................................................... 15 Step 2: Test your LAMP server .......................................................................................................... 19 Step 3: Secure the database server .................................................................................................. 21 Step 4: (Optional) Install phpMyAdmin ........................................................................................... 22 Troubleshoot .......................................................................................................................................... 25 Related topics ........................................................................................................................................ 27 Configure SSL/TLS on Amazon Linux AMI ............................................................................................ 28 Prerequisites ........................................................................................................................................... 29 Step 1: Enable TLS on the server ...................................................................................................... 30 Step 2: Obtain a CA-signed certificate ............................................................................................. 33 Step 3: Test and harden the security configuration ...................................................................... 40 Troubleshoot .......................................................................................................................................... 43 Programming runtimes on AL1 .................................................................................................... 45 C/C++ and Fortran ..................................................................................................................................... 45 Go .................................................................................................................................................................. 46 Java ................................................................................................................................................................ 46 Perl ................................................................................................................................................................ 46 PHP ................................................................................................................................................................ 46 Python .......................................................................................................................................................... 46 iii Amazon Linux 1 User Guide Rust ............................................................................................................................................................... 46 AL1 package support status ......................................................................................................... 47 2018.03 Deprecated Packages ................................................................................................................ 47 EOL as of January 2020 ........................................................................................................................... 48 Backwards Compatibility Packages ........................................................................................................ 48 aws-apitools-* packages deprecated in March 2017 .......................................................................... 48 MySQL 5.5 EOL was December 31, 2018 ............................................................................................. 48 PostgreSQL 9.4 upstream EOL was February 13, 2020 ..................................................................... 49 Ruby 2.4 upstream EOL on March 31, 2020 ........................................................................................ 49 OpenJDK 1.7.0 EOL was June 30, 2020 ................................................................................................ 49 PHP 7.2 upstream EOL was November 30, 2020 ................................................................................ 50 MySQL 5.6 EOL on Febrary 5, 2021 ...................................................................................................... 50 PostgreSQL 9.5 upstream EOL on February 11, 2021 ....................................................................... 50 PostgreSQL 9.6 upstream EOL on November 11, 2021 ..................................................................... 50 PHP 7.3 upstream EOL is December 6, 2021 ....................................................................................... 51 Python 3.6 upstream EOL is December 2021 ...................................................................................... 51 Python 3.8 upstream EOL is after AL1 EOL ......................................................................................... 51 MySQL 5.7 EOL on October 21, 2023 ................................................................................................... 52 OpenJDK 1.8.0 EOL was December 31, 2023 ...................................................................................... 52 Amazon Linux 1 EOL ................................................................................................................................. 52 Packages ....................................................................................................................................................... 53 AL1 Package support statements ............................................................................................. 1006 2018.03 Deprecated Packages ............................................................................................................ 1006 Packages ............................................................................................................................................. 1007 AL1 EOL December 31, 2023 ............................................................................................................. 1035 Packages ............................................................................................................................................. 1036 aws-apitools-* packages deprecated March 1, 2017 ..................................................................... 1261 Packages ............................................................................................................................................. 1261 Backwards compatibility packages .................................................................................................... 1262 Packages ............................................................................................................................................. 1262 Packages that are EOL as of January 1, 2020 ................................................................................. 1265 Packages ............................................................................................................................................. 1265 MySQL 5.5 EOL December 3, 2018 ................................................................................................... 1287 Packages ............................................................................................................................................. 1287 MySQL 5.6 EOL February 5, 2021 ..................................................................................................... 1288 Packages ............................................................................................................................................. 1288 iv Amazon Linux 1 User Guide MySQL 5.7 EOL October 21, 2023 .................................................................................................... 1289 Packages ............................................................................................................................................. 1289 OpenJDK 1.7.0 EOL June 30, 2020 ................................................................................................... 1290 Packages ............................................................................................................................................. 1290 OpenJDK 1.8.0 EOL December 31, 2023 ......................................................................................... 1291 Packages ............................................................................................................................................. 1291 PHP 7.2 upstream EOL November 30, 2020 ................................................................................... 1292 Packages ............................................................................................................................................. 1292 PHP 7.3 upstream EOL December 6, 2021 ...................................................................................... 1295 Packages ............................................................................................................................................. 1295 PostgreSQL 9.4 upstream EOL February 13, 2020 ......................................................................... 1297 Packages ............................................................................................................................................. 1297 PostgreSQL 9.5 upstream EOL February 11, 2021 ......................................................................... 1298 Packages ............................................................................................................................................. 1298 PostgreSQL 9.6 upstream EOL November 11, 2021 ...................................................................... 1299 Packages ............................................................................................................................................. 1300 Python 3.6 upstream EOL December 31, 2021 .............................................................................. 1301 Packages ............................................................................................................................................. 1301 Python 3.8 upstream EOL is after AL1 EOL .................................................................................... 1302 Packages ............................................................................................................................................. 1302 Ruby 2.4 upstream EOL March 31, 2020 ......................................................................................... 1303 Packages ............................................................................................................................................. 1303 AL1 release notes ...................................................................................................................... 1305 AL1 version 2018.03 release notes ................................................................................................... 1306 Upgrading to Amazon Linux 1 (AL1) version 2018.03 ............................................................. 1306 Amazon Linux 2018.03.0.20230404.0 ......................................................................................... 1306 Amazon Linux 2018.03.0.20230322.0 ......................................................................................... 1307 Amazon Linux 2018.03.0.20230306.1 ......................................................................................... 1308 Amazon Linux 2018.03.0.20230221.0 ......................................................................................... 1308 Amazon Linux 2018.03.0.20230207.0 ......................................................................................... 1309 Amazon Linux 2018.03.0.20230124.1 ......................................................................................... 1310 Amazon Linux 2018.03.0.20221209.1 ......................................................................................... 1310 Amazon Linux 2018.03.0.20221018.0 ......................................................................................... 1313 Amazon Linux 2018.03.0.20220907.3 ......................................................................................... 1314 Amazon Linux 2018.03.0.20220802.0 ......................................................................................... 1314 Amazon Linux 2018.03.0.20220705.1 ......................................................................................... 1315 v Amazon Linux 1 User Guide Amazon Linux 2018.03.0.20220609.0 ......................................................................................... 1316 Amazon Linux 2018.03.0.20220503.0 ......................................................................................... 1316 Amazon Linux 2018.03.0.20220419.0 ......................................................................................... 1317 Amazon
al1-ug-002
al1-ug.pdf
2
1303 AL1 release notes ...................................................................................................................... 1305 AL1 version 2018.03 release notes ................................................................................................... 1306 Upgrading to Amazon Linux 1 (AL1) version 2018.03 ............................................................. 1306 Amazon Linux 2018.03.0.20230404.0 ......................................................................................... 1306 Amazon Linux 2018.03.0.20230322.0 ......................................................................................... 1307 Amazon Linux 2018.03.0.20230306.1 ......................................................................................... 1308 Amazon Linux 2018.03.0.20230221.0 ......................................................................................... 1308 Amazon Linux 2018.03.0.20230207.0 ......................................................................................... 1309 Amazon Linux 2018.03.0.20230124.1 ......................................................................................... 1310 Amazon Linux 2018.03.0.20221209.1 ......................................................................................... 1310 Amazon Linux 2018.03.0.20221018.0 ......................................................................................... 1313 Amazon Linux 2018.03.0.20220907.3 ......................................................................................... 1314 Amazon Linux 2018.03.0.20220802.0 ......................................................................................... 1314 Amazon Linux 2018.03.0.20220705.1 ......................................................................................... 1315 v Amazon Linux 1 User Guide Amazon Linux 2018.03.0.20220609.0 ......................................................................................... 1316 Amazon Linux 2018.03.0.20220503.0 ......................................................................................... 1316 Amazon Linux 2018.03.0.20220419.0 ......................................................................................... 1317 Amazon Linux 2018.03.20220315.0 Release (03/15) .............................................................. 1318 Amazon Linux 2018.03.20220310.0 Release (03/10) .............................................................. 1318 Amazon Linux 2018.03.0.20220209.2 Update .......................................................................... 1318 Amazon Linux 2018.03.0.20220209.0 Update .......................................................................... 1319 Amazon Linux 2018.03.0.20220207.0 Update .......................................................................... 1319 Amazon Linux 2018.03.0.20220128.0 Update .......................................................................... 1320 Amazon Linux 2018.03.0.20211222.0 ......................................................................................... 1321 Amazon Linux 2018.03.0.20211201.0 ......................................................................................... 1321 Amazon Linux 2018.03.0.20211111.0 ......................................................................................... 1322 Amazon Linux 2018.03.0.20211015.1 ......................................................................................... 1323 Amazon Linux 2018.03.0.20211001.0 ......................................................................................... 1324 Amazon Linux 2018.03.0.20210721.0 ......................................................................................... 1324 Amazon Linux 2018.03.0.20210521.1 ......................................................................................... 1327 Amazon Linux 2018.03.0.20210408.0 ......................................................................................... 1329 Amazon Linux 2018.03.0.20210319.0 ......................................................................................... 1329 Amazon Linux 2018.03.0.20210224.0 ......................................................................................... 1332 Amazon Linux 2018.03.0.20210126.0 ......................................................................................... 1334 Amazon Linux 2018.03.0.20201209.1 ......................................................................................... 1336 Amazon Linux 2018.03.0.20201028.0 ......................................................................................... 1337 Amazon Linux 2018.03.0.20200918.0 ......................................................................................... 1338 Amazon Linux 2018.03.0.20200904.0 ......................................................................................... 1339 Amazon Linux 2018.03.0.20200716.0 ......................................................................................... 1340 Amazon Linux 2018.03.0.20200602.1 ......................................................................................... 1341 2018.03.0.20200514 Update ......................................................................................................... 1343 Updated Kernel ................................................................................................................................. 1344 Automation of security patching at scale with Amazon EC2 Systems Manager Patch Manager .............................................................................................................................................. 1344 Deprecated packages ....................................................................................................................... 1344 AL1 version 2017.09 release notes ................................................................................................... 1345 Upgrading to Amazon Linux 1 (AL1) version 2017.09 ............................................................. 1345 2017.09.1 point release .................................................................................................................. 1346 New Features ..................................................................................................................................... 1346 Known Issues ..................................................................................................................................... 1348 vi Amazon Linux 1 User Guide Subscribe to Amazon Linux AMI Notifications ........................................................................... 1348 AL1 version 2017.03 release notes ................................................................................................... 1348 Upgrading to Amazon Linux 1 (AL1) version 2017.03 ............................................................. 1349 2017.03.1 point release .................................................................................................................. 1349 New Features ..................................................................................................................................... 1349 Known Issues ..................................................................................................................................... 1349 Subscribe to Amazon Linux 1 (AL1) AMI Notifications ............................................................. 1350 Fresh packages .................................................................................................................................. 1350 Supported Instance Types .............................................................................................................. 1350 AL1 version 2016.09 release notes ................................................................................................... 1352 Upgrading to Amazon Linux 1 (AL1) version 2016.09 ............................................................. 1352 A note for btrfs users .................................................................................................................. 1353 2016.09.1 point release .................................................................................................................. 1353 Subscribe to Amazon Linux 1 (AL1) AMI Notifications ............................................................. 1354 New Features ..................................................................................................................................... 1354 Fresh packages .................................................................................................................................. 1356 Package Deprecation ....................................................................................................................... 1357 Supported Instance Types .............................................................................................................. 1358 AL1 version 2016.03 release notes ................................................................................................... 1358 Upgrading to AL1 version 2016.03 .............................................................................................. 1358 2016.03.3 point release .................................................................................................................. 1359 2016.03.2 point release .................................................................................................................. 1359 2016.03.1 point release .................................................................................................................. 1359 New Features ..................................................................................................................................... 1359 Fresh packages .................................................................................................................................. 1364 Supported Instance Types .............................................................................................................. 1365 AL1 version 2015.09 release notes ................................................................................................... 1365 Upgrading to Amazon Linux 1 (AL1) version 2015.09 ............................................................. 1366 2015.09.2 point release .................................................................................................................. 1366 2015.09.1 point release .................................................................................................................. 1366 New Features ..................................................................................................................................... 1367 Full deprecation of GPU AMIs for the CG1 platform ................................................................ 1368 System call auditing disabled by default .................................................................................... 1369 Fresh packages .................................................................................................................................. 1370 Supported Instance Types .............................................................................................................. 1372 AL1 version 2015.03 release notes ................................................................................................... 1373 vii Amazon Linux 1 User Guide Upgrading to AL1 version 2015.03 .............................................................................................. 1374 2015.03.1 point release .................................................................................................................. 1374 New Features ..................................................................................................................................... 1374 Deprecation of 32-bit AMIs ............................................................................................................ 1378 Deprecation of GPU AMIs ............................................................................................................... 1378 Fresh packages .................................................................................................................................. 1378 Supported Instance Types .............................................................................................................. 1380 AL1 version 2014.09 release notes ................................................................................................... 1382 Upgrading to Amazon Linux 1 (AL1) version 2014.09 ............................................................. 1383 2014.09.2 point release .................................................................................................................. 1383 2014.09.1 point release .................................................................................................................. 1383 New features ..................................................................................................................................... 1384 New Packages ................................................................................................................................... 1386 Fresh Packages .................................................................................................................................. 1386 AWS tools ........................................................................................................................................... 1388 Discontinued packages .................................................................................................................... 1388 Supported Instance Types .............................................................................................................. 1388 Looking ahead to our 2015.03 release ....................................................................................... 1388 AL1 version 2014.03 release notes ................................................................................................... 1389 Upgrading to Amazon Linux 1 (AL1) version 2014.03 ............................................................. 1389 2014.03.2 point release .................................................................................................................. 1389 2014.03.1 point release .................................................................................................................. 1390 New Features ..................................................................................................................................... 1390 Fresh packages .................................................................................................................................. 1391 AWS Tools and SDKs ....................................................................................................................... 1393 Supported Instance Types .............................................................................................................. 1393 AL1 version 2013.09 release notes ................................................................................................... 1393 Upgrading to Amazon Linux 1 (AL1) version 2013.09 ............................................................. 1394 2013.09.2 point release .................................................................................................................. 1394 2013.09.1 point release .................................................................................................................. 1394 New Features ..................................................................................................................................... 1395 Supported Instance Types .............................................................................................................. 1399 AL1 version 2013.03 release notes ................................................................................................... 1399 Upgrading to Amazon Linux 1 (AL1) version 2013.03 ............................................................. 1400 New Features ..................................................................................................................................... 1400 Supported Instance Types .............................................................................................................. 1399 viii Amazon Linux 1 User Guide AL1 version 2012.09 release notes ................................................................................................... 1402 Upgrading to Amazon Linux 1 (AL1) version 2012.09 ............................................................. 1402 New Features ..................................................................................................................................... 1402 Supported Instance Types .............................................................................................................. 1404 AL1 version 2012.03 release notes ................................................................................................... 1404 Upgrading to Amazon Linux 1 (AL1) version 2012.03 ............................................................. 1404 New Features ..................................................................................................................................... 1405 AL1 version 2011.09 release notes ................................................................................................... 1409 Upgrading to Amazon Linux 1 (AL1) version 2011.09 ............................................................. 1410 Major Changes .................................................................................................................................. 1410 Frequently Asked Questions .......................................................................................................... 1408 Known Issues ..................................................................................................................................... 1411
al1-ug-003
al1-ug.pdf
3
Amazon Linux 1 (AL1) version 2013.03 ............................................................. 1400 New Features ..................................................................................................................................... 1400 Supported Instance Types .............................................................................................................. 1399 viii Amazon Linux 1 User Guide AL1 version 2012.09 release notes ................................................................................................... 1402 Upgrading to Amazon Linux 1 (AL1) version 2012.09 ............................................................. 1402 New Features ..................................................................................................................................... 1402 Supported Instance Types .............................................................................................................. 1404 AL1 version 2012.03 release notes ................................................................................................... 1404 Upgrading to Amazon Linux 1 (AL1) version 2012.03 ............................................................. 1404 New Features ..................................................................................................................................... 1405 AL1 version 2011.09 release notes ................................................................................................... 1409 Upgrading to Amazon Linux 1 (AL1) version 2011.09 ............................................................. 1410 Major Changes .................................................................................................................................. 1410 Frequently Asked Questions .......................................................................................................... 1408 Known Issues ..................................................................................................................................... 1411 Package Updates .............................................................................................................................. 1412 AL1 version 2011.02 (Beta) release notes ........................................................................................ 1423 Major Changes .................................................................................................................................. 1423 Upgrading from older Amazon Linux 1 (AL1) version 2010.x releases .................................. 1423 Package Updates .............................................................................................................................. 1424 ix Amazon Linux 1 User Guide What is Amazon Linux 1? The Amazon Linux AMI, also called AL1, was a Linux image provided by AWS for use on Amazon Elastic Compute Cloud (Amazon EC2). Warning Amazon Linux 1 (AL1, formerly Amazon Linux AMI) is no longer supported. This guide is available only for reference purposes. Note AL1 is no longer the current version of Amazon Linux. AL2023 is the successor to AL1 and AL2. For more information about what's new in AL2023, see Comparing AL1 and AL2023 section in the AL2023 User Guide and the list of Package changes in AL2023. Topics • Amazon Linux • Amazon Linux availability Amazon Linux Amazon Linux is provided by Amazon Web Services (AWS). It is designed to provide a stable, secure, and high-performing environment for applications running on Amazon EC2. It also includes packages that enable efficient integration with AWS, including launch configuration tools and many popular AWS libraries and tools. AWS provides ongoing security and maintenance updates for all instances running Amazon Linux. Many applications developed on CentOS, and similar distributions, run on Amazon Linux. Amazon Linux availability AWS provides Amazon Linux 2023 (AL2023), Amazon Linux 2 (AL2), and AL1. If you are migrating from another Linux distribution to Amazon Linux, we recommend that you migrate to AL2023. Amazon Linux 1 Amazon Linux 1 User Guide For more information about Amazon Linux, see AL2023, and AL2. Amazon Linux availability 2 Amazon Linux 1 User Guide Deprecated functionality in AL1 Warning Amazon Linux 1 (AL1, formerly Amazon Linux AMI) is no longer supported. This guide is available only for reference purposes. Note AL1 is no longer the current version of Amazon Linux. AL2023 is the successor to AL1 and AL2. For more information about what's new in AL2023, see Comparing AL1 and AL2023 section in the AL2023 User Guide and the list of Package changes in AL2023. This section describes functionality, such as features and packages, that are no longer available in AL1 and will not be added to AL2. For information about AL1 functionality that was discontinued in earlier releases, see AL1 release notes. For information about packages that had an EOL date earlier than the EOL of AL1, see AL1 package support status. compat- packages Any packages in AL1 with the prefix of compat- are provided for binary compatibility with earlier binaries that have not yet been rebuilt for modern versions of the package. Each new major version of Amazon Linux will not carry forward any compat- package from prior releases. All compat- packages in a release of Amazon Linux (such as AL1) are discontinued, and not present in the subsequent version (AL2). We strongly recommend that software is rebuilt against updated versions of the libraries. Deprecated functionality discontinued in AL1, removed in AL2 This section describes functionality that is available in AL1, and is no longer available in AL2. compat- packages 3 Amazon Linux 1 Note User Guide As part of the maintenance support phase of AL1, some packages had an end-of-life (EOL) date earlier than the EOL of AL1. For more information, see AL1 Package support statements. Note Some AL1 functionality was discontinued in earlier releases. For information, see the AL1 Release Notes. Topics • 32-bit x86 (i686) AMIs • aws-apitools-* replaced by AWS CLI • systemd replaces upstart in AL2 32-bit x86 (i686) AMIs As part of the 2014.09 release of AL1, Amazon Linux announced that it would be the last release to produce 32-bit AMIs. Therefore, starting from the 2015.03 release of AL1, Amazon Linux no longer supports running the system in 32-bit mode. AL2 offers limited runtime support for 32-bit binaries on x86-64 hosts and does not provide development packages to enable the building of new 32- bit binaries. AL2023 no longer includes any 32-bit user space packages. We recommend that users complete their transition to 64-bit code before migrating to AL2023. If you need to run 32-bit binaries on AL2023, it is possible to use the 32-bit userspace from AL2 inside an AL2
al1-ug-004
al1-ug.pdf
4
it would be the last release to produce 32-bit AMIs. Therefore, starting from the 2015.03 release of AL1, Amazon Linux no longer supports running the system in 32-bit mode. AL2 offers limited runtime support for 32-bit binaries on x86-64 hosts and does not provide development packages to enable the building of new 32- bit binaries. AL2023 no longer includes any 32-bit user space packages. We recommend that users complete their transition to 64-bit code before migrating to AL2023. If you need to run 32-bit binaries on AL2023, it is possible to use the 32-bit userspace from AL2 inside an AL2 container running on top of AL2023. aws-apitools-* replaced by AWS CLI Before the release of the AWS CLI in September 2013, AWS made a set of command line utilities available, implemented in Java, which allowed users to make Amazon EC2 API calls. These tools were discontinued in 2015, with the AWS CLI becoming the preferred way to interact with Amazon EC2 APIs from the command line. The set of command line utilities includes the following aws- apitools-* packages. 32-bit x86 (i686) AMIs 4 Amazon Linux 1 • aws-apitools-as • aws-apitools-cfn • aws-apitools-common • aws-apitools-ec2 • aws-apitools-elb • aws-apitools-mon User Guide Upstream support for the aws-apitools-* packages ended in March of 2017. Despite the lack of upstream support, Amazon Linux continued to ship some of these command line utilities, such as aws-apitools-ec2, to provide backward compatibility for users. The AWS CLI is a more robust and complete tool than the aws-apitools-* packages as it is actively maintained and provides a means of using all AWS APIs. The aws-apitools-* packages were deprecated in March 2017 and will not be receiving further updates. All users of any of these packages should migrate to the AWS CLI as soon as possible. These packages are not present in AL2023. AL1 also provided the aws-apitools-iam and aws-apitools-rds packages, which were deprecated in AL1, and are not present in Amazon Linux from AL2 onward. systemd replaces upstart in AL2 AL2 was the first Amazon Linux release to use the systemd init system, replacing upstart in AL1. Any upstart specific configuration must be changed as part of the migration from AL1 to a newer version of Amazon Linux. It is not possible to use systemd on AL1, so moving from upstart to systemd can only be done as part of moving to a more recent major version of Amazon Linux such as AL2 or AL2023. systemd replaces upstart in AL2 5 Amazon Linux 1 User Guide Using AL1 on AWS Warning Amazon Linux 1 (AL1, formerly Amazon Linux AMI) is no longer supported. This guide is available only for reference purposes. Note AL1 is no longer the current version of Amazon Linux. AL2023 is the successor to AL1 and AL2. For more information about what's new in AL2023, see Comparing AL1 and AL2023 section in the AL2023 User Guide and the list of Package changes in AL2023. Because AL1, is now EOL, support for newer instance types and AWS Regions will not be added. AL1 AWS Region Support Warning Amazon Linux 1 (AL1, formerly Amazon Linux AMI) is no longer supported. This guide is available only for reference purposes. Note AL1 is no longer the current version of Amazon Linux. AL2023 is the successor to AL1 and AL2. For more information about what's new in AL2023, see Comparing AL1 and AL2023 section in the AL2023 User Guide and the list of Package changes in AL2023. Support for newer AWS Regions will not be added to AL1 because AL1 is now EOL. This means that both AMIs and in-region repositories will not be added to any AWS Regions that are not explicitly included on the list below. AL1 AWS Region Support 6 Amazon Linux 1 User Guide Because AL1 is EOL, all available AMIs are marked with a deprecated date no later than December 31, 2023. For more information on what it means to deprecate an AMI, see Deprecate an AMI in the Amazon EC2 User Guide. Availability in an AWS Region means that AMIs and package repositories are in that AWS Region. AL1 is available in the following Regions: • US East (Ohio) • US East (N. Virginia) • US West (N. California) • US West (Oregon) • Africa (Cape Town) • Asia Pacific (Hong Kong) • Asia Pacific (Hyderabad) • Asia Pacific (Jakarta) • Asia Pacific (Melbourne) • Asia Pacific (Mumbai) • Asia Pacific (Osaka) • Asia Pacific (Seoul) • Asia Pacific (Singapore) • Asia Pacific (Sydney) • Asia Pacific (Tokyo) • Canada (Central) • China (Beijing) • China (Ningxia) • Europe (Frankfurt) • Europe (Ireland) • Europe (London) • Europe (Milan) • Europe (Paris) • Europe (Spain) • Europe (Stockholm) AL1 AWS Region Support 7 Amazon Linux 1 • Europe (Zurich) • Israel (Tel Aviv) •
al1-ug-005
al1-ug.pdf
5
• US West (N. California) • US West (Oregon) • Africa (Cape Town) • Asia Pacific (Hong Kong) • Asia Pacific (Hyderabad) • Asia Pacific (Jakarta) • Asia Pacific (Melbourne) • Asia Pacific (Mumbai) • Asia Pacific (Osaka) • Asia Pacific (Seoul) • Asia Pacific (Singapore) • Asia Pacific (Sydney) • Asia Pacific (Tokyo) • Canada (Central) • China (Beijing) • China (Ningxia) • Europe (Frankfurt) • Europe (Ireland) • Europe (London) • Europe (Milan) • Europe (Paris) • Europe (Spain) • Europe (Stockholm) AL1 AWS Region Support 7 Amazon Linux 1 • Europe (Zurich) • Israel (Tel Aviv) • Middle East (Bahrain) • Middle East (UAE) • South America (São Paulo) • AWS GovCloud (US-East) • AWS GovCloud (US-West) User Guide Amazon EC2 instance types supported by AL1 Warning Amazon Linux 1 (AL1, formerly Amazon Linux AMI) is no longer supported. This guide is available only for reference purposes. Note AL1 is no longer the current version of Amazon Linux. AL2023 is the successor to AL1 and AL2. For more information about what's new in AL2023, see Comparing AL1 and AL2023 section in the AL2023 User Guide and the list of Package changes in AL2023. Support for newer instance types will not be added to AL1 because AL1 is EOL. The supported Amazon EC2 instance types evolved over the life time of AL1. The following table represents the set of supported instance types at AL1 EOL in December 2023. Instance Family HVM EBS-Backe d 64-bit HVM Instance Store 64-bit PV EBS-Backed 64-bit PV Instance Store 64-bit M5 Yes Amazon EC2 instance types supported by AL1 8 Amazon Linux 1 User Guide Instance Family HVM EBS-Backe d 64-bit HVM Instance Store 64-bit PV EBS-Backed 64-bit PV Instance Store 64-bit M5d m4 m3 t2 c5 c5d c4 Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Amazon EC2 instance types supported by AL1 9 Amazon Linux 1 User Guide Instance Family HVM EBS-Backe d 64-bit HVM Instance Store 64-bit PV EBS-Backed 64-bit PV Instance Store 64-bit c3 X1e x1 r5 r5d r4 r3 Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Amazon EC2 instance types supported by AL1 10 Amazon Linux 1 User Guide Instance Family HVM EBS-Backe d 64-bit HVM Instance Store 64-bit PV EBS-Backed 64-bit PV Instance Store 64-bit z1d H1 i3 i2 d2 p3 p2 Yes Yes Yes Yes Yes Yes Yes Yes Yes Amazon EC2 instance types supported by AL1 11 Amazon Linux 1 User Guide Instance Family HVM EBS-Backe d 64-bit HVM Instance Store 64-bit PV EBS-Backed 64-bit PV Instance Store 64-bit g3 f1 Yes Yes Repository configuration For AL1 and AL2, AMIs are a snapshot of the packages available at the time the AMI was created, with the exception of security updates. Any packages not on the original AMI, but installed at run time, will be the latest version available. To get the latest packages available for AL1, run yum update -y. For AL2023, the repository configuration has changed compared to AL1 and AL2. For more information about the AL2023 repository, see Managing packages and operating system updates. Versions up to AL2023 were configured to deliver a continuous flow of updates to roll from one minor version of Amazon Linux to the next version, also called rolling releases. As a best practice, we recommend you update your AMI to the latest available AMI. Don't launch Amazon Linux AMIs that use an older version. In-place upgrades are not supported between major Amazon Linux versions, such as from AL1 to AL2 or from AL2 to AL2023. For more information, see Amazon Linux availability. Using lock-on-launch in Amazon Linux You can disable rolling releases by enabling the lock-on-launch feature. The lock-on-launch feature locks your instance to receive updates only from the specified release of the AMI For example, you can launch a 2017.09 AMI and have it receive only the updates that were released prior to the 2018.03 AMI, until you are ready to migrate to the 2018.03 AMI. Repository configuration 12 Amazon Linux 1 Important User Guide If you enable the lock-on-launch feature and choose a version of the repositories that is not the latest, you don't receive further updates. To receive rolling releases, you must use the latest AMI, or consistently update your AMI with the repositories pointed to latest. To enable the lock-on-launch feature in new instances, launch it with the following user data passed to cloud-init: #cloud-config repo_releasever: 2017.09 To lock existing instances to their current AMI version 1. Edit /etc/yum.conf. 2. Comment out releasever=latest. 3. To clear the cache, run yum clean all. Repository configuration 13 Amazon Linux 1 User Guide AL1 Tutorials Note AL1 is no longer supported. This guide is available only for reference purposes. The following tutorials show you how to perform common tasks using
al1-ug-006
al1-ug.pdf
6
rolling releases, you must use the latest AMI, or consistently update your AMI with the repositories pointed to latest. To enable the lock-on-launch feature in new instances, launch it with the following user data passed to cloud-init: #cloud-config repo_releasever: 2017.09 To lock existing instances to their current AMI version 1. Edit /etc/yum.conf. 2. Comment out releasever=latest. 3. To clear the cache, run yum clean all. Repository configuration 13 Amazon Linux 1 User Guide AL1 Tutorials Note AL1 is no longer supported. This guide is available only for reference purposes. The following tutorials show you how to perform common tasks using Amazon EC2 instances running AL1. Tutorials • Tutorial: Install a LAMP server on AL1 • Tutorial: Configure SSL/TLS on Amazon Linux AMI Tutorial: Install a LAMP server on AL1 Note Amazon Linux 1 (AL1, formerly Amazon Linux AMI) is no longer supported. This guide is available only for reference purposes. The following procedures help you install an Apache web server with PHP and MySQL support on your AL1 instance (sometimes called a LAMP web server or LAMP stack). You can use this server to host a static website or deploy a dynamic PHP application that reads and writes information to a database. Important If you are trying to set up a LAMP web server on a different distribution, such as Ubuntu or Red Hat Enterprise Linux, this tutorial will not work. For AL2, see Tutorial: Install a LAMP server on AL2. For Ubuntu, see the following Ubuntu community documentation ApacheMySQLPHP. For other distributions, see their specific documentation. Option: Complete this tutorial using automation Install LAMP on AL1 14 Amazon Linux 1 User Guide To complete this tutorial using AWS Systems Manager Automation instead of the following tasks, run the AWSDocs-InstallALAMPServer-AL Automation document. Tasks • Step 1: Prepare the LAMP server • Step 2: Test your LAMP server • Step 3: Secure the database server • Step 4: (Optional) Install phpMyAdmin • Troubleshoot • Related topics Step 1: Prepare the LAMP server Prerequisites This tutorial assumes that you have already launched a new instance using the Amazon Linux AMI, with a public DNS name that is reachable from the internet. For more information, see Launch an instance in the Amazon EC2 User Guide. You must also have configured your security group to allow SSH (port 22), HTTP (port 80), and HTTPS (port 443) connections. For more information about these prerequisites, see Security group rules in the Amazon EC2 User Guide. To install and start the LAMP web server with the Amazon Linux AMI 1. Connect to your instance. 2. To ensure that all of your software packages are up to date, perform a quick software update on your instance. This process may take a few minutes, but it is important to make sure that you have the latest security updates and bug fixes. The -y option installs the updates without asking for confirmation. If you would like to examine the updates before installing, you can omit this option. [ec2-user ~]$ sudo yum update -y 3. Now that your instance is current, you can install the Apache web server, MySQL, and PHP software packages. Step 1: Prepare the LAMP server 15 Amazon Linux 1 User Guide Important Some applications may not be compatible with the following recommended software environment. Before installing these packages, check whether your LAMP applications are compatible with them. If there is a problem, you may need to install an alternative environment. For more information, see The application software I want to run on my server is incompatible with the installed PHP version or other software Use the yum install command to install multiple software packages and all related dependencies at the same time. [ec2-user ~]$ sudo yum install -y httpd24 php72 mysql57-server php72-mysqlnd If you receive the error No package package-name available, then your instance was not launched with the Amazon Linux AMI (perhaps you are using AL2 instead). You can view your version of Amazon Linux with the following command. cat /etc/system-release 4. Start the Apache web server. [ec2-user ~]$ sudo service httpd start Starting httpd: [ OK ] 5. Use the chkconfig command to configure the Apache web server to start at each system boot. [ec2-user ~]$ sudo chkconfig httpd on The chkconfig command does not provide any confirmation message when you successfully use it to enable a service. You can verify that httpd is on by running the following command: [ec2-user ~]$ chkconfig --list httpd httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off Here, httpd is on in runlevels 2, 3, 4, and 5 (which is what you want to see). Step 1: Prepare the LAMP server 16 Amazon Linux 1 User Guide 6. Add a security rule to allow inbound HTTP (port 80) connections to your instance if you have not already done so.
al1-ug-007
al1-ug.pdf
7
~]$ sudo chkconfig httpd on The chkconfig command does not provide any confirmation message when you successfully use it to enable a service. You can verify that httpd is on by running the following command: [ec2-user ~]$ chkconfig --list httpd httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off Here, httpd is on in runlevels 2, 3, 4, and 5 (which is what you want to see). Step 1: Prepare the LAMP server 16 Amazon Linux 1 User Guide 6. Add a security rule to allow inbound HTTP (port 80) connections to your instance if you have not already done so. By default, a launch-wizard-N security group was set up for your instance during initialization. This group contains a single rule to allow SSH connections. a. Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/. b. Choose Instances and select your instance. c. On the Security tab, view the inbound rules. You should see the following rule: Port range Protocol Source 22 tcp 0.0.0.0/0 Warning Using 0.0.0.0/0 allows all IPv4 addresses to access your instance using SSH. This is acceptable for a short time in a test environment, but it's unsafe for production environments. In production, you authorize only a specific IP address or range of addresses to access your instance. d. Choose the link for the security group. Using the procedures in Add rules to a security group, add a new inbound security rule with the following values: • Type: HTTP • Protocol: TCP • Port Range: 80 • Source: Custom 7. Test your web server. In a web browser, type the public DNS address (or the public IP address) of your instance. You can get the public DNS address for your instance using the Amazon EC2 console. If there is no content in /var/www/html, you should see the Apache test page. When you add content to the document root, your content appears at the public DNS address of your instance instead of the test page. Verify that the security group for the instance contains a rule to allow HTTP traffic on port 80. For more information, see Add rules to a security group/>. If you are not using Amazon Linux, you may also need to configure the firewall on your instance to allow these connections. For more information about how to configure the firewall, see the documentation for your specific distribution. Step 1: Prepare the LAMP server 17 Amazon Linux 1 User Guide Apache httpd serves files that are kept in a directory called the Apache document root. The Amazon Linux Apache document root is /var/www/html, which by default is owned by root. [ec2-user ~]$ ls -l /var/www total 16 drwxr-xr-x 2 root root 4096 Jul 12 01:00 cgi-bin drwxr-xr-x 3 root root 4096 Aug 7 00:02 error drwxr-xr-x 2 root root 4096 Jan 6 2012 html drwxr-xr-x 3 root root 4096 Aug 7 00:02 icons drwxr-xr-x 2 root root 4096 Aug 7 21:17 noindex To allow the ec2-user account to manipulate files in this directory, you must modify the ownership and permissions of the directory. There are many ways to accomplish this task. In this tutorial, you add ec2-user to the apache group, to give the apache group ownership of the / var/www directory and assign write permissions to the group. To set file permissions 1. Add your user (in this case, ec2-user) to the apache group. [ec2-user ~]$ sudo usermod -a -G apache ec2-user 2. Log out and then log back in again to pick up the new group, and then verify your membership. a. Log out (use the exit command or close the terminal window): [ec2-user ~]$ exit b. To verify your membership in the apache group, reconnect to your instance, and then run the following command: [ec2-user ~]$ groups ec2-user wheel apache 3. Change the group ownership of /var/www and its contents to the apache group. [ec2-user ~]$ sudo chown -R ec2-user:apache /var/www 4. To add group write permissions and to set the group ID on future subdirectories, change the directory permissions of /var/www and its subdirectories. Step 1: Prepare the LAMP server 18 Amazon Linux 1 User Guide [ec2-user ~]$ sudo chmod 2775 /var/www [ec2-user ~]$ find /var/www -type d -exec sudo chmod 2775 {} \; 5. To add group write permissions, recursively change the file permissions of /var/www and its subdirectories: [ec2-user ~]$ find /var/www -type f -exec sudo chmod 0664 {} \; Now, ec2-user (and any future members of the apache group) can add, delete, and edit files in the Apache document root, enabling you to add content, such as a static website or a PHP application. (Optional) Secure your web server A web server running the HTTP protocol provides no transport security for the data that it sends or receives. When you connect to an HTTP server using a web browser, the URLs
al1-ug-008
al1-ug.pdf
8
5. To add group write permissions, recursively change the file permissions of /var/www and its subdirectories: [ec2-user ~]$ find /var/www -type f -exec sudo chmod 0664 {} \; Now, ec2-user (and any future members of the apache group) can add, delete, and edit files in the Apache document root, enabling you to add content, such as a static website or a PHP application. (Optional) Secure your web server A web server running the HTTP protocol provides no transport security for the data that it sends or receives. When you connect to an HTTP server using a web browser, the URLs that you visit, the content of webpages that you receive, and the contents (including passwords) of any HTML forms that you submit are all visible to eavesdroppers anywhere along the network pathway. The best practice for securing your web server is to install support for HTTPS (HTTP Secure), which protects your data with SSL/TLS encryption. For information about enabling HTTPS on your server, see Tutorial: Configure SSL/TLS on Amazon Linux AMI. Step 2: Test your LAMP server If your server is installed and running, and your file permissions are set correctly, your ec2-user account should be able to create a PHP file in the /var/www/html directory that is available from the internet. To test your LAMP web server 1. Create a PHP file in the Apache document root. [ec2-user ~]$ echo "<?php phpinfo(); ?>" > /var/www/html/phpinfo.php Step 2: Test your LAMP server 19 Amazon Linux 1 User Guide If you get a "Permission denied" error when trying to run this command, try logging out and logging back in again to pick up the proper group permissions that you configured in Step 1: Prepare the LAMP server. 2. In a web browser, type the URL of the file that you just created. This URL is the public DNS address of your instance followed by a forward slash and the file name. For example: http://my.public.dns.amazonaws.com/phpinfo.php You should see the PHP information page: If you do not see this page, verify that the /var/www/html/phpinfo.php file was created properly in the previous step. You can also verify that all of the required packages were installed with the following command. The package versions in the second column do not need to match this example output. [ec2-user ~]$ sudo yum list installed httpd24 php72 mysql57-server php72-mysqlnd Loaded plugins: priorities, update-motd, upgrade-helper Installed Packages httpd24.x86_64 2.4.25-1.68.amzn1 @amzn- updates mysql56-server.x86_64 5.6.35-1.23.amzn1 @amzn- updates Step 2: Test your LAMP server 20 Amazon Linux 1 User Guide php70.x86_64 7.0.14-1.20.amzn1 @amzn- updates php70-mysqlnd.x86_64 7.0.14-1.20.amzn1 @amzn- updates If any of the required packages are not listed in your output, install them using the sudo yum install package command. 3. Delete the phpinfo.php file. Although this can be useful information, it should not be broadcast to the internet for security reasons. [ec2-user ~]$ rm /var/www/html/phpinfo.php Step 3: Secure the database server The default installation of the MySQL server has several features that are great for testing and development, but they should be disabled or removed for production servers. The mysql_secure_installation command walks you through the process of setting a root password and removing the insecure features from your installation. Even if you are not planning on using the MySQL server, we recommend performing this procedure. To secure the database server 1. Start the MySQL server. [ec2-user ~]$ sudo service mysqld start Initializing MySQL database: ... PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! ... Starting mysqld: [ OK ] 2. Run mysql_secure_installation. [ec2-user ~]$ sudo mysql_secure_installation a. When prompted, type a password for the root account. Step 3: Secure the database server 21 Amazon Linux 1 User Guide i. Type the current root password. By default, the root account does not have a password set. Press Enter. ii. Type Y to set a password, and type a secure password twice. For more information about creating a secure password, see https://identitysafe.norton.com/password- generator/. Make sure to store this password in a safe place. Setting a root password for MySQL is only the most basic measure for securing your database. When you build or install a database-driven application, you typically create a database service user for that application and avoid using the root account for anything but database administration. Type Y to remove the anonymous user accounts. Type Y to disable the remote root login. Type Y to remove the test database. Type Y to reload the privilege tables and save your changes. b. c. d. e. 3. (Optional) If you do not plan to use the MySQL server right away, stop it. You can restart it when you need it again. [ec2-user ~]$ sudo service mysqld stop Stopping mysqld: [ OK ] 4. (Optional) If you want the MySQL server to start at every boot, type the following command. [ec2-user ~]$
al1-ug-009
al1-ug.pdf
9
root account for anything but database administration. Type Y to remove the anonymous user accounts. Type Y to disable the remote root login. Type Y to remove the test database. Type Y to reload the privilege tables and save your changes. b. c. d. e. 3. (Optional) If you do not plan to use the MySQL server right away, stop it. You can restart it when you need it again. [ec2-user ~]$ sudo service mysqld stop Stopping mysqld: [ OK ] 4. (Optional) If you want the MySQL server to start at every boot, type the following command. [ec2-user ~]$ sudo chkconfig mysqld on You should now have a fully functional LAMP web server. If you add content to the Apache document root at /var/www/html, you should be able to view that content at the public DNS address for your instance. Step 4: (Optional) Install phpMyAdmin To install phpMyAdmin phpMyAdmin is a web-based database management tool that you can use to view and edit the MySQL databases on your EC2 instance. Follow the steps below to install and configure phpMyAdmin on your Amazon Linux instance. Step 4: (Optional) Install phpMyAdmin 22 Amazon Linux 1 Important User Guide We do not recommend using phpMyAdmin to access a LAMP server unless you have enabled SSL/TLS in Apache; otherwise, your database administrator password and other data are transmitted insecurely across the internet. For security recommendations from the developers, see Securing your phpMyAdmin installation. Note The Amazon Linux package management system does not currently support the automatic installation of phpMyAdmin in a PHP 7 environment. This tutorial describes how to install phpMyAdmin manually. 1. 2. Log in to your EC2 instance using SSH. Install the required dependencies. [ec2-user ~]$ sudo yum install php72-mbstring.x86_64 -y 3. Restart Apache. [ec2-user ~]$ sudo service httpd restart Stopping httpd: [ OK ] Starting httpd: [ OK ] 4. Navigate to the Apache document root at /var/www/html. [ec2-user ~]$ cd /var/www/html [ec2-user html]$ 5. Select a source package for the latest phpMyAdmin release from https:// www.phpmyadmin.net/downloads. To download the file directly to your instance, copy the link and paste it into a wget command, as in this example: [ec2-user html]$ wget https://www.phpmyadmin.net/downloads/phpMyAdmin-latest-all- languages.tar.gz 6. Create a phpMyAdmin folder and extract the package into it using the following command. Step 4: (Optional) Install phpMyAdmin 23 Amazon Linux 1 User Guide [ec2-user html]$ mkdir phpMyAdmin && tar -xvzf phpMyAdmin-latest-all- languages.tar.gz -C phpMyAdmin --strip-components 1 7. Delete the phpMyAdmin-latest-all-languages.tar.gz tarball. [ec2-user html]$ rm phpMyAdmin-latest-all-languages.tar.gz 8. (Optional) If the MySQL server is not running, start it now. [ec2-user ~]$ sudo service mysqld start Starting mysqld: [ OK ] 9. In a web browser, type the URL of your phpMyAdmin installation. This URL is the public DNS address (or the public IP address) of your instance followed by a forward slash and the name of your installation directory. For example: http://my.public.dns.amazonaws.com/phpMyAdmin You should see the phpMyAdmin login page: Step 4: (Optional) Install phpMyAdmin 24 Amazon Linux 1 User Guide 10. Log in to your phpMyAdmin installation with the root user name and the MySQL root password you created earlier. Your installation must still be configured before you put it into service. To configure phpMyAdmin, you can manually create a configuration file, use the setup console, or combine both approaches. For information about using phpMyAdmin, see the phpMyAdmin User Guide. Troubleshoot This section offers suggestions for resolving common problems you may encounter while setting up a new LAMP server. Troubleshoot 25 Amazon Linux 1 User Guide I can't connect to my server using a web browser. Perform the following checks to see if your Apache web server is running and accessible. • Is the web server running? You can verify that httpd is on by running the following command: [ec2-user ~]$ chkconfig --list httpd httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off Here, httpd is on in runlevels 2, 3, 4, and 5 (which is what you want to see). If the httpd process is not running, repeat the steps described in Step 1: Prepare the LAMP server. • Is the firewall correctly configured? Verify that the security group for the instance contains a rule to allow HTTP traffic on port 80. For more information, see Add rules to a security group/>. The application software I want to run on my server is incompatible with the installed PHP version or other software This tutorial recommends installing the most up-to-date versions of Apache HTTP Server, PHP, and MySQL. Before installing an additional LAMP application, check its requirements to confirm that it is compatible with your installed environment. If the latest version of PHP is not supported, it is possible (and entirely safe) to downgrade to an earlier supported configuration. You can also install more than one version of PHP in parallel, which solves certain compatibility problems
al1-ug-010
al1-ug.pdf
10
see Add rules to a security group/>. The application software I want to run on my server is incompatible with the installed PHP version or other software This tutorial recommends installing the most up-to-date versions of Apache HTTP Server, PHP, and MySQL. Before installing an additional LAMP application, check its requirements to confirm that it is compatible with your installed environment. If the latest version of PHP is not supported, it is possible (and entirely safe) to downgrade to an earlier supported configuration. You can also install more than one version of PHP in parallel, which solves certain compatibility problems with a minimum of effort. For information about configuring a preference among multiple installed PHP versions, see Amazon Linux AMI 2016.09 Release Notes. How to downgrade The well-tested previous version of this tutorial called for the following core LAMP packages: • httpd24 • php56 • mysql55-server Troubleshoot 26 Amazon Linux 1 • php56-mysqlnd User Guide If you have already installed the latest packages as recommended at the start of this tutorial, you must first uninstall these packages and other dependencies as follows: [ec2-user ~]$ sudo yum remove -y httpd24 php72 mysql57-server php72-mysqlnd perl-DBD- MySQL57 Next, install the replacement environment: [ec2-user ~]$ sudo yum install -y httpd24 php56 mysql55-server php56-mysqlnd If you decide later to upgrade to the recommended environment, you must first remove the customized packages and dependencies: [ec2-user ~]$ sudo yum remove -y httpd24 php56 mysql55-server php56-mysqlnd perl-DBD- MySQL56 Now you can install the latest packages, as described earlier. Related topics For more information about transferring files to your instance or installing a WordPress blog on your web server, see the following documentation: • Transfer files to your Linux instance using WinSCP • Transfer files to Linux instances using an SCP client • Host a WordPress blog on AL2 For more information about the commands and software used in this tutorial, see the following webpages: • Apache web server: http://httpd.apache.org/ • MySQL database server: http://www.mysql.com/ • PHP programming language: http://php.net/ • The chmod command: https://en.wikipedia.org/wiki/Chmod Related topics 27 Amazon Linux 1 User Guide • The chown command: https://en.wikipedia.org/wiki/Chown For more information about registering a domain name for your web server, or transferring an existing domain name to this host, see Using Amazon Route 53 as the DNS service for subdomains without migrating the parent domain in the Amazon Route 53 Developer Guide. Tutorial: Configure SSL/TLS on Amazon Linux AMI Note Amazon Linux 1 (AL1, formerly Amazon Linux AMI) is no longer supported. This guide is available only for reference purposes. Secure Sockets Layer/Transport Layer Security (SSL/TLS) creates an encrypted channel between a web server and web client that protects data in transit from being eavesdropped on. This tutorial explains how to add support manually for SSL/TLS on an EC2 instance with the Amazon Linux AMI and Apache web server. This tutorial assumes that you are not using a load balancer. If you are using Elastic Load Balancing, you can choose to configure SSL offload on the load balancer, using a certificate from AWS Certificate Manager instead. For historical reasons, web encryption is often referred to simply as SSL. While web browsers still support SSL, its successor protocol TLS is less vulnerable to attack. The Amazon Linux AMI disables server-side support for all versions of SSL by default. Security standards bodies consider TLS 1.0 to be unsafe. TLS 1.0 and TLS 1.1 were formally deprecated in March 2021. This tutorial contains guidance based exclusively on enabling TLS 1.2. TLS 1.3 was finalized in 2018 and is available in AL2 as long as the underlying TLS library (OpenSSL in this tutorial) is supported and enabled. Clients must support TLS 1.2 or later by June 28, 2023. For more information about the updated encryption standards, see RFC 7568 and RFC 8446. This tutorial refers to modern web encryption simply as TLS. Important These procedures are intended for use with the Amazon Linux AMI. If you are trying to set up a LAMP web server on an instance with a different distribution, some procedures in this tutorial might not work for you. For AL2, see Configure SSL/TLS on AL2. For Ubuntu, see the following community documentation: Open SSL on Ubuntu. For Red Hat Enterprise Configure SSL/TLS on Amazon Linux AMI 28 Amazon Linux 1 User Guide Linux, see the following: Setting up the Apache HTTP Web Server. For other distributions, see their specific documentation. Note Alternatively, you can use AWS Certificate Manager (ACM) for AWS Nitro enclaves, which is an enclave application that allows you to use public and private SSL/TLS certificates with your web applications and servers running on Amazon EC2 instances with AWS Nitro Enclaves. Nitro Enclaves is an Amazon EC2 capability that enables creation of isolated compute environments to protect and securely process highly sensitive data, such as SSL/ TLS
al1-ug-011
al1-ug.pdf
11
Enterprise Configure SSL/TLS on Amazon Linux AMI 28 Amazon Linux 1 User Guide Linux, see the following: Setting up the Apache HTTP Web Server. For other distributions, see their specific documentation. Note Alternatively, you can use AWS Certificate Manager (ACM) for AWS Nitro enclaves, which is an enclave application that allows you to use public and private SSL/TLS certificates with your web applications and servers running on Amazon EC2 instances with AWS Nitro Enclaves. Nitro Enclaves is an Amazon EC2 capability that enables creation of isolated compute environments to protect and securely process highly sensitive data, such as SSL/ TLS certificates and private keys. ACM for Nitro Enclaves works with nginx running on your Amazon EC2 Linux instance to create private keys, to distribute certificates and private keys, and to manage certificate renewals. To use ACM for Nitro Enclaves, you must use an enclave-enabled Linux instance. For more information, see What is AWS Nitro Enclaves? and AWS Certificate Manager for Nitro Enclaves in the AWS Nitro Enclaves User Guide. Contents • Prerequisites • Step 1: Enable TLS on the server • Step 2: Obtain a CA-signed certificate • Step 3: Test and harden the security configuration • Troubleshoot Prerequisites Before you begin this tutorial, complete the following steps: • Launch an EBS-backed instance using the Amazon Linux AMI. For more information, see Launch an instance in the Amazon EC2 User Guide. • Configure your security group to allow your instance to accept connections on the following TCP ports: Prerequisites 29 Amazon Linux 1 • SSH (port 22) • HTTP (port 80) • HTTPS (port 443) User Guide For more information, see Security group rules in the Amazon EC2 User Guide. • Install Apache web server. For step-by-step instructions, see Tutorial: Installing a LAMP Web Server on Amazon Linux. Only the http24 package and its dependencies are needed; you can ignore the instructions involving PHP and MySQL. • To identify and authenticate web sites, the TLS public key infrastructure (PKI) relies on the Domain Name System (DNS). To use your EC2 instance to host a public web site, you need to register a domain name for your web server or transfer an existing domain name to your Amazon EC2 host. Numerous third-party domain registration and DNS hosting services are available for this, or you can use Amazon Route 53. Step 1: Enable TLS on the server Option: Complete this tutorial using automation To complete this tutorial using AWS Systems Manager instead of the following tasks, run the automation document. This procedure takes you through the process of setting up TLS on Amazon Linux with a self-signed digital certificate. Note A self-signed certificate is acceptable for testing but not production. If you expose your self-signed certificate to the internet, visitors to your site receive security warnings. To enable TLS on a server 1. Connect to your instance and confirm that Apache is running. [ec2-user ~]$ sudo service httpd status If necessary, start Apache. Step 1: Enable TLS on the server 30 Amazon Linux 1 User Guide [ec2-user ~]$ sudo service httpd start 2. To ensure that all of your software packages are up to date, perform a quick software update on your instance. This process may take a few minutes, but it is important to make sure you have the latest security updates and bug fixes. Note The -y option installs the updates without asking for confirmation. If you would like to examine the updates before installing, you can omit this option. [ec2-user ~]$ sudo yum update -y 3. Now that your instance is current, add TLS support by installing the Apache module mod_ssl: [ec2-user ~]$ sudo yum install -y mod_ssl Your instance now has the following files that you use to configure your secure server and create a certificate for testing: /etc/httpd/conf.d/ssl.conf The configuration file for mod_ssl. It contains "directives" telling Apache where to find encryption keys and certificates, the TLS protocol versions to allow, and the encryption ciphers to accept. /etc/pki/tls/private/localhost.key An automatically generated, 2048-bit RSA private key for your Amazon EC2 host. During installation, OpenSSL used this key to generate a self-signed host certificate, and you can also use this key to generate a certificate signing request (CSR) to submit to a certificate authority (CA). /etc/pki/tls/certs/localhost.crt An automatically generated, self-signed X.509 certificate for your server host. This certificate is useful for testing that Apache is properly set up to use TLS. Step 1: Enable TLS on the server 31 Amazon Linux 1 User Guide The .key and .crt files are both in PEM format, which consists of Base64-encoded ASCII characters framed by "BEGIN" and "END" lines, as in this abbreviated example of a certificate: -----BEGIN CERTIFICATE----- MIIEazCCA1OgAwIBAgICWxQwDQYJKoZIhvcNAQELBQAwgbExCzAJBgNVBAYTAi0t MRIwEAYDVQQIDAlTb21lU3RhdGUxETAPBgNVBAcMCFNvbWVDaXR5MRkwFwYDVQQK DBBTb21lT3JnYW5pemF0aW9uMR8wHQYDVQQLDBZTb21lT3JnYW5pemF0aW9uYWxV bml0MRkwFwYDVQQDDBBpcC0xNzItMzEtMjAtMjM2MSQwIgYJKoZIhvcNAQkBFhVy ... z5rRUE/XzxRLBZOoWZpNWTXJkQ3uFYH6s/sBwtHpKKZMzOvDedREjNKAvk4ws6F0 WanXWehT6FiSZvB4sTEXXJN2jdw8g+sHGnZ8zCOsclknYhHrCVD2vnBlZJKSZvak 3ZazhBxtQSukFMOnWPP2a0DMMFGYUHOd0BQE8sBJxg== -----END CERTIFICATE----- The file names and extensions are a convenience and have no effect on
al1-ug-012
al1-ug.pdf
12
submit to a certificate authority (CA). /etc/pki/tls/certs/localhost.crt An automatically generated, self-signed X.509 certificate for your server host. This certificate is useful for testing that Apache is properly set up to use TLS. Step 1: Enable TLS on the server 31 Amazon Linux 1 User Guide The .key and .crt files are both in PEM format, which consists of Base64-encoded ASCII characters framed by "BEGIN" and "END" lines, as in this abbreviated example of a certificate: -----BEGIN CERTIFICATE----- MIIEazCCA1OgAwIBAgICWxQwDQYJKoZIhvcNAQELBQAwgbExCzAJBgNVBAYTAi0t MRIwEAYDVQQIDAlTb21lU3RhdGUxETAPBgNVBAcMCFNvbWVDaXR5MRkwFwYDVQQK DBBTb21lT3JnYW5pemF0aW9uMR8wHQYDVQQLDBZTb21lT3JnYW5pemF0aW9uYWxV bml0MRkwFwYDVQQDDBBpcC0xNzItMzEtMjAtMjM2MSQwIgYJKoZIhvcNAQkBFhVy ... z5rRUE/XzxRLBZOoWZpNWTXJkQ3uFYH6s/sBwtHpKKZMzOvDedREjNKAvk4ws6F0 WanXWehT6FiSZvB4sTEXXJN2jdw8g+sHGnZ8zCOsclknYhHrCVD2vnBlZJKSZvak 3ZazhBxtQSukFMOnWPP2a0DMMFGYUHOd0BQE8sBJxg== -----END CERTIFICATE----- The file names and extensions are a convenience and have no effect on function; you can call a certificate cert.crt, cert.pem, or any other file name, so long as the related directive in the ssl.conf file uses the same name. Note When you replace the default TLS files with your own customized files, be sure that they are in PEM format. 4. Restart Apache. [ec2-user ~]$ sudo service httpd restart 5. Your Apache web server should now support HTTPS (secure HTTP) over port 443. Test it by typing the IP address or fully qualified domain name of your EC2 instance into a browser URL bar with the prefix https://. Because you are connecting to a site with a self-signed, untrusted host certificate, your browser may display a series of security warnings. Override the warnings and proceed to the site. If the default Apache test page opens, it means that you have successfully configured TLS on your server. All data passing between the browser and server is now safely encrypted. To prevent site visitors from encountering warning screens, you need to obtain a certificate that not only encrypts, but also publicly authenticates you as the owner of the site. Step 1: Enable TLS on the server 32 Amazon Linux 1 User Guide Step 2: Obtain a CA-signed certificate You can use the following process to obtain a CA-signed certificate: • Generate a certificate signing request (CSR) from a private key • Submit the CSR to a certificate authority (CA) • Obtain a signed host certificate • Configure Apache to use the certificate A self-signed TLS X.509 host certificate is cryptologically identical to a CA-signed certificate. The difference is social, not mathematical; a CA promises to validate, at a minimum, a domain's ownership before issuing a certificate to an applicant. Each web browser contains a list of CAs trusted by the browser vendor to do this. An X.509 certificate consists primarily of a public key that corresponds to your private server key, and a signature by the CA that is cryptographically tied to the public key. When a browser connects to a web server over HTTPS, the server presents a certificate for the browser to check against its list of trusted CAs. If the signer is on the list, or accessible through a chain of trust consisting of other trusted signers, the browser negotiates a fast encrypted data channel with the server and loads the page. Certificates generally cost money because of the labor involved in validating the requests, so it pays to shop around. A few CAs offer basic-level certificates free of charge. The most notable of these CAs is the Let's Encrypt project, which also supports the automation of the certificate creation and renewal process. For more information about using a Let's Encrypt certificate, see Get Certbot. If you plan to offer commercial-grade services, AWS Certificate Manager is a good option. Underlying the host certificate is the key. As of 2017, government and industry groups recommend using a minimum key (modulus) size of 2048 bits for RSA keys intended to protect documents through 2030. The default modulus size generated by OpenSSL in Amazon Linux is 2048 bits, which means that the existing auto-generated key is suitable for use in a CA-signed certificate. An alternative procedure is described below for those who desire a customized key, for instance, one with a larger modulus or using a different encryption algorithm. These instructions for acquiring a CA-signed host certificate do not work unless you own a registered and hosted DNS domain. Step 2: Obtain a CA-signed certificate 33 Amazon Linux 1 To obtain a CA-signed certificate User Guide 1. Connect to your instance and navigate to /etc/pki/tls/private/. This is the directory where the server's private key for TLS is stored. If you prefer to use your existing host key to generate the CSR, skip to Step 3. 2. (Optional) Generate a new private key. Here are some examples of key configurations. Any of the resulting keys work with your web server, but they vary in how (and how much) security they implement. • Example 1: Create a default RSA host key. The resulting file, custom.key, is a 2048-bit RSA private key. [ec2-user ~]$ sudo openssl genrsa -out custom.key • Example 2: Create a stronger RSA key
al1-ug-013
al1-ug.pdf
13
/etc/pki/tls/private/. This is the directory where the server's private key for TLS is stored. If you prefer to use your existing host key to generate the CSR, skip to Step 3. 2. (Optional) Generate a new private key. Here are some examples of key configurations. Any of the resulting keys work with your web server, but they vary in how (and how much) security they implement. • Example 1: Create a default RSA host key. The resulting file, custom.key, is a 2048-bit RSA private key. [ec2-user ~]$ sudo openssl genrsa -out custom.key • Example 2: Create a stronger RSA key with a bigger modulus. The resulting file, custom.key, is a 4096-bit RSA private key. [ec2-user ~]$ sudo openssl genrsa -out custom.key 4096 • Example 3: Create a 4096-bit encrypted RSA key with password protection. The resulting file, custom.key, is a 4096-bit RSA private key encrypted with the AES-128 cipher. Important Encrypting the key provides greater security, but because an encrypted key requires a password, services depending on it cannot be auto-started. Each time you use this key, you must supply the password (in the preceding example, "abcde12345") over an SSH connection. [ec2-user ~]$ sudo openssl genrsa -aes128 -passout pass:abcde12345 -out custom.key 4096 • Example 4: Create a key using a non-RSA cipher. RSA cryptography can be relatively slow because of the size of its public keys, which are based on the product of two large prime numbers. However, it is possible to create keys for TLS that use non-RSA ciphers. Keys based on the mathematics of elliptic curves are smaller and computationally faster when delivering an equivalent level of security. Step 2: Obtain a CA-signed certificate 34 Amazon Linux 1 User Guide [ec2-user ~]$ sudo openssl ecparam -name prime256v1 -out custom.key -genkey The result is a 256-bit elliptic curve private key using prime256v1, a "named curve" that OpenSSL supports. Its cryptographic strength is slightly greater than a 2048-bit RSA key, according to NIST. Note Not all CAs provide the same level of support for elliptic-curve-based keys as for RSA keys. Make sure that the new private key has highly restrictive ownership and permissions (owner=root, group=root, read/write for owner only). The commands would be as follows: [ec2-user ~]$ sudo chown root.root custom.key [ec2-user ~]$ sudo chmod 600 custom.key [ec2-user ~]$ ls -al custom.key The commands above should yield the following result: -rw------- root root custom.key After you have created and configured a satisfactory key, you can create a CSR. 3. Create a CSR using your preferred key; the example below uses custom.key: [ec2-user ~]$ sudo openssl req -new -key custom.key -out csr.pem OpenSSL opens a dialog and prompts you for the information shown in the following table. All of the fields except Common Name are optional for a basic, domain-validated host certificate. Name Description Example Country Name The two-letter ISO abbreviation for your country. US (=United States) Step 2: Obtain a CA-signed certificate 35 Amazon Linux 1 User Guide Name Description State or Province Name Locality Name The name of the state or province where your organization is located. This name cannot be abbreviated. The location of your organization, such as a city. Seattle Example Washington Organizat ion Name The full legal name of your organization. Do not abbreviate your organization name. Example Corporation Organizat ional Unit Name Additional organizational information, if any. Example Dept Common Name This value must exactly match the web address that you expect users to type into www.example.com a browser. Usually, this means a domain name with a prefixed host name or alias in the form www.example.com . In testing with a self-signed certificate and no DNS resolution, the common name may consist of the host name alone. CAs also offer more expensive certificates that accept wild-card names such as *.example.com . Email Address The server administrator's email address. someone@example.com Finally, OpenSSL prompts you for an optional challenge password. This password applies only to the CSR and to transactions between you and your CA, so follow the CA's recommendations about this and the other optional field, optional company name. The CSR challenge password has no effect on server operation. The resulting file csr.pem contains your public key, your digital signature of your public key, and the metadata that you entered. Step 2: Obtain a CA-signed certificate 36 Amazon Linux 1 User Guide 4. Submit the CSR to a CA. This usually consists of opening your CSR file in a text editor and copying the contents into a web form. At this time, you may be asked to supply one or more subject alternate names (SANs) to be placed on the certificate. If www.example.com is the common name, then example.com would be a good SAN, and vice versa. A visitor to your site typing in either of these names would see an error-free connection. If your CA
al1-ug-014
al1-ug.pdf
14
metadata that you entered. Step 2: Obtain a CA-signed certificate 36 Amazon Linux 1 User Guide 4. Submit the CSR to a CA. This usually consists of opening your CSR file in a text editor and copying the contents into a web form. At this time, you may be asked to supply one or more subject alternate names (SANs) to be placed on the certificate. If www.example.com is the common name, then example.com would be a good SAN, and vice versa. A visitor to your site typing in either of these names would see an error-free connection. If your CA web form allows it, include the common name in the list of SANs. Some CAs include it automatically. After your request has been approved, you receive a new host certificate signed by the CA. You might also be instructed to download an intermediate certificate file that contains additional certificates needed to complete the CA's chain of trust. Note Your CA may send you files in multiple formats intended for various purposes. For this tutorial, you should only use a certificate file in PEM format, which is usually (but not always) marked with a .pem or .crt extension. If you are uncertain which file to use, open the files with a text editor and find the one containing one or more blocks beginning with the following: - - - - -BEGIN CERTIFICATE - - - - - The file should also end with the following: - - - -END CERTIFICATE - - - - - You can also test a file at the command line as follows: [ec2-user certs]$ openssl x509 -in certificate.crt -text Verify that these lines appear in the file. Do not use files ending with .p7b, .p7c, or similar file extensions. 5. Place the new CA-signed certificate and any intermediate certificates in the /etc/pki/tls/ certs directory. Step 2: Obtain a CA-signed certificate 37 Amazon Linux 1 Note User Guide There are several ways to upload your custom key to your EC2 instance, but the most straightforward and informative way is to open a text editor (for example, vi, nano, or notepad) on both your local computer and your instance, and then copy and paste the file contents between them. You need root [sudo] permissions when performing these operations on the EC2 instance. This way, you can see immediately if there are any permission or path problems. Be careful, however, not to add any additional lines while copying the contents, or to change them in any way. From inside the /etc/pki/tls/certs directory, use the following commands to verify that the file ownership, group, and permission settings match the highly restrictive Amazon Linux defaults (owner=root, group=root, read/write for owner only). [ec2-user certs]$ sudo chown root.root custom.crt [ec2-user certs]$ sudo chmod 600 custom.crt [ec2-user certs]$ ls -al custom.crt The commands above should yield the following result: -rw------- root root custom.crt The permissions for the intermediate certificate file are less stringent (owner=root, group=root, owner can write, group can read, world can read). The commands would be: [ec2-user certs]$ sudo chown root.root intermediate.crt [ec2-user certs]$ sudo chmod 644 intermediate.crt [ec2-user certs]$ ls -al intermediate.crt The commands above should yield the following result: -rw-r--r-- root root intermediate.crt 6. If you used a custom key to create your CSR and the resulting host certificate, remove or rename the old key from the /etc/pki/tls/private/ directory, and then install the new key there. Step 2: Obtain a CA-signed certificate 38 Amazon Linux 1 Note User Guide There are several ways to upload your custom key to your EC2 instance, but the most straightforward and informative way is to open a text editor (vi, nano, notepad, etc.) on both your local computer and your instance, and then copy and paste the file contents between them. You need root [sudo] privileges when performing these operations on the EC2 instance. This way, you can see immediately if there are any permission or path problems. Be careful, however, not to add any additional lines while copying the contents, or to change them in any way. From inside the /etc/pki/tls/private directory, check that the file ownership, group, and permission settings match the highly restrictive Amazon Linux defaults (owner=root, group=root, read/write for owner only). The commands would be as follows: [ec2-user private]$ sudo chown root.root custom.key [ec2-user private]$ sudo chmod 600 custom.key [ec2-user private]$ ls -al custom.key The commands above should yield the following result: -rw------- root root custom.key 7. Edit /etc/httpd/conf.d/ssl.conf to reflect your new certificate and key files. a. Provide the path and file name of the CA-signed host certificate in Apache's SSLCertificateFile directive: SSLCertificateFile /etc/pki/tls/certs/custom.crt b. If you received an intermediate certificate file (intermediate.crt in this example), provide its path and file name using Apache's SSLCACertificateFile directive: SSLCACertificateFile /etc/pki/tls/certs/intermediate.crt Step 2: Obtain a CA-signed certificate 39 Amazon Linux 1 User
al1-ug-015
al1-ug.pdf
15
only). The commands would be as follows: [ec2-user private]$ sudo chown root.root custom.key [ec2-user private]$ sudo chmod 600 custom.key [ec2-user private]$ ls -al custom.key The commands above should yield the following result: -rw------- root root custom.key 7. Edit /etc/httpd/conf.d/ssl.conf to reflect your new certificate and key files. a. Provide the path and file name of the CA-signed host certificate in Apache's SSLCertificateFile directive: SSLCertificateFile /etc/pki/tls/certs/custom.crt b. If you received an intermediate certificate file (intermediate.crt in this example), provide its path and file name using Apache's SSLCACertificateFile directive: SSLCACertificateFile /etc/pki/tls/certs/intermediate.crt Step 2: Obtain a CA-signed certificate 39 Amazon Linux 1 User Guide Note Some CAs combine the host certificate and the intermediate certificates in a single file, making this directive unnecessary. Consult the instructions provided by your CA. c. Provide the path and file name of the private key in Apache's SSLCertificateKeyFile directive: SSLCertificateKeyFile /etc/pki/tls/private/custom.key 8. Save /etc/httpd/conf.d/ssl.conf and restart Apache. [ec2-user ~]$ sudo service httpd restart 9. Test your server by entering your domain name into a browser URL bar with the prefix https://. Your browser should load the test page over HTTPS without generating errors. Step 3: Test and harden the security configuration After your TLS is operational and exposed to the public, you should test how secure it really is. This is easy to do using online services such as Qualys SSL Labs, which performs a free and thorough analysis of your security setup. Based on the results, you may decide to harden the default security configuration by controlling which protocols you accept, which ciphers you prefer, and which you exclude. For more information, see how Qualys formulates its scores. Important Real-world testing is crucial to the security of your server. Small configuration errors may lead to serious security breaches and loss of data. Because recommended security practices change constantly in response to research and emerging threats, periodic security audits are essential to good server administration. On the Qualys SSL Labs site, type the fully qualified domain name of your server, in the form www.example.com. After about two minutes, you receive a grade (from A to F) for your site and Step 3: Test and harden the security configuration 40 Amazon Linux 1 User Guide a detailed breakdown of the findings. Though the overview shows that the configuration is mostly sound, the detailed report flags several potential problems. For example: ✗ The RC4 cipher is supported for use by certain older browsers. A cipher is the mathematical core of an encryption algorithm. RC4, a fast cipher used to encrypt TLS data-streams, is known to have several serious weaknesses. Unless you have very good reasons to support legacy browsers, you should disable this. ✗ Old TLS versions are supported. The configuration supports TLS 1.0 (already deprecated) and TLS 1.1 (on a path to deprecation). Only TLS 1.2 has been recommended since 2018. To correct the TLS configuration 1. Open the configuration file /etc/httpd/conf.d/ssl.conf in a text editor and comment out the following lines by typing "#" at the beginning of each: #SSLProtocol all -SSLv3 #SSLProxyProtocol all -SSLv3 2. Add the following directives: SSLProtocol -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 +TLSv1.2 SSLProxyProtocol -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 +TLSv1.2 These directives explicitly disable SSL versions 2 and 3, as well as TLS versions 1.0 and 1.1. The server now refuses to accept encrypted connections with clients using anything except TLS 1.2. The verbose wording in the directive communicates more clearly, to a human reader, what the server is configured to do. Note Disabling TLS versions 1.0 and 1.1 in this manner blocks a small percentage of outdated web browsers from accessing your site. To modify the list of allowed ciphers 1. Open the configuration file /etc/httpd/conf.d/ssl.conf and find the section with commented-out examples for configuring SSLCipherSuite and SSLProxyCipherSuite. Step 3: Test and harden the security configuration 41 Amazon Linux 1 User Guide #SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5 #SSLProxyCipherSuite HIGH:MEDIUM:!aNULL:!MD5 Leave these as they are, and below them add the following directives: Note Though shown here on several lines for readability, each of these two directives must be on a single line without spaces between the cipher names. SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE- ECDSA-CHACHA20-POLY1305: ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM- SHA256:ECDHE-ECDSA-AES256-SHA384: ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES:! aNULL:!eNULL:!EXPORT:!DES: !RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3- SHA SSLProxyCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM- SHA384:ECDHE-ECDSA-CHACHA20-POLY1305: ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM- SHA256:ECDHE-ECDSA-AES256-SHA384: ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES:! aNULL:!eNULL:!EXPORT:!DES: !RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3- SHA These ciphers are a subset of the much longer list of supported ciphers in OpenSSL. They were selected and ordered according to the following criteria: • Support for forward secrecy • Strength • Speed • Specific ciphers before cipher families • Allowed ciphers before denied ciphers Step 3: Test and harden the security configuration 42 Amazon Linux 1 User Guide The high-ranking ciphers have ECDHE in their names, for Elliptic Curve Diffie-Hellman Ephemeral; the ephemeral indicates forward secrecy. Also, RC4 is now among the forbidden ciphers near the end. We recommend that you use an explicit list of ciphers instead relying on
al1-ug-016
al1-ug.pdf
16
are a subset of the much longer list of supported ciphers in OpenSSL. They were selected and ordered according to the following criteria: • Support for forward secrecy • Strength • Speed • Specific ciphers before cipher families • Allowed ciphers before denied ciphers Step 3: Test and harden the security configuration 42 Amazon Linux 1 User Guide The high-ranking ciphers have ECDHE in their names, for Elliptic Curve Diffie-Hellman Ephemeral; the ephemeral indicates forward secrecy. Also, RC4 is now among the forbidden ciphers near the end. We recommend that you use an explicit list of ciphers instead relying on defaults or terse directives whose content isn't visible. The cipher list shown here is just one of many possible lists; for instance, you might want to optimize a list for speed rather than forward secrecy. If you anticipate a need to support older clients, you can allow the DES-CBC3-SHA cipher suite. Each update to OpenSSL introduces new ciphers and deprecates old ones. Keep your EC2 Amazon Linux instance up to date, watch for security announcements from OpenSSL, and be alert to reports of new security exploits in the technical press. 2. Uncomment the following line by removing the "#": #SSLHonorCipherOrder on This command forces the server to prefer high-ranking ciphers, including (in this case) those that support forward secrecy. With this directive turned on, the server tries to establish a strongly secure connection before falling back to allowed ciphers with lesser security. 3. Restart Apache. If you test the domain again on Qualys SSL Labs, you should see that the RC4 vulnerability is gone. Troubleshoot • My Apache webserver won't start unless I enter a password This is expected behavior if you installed an encrypted, password-protected, private server key. You can remove the encryption and password requirement from the key. Assuming that you have a private encrypted RSA key called custom.key in the default directory, and that the password on it is abcde12345, run the following commands on your EC2 instance to generate an unencrypted version of the key. [ec2-user ~]$ cd /etc/pki/tls/private/ [ec2-user private]$ sudo cp custom.key custom.key.bak Troubleshoot 43 Amazon Linux 1 User Guide [ec2-user private]$ sudo openssl rsa -in custom.key -passin pass:abcde12345 -out custom.key.nocrypt [ec2-user private]$ sudo mv custom.key.nocrypt custom.key [ec2-user private]$ sudo chown root.root custom.key [ec2-user private]$ sudo chmod 600 custom.key [ec2-user private]$ sudo service httpd restart Apache should now start without prompting you for a password. Troubleshoot 44 Amazon Linux 1 User Guide Programming languages and runtimes on AL1 Warning Amazon Linux 1 (AL1, formerly Amazon Linux AMI) is no longer supported. This guide is available only for reference purposes. Note AL1 is no longer the current version of Amazon Linux. AL2023 is the successor to AL1 and AL2. For more information about what's new in AL2023, see Comparing AL1 and AL2023 section in the AL2023 User Guide and the list of Package changes in AL2023. AL1 provides different versions of some language runtimes. We work with upstream projects that support multiple versions at the same time. To find information about how to install and manage these name-versioned packages, use the yum command to search and install these packages. The following topics outline how each language ecosystem exists in AL1. Topics • C, C++, and Fortran in AL1 • Golang in AL1 • Java in AL1 • Perl in AL1 • PHP in AL1 • Python in AL1 • Rust in AL1 C, C++, and Fortran in AL1 AL1 includes both the GNU Compiler Collection (GCC) and the Clang frontend for LLVM (Low Level Virtual Machine). C/C++ and Fortran 45 Amazon Linux 1 Golang in AL1 User Guide AL1 updated the Go toolchain throughout the life of the operating system. This might have been be in response to a CVE in the toolchain or an emerging requirement needed to update another package. Java in AL1 AL1 provided several versions of Java. The java-1.6.0-openjdk package was deprecated with the initial 2018.03 release, with java-1.7.0-openjdk and java-1.8.0-openjdk being available. For more information on the support for each version of Java in AL1, see AL1 package support status. Perl in AL1 AL1 provides version 5.16 of the Perl programming language. PHP in AL1 AL1 provided several versions of the PHP programming language, each supported for same period of time as upstream PHP. For more information on the length of support for each PHP version, see AL1 package support status. Python in AL1 With the 2018.03 release of AL1, Python 2.6 was deprecated. Python 2.6 continued to be available in the package repositories for backwards compatibility as customers finished their migration to Python 2.7 or 3. The system Python is 2.7, with various Python 3 versions available as options. For more information, see AL1 package support status. Rust in AL1 There were updates to the Rust toolchain throughout the
al1-ug-017
al1-ug.pdf
17
the PHP programming language, each supported for same period of time as upstream PHP. For more information on the length of support for each PHP version, see AL1 package support status. Python in AL1 With the 2018.03 release of AL1, Python 2.6 was deprecated. Python 2.6 continued to be available in the package repositories for backwards compatibility as customers finished their migration to Python 2.7 or 3. The system Python is 2.7, with various Python 3 versions available as options. For more information, see AL1 package support status. Rust in AL1 There were updates to the Rust toolchain throughout the life of AL1. Go 46 Amazon Linux 1 User Guide AL1 package support status This is current as of 2023-07-12T21:54:00.270245. Topics • 2018.03 Deprecated Packages • EOL as of January 2020 • Backwards Compatibility Packages • aws-apitools-* packages deprecated in March 2017 • MySQL 5.5 EOL was December 31, 2018 • PostgreSQL 9.4 upstream EOL was February 13, 2020 • Ruby 2.4 upstream EOL on March 31, 2020 • OpenJDK 1.7.0 EOL was June 30, 2020 • PHP 7.2 upstream EOL was November 30, 2020 • MySQL 5.6 EOL on Febrary 5, 2021 • PostgreSQL 9.5 upstream EOL on February 11, 2021 • PostgreSQL 9.6 upstream EOL on November 11, 2021 • PHP 7.3 upstream EOL is December 6, 2021 • Python 3.6 upstream EOL is December 2021 • Python 3.8 upstream EOL is after AL1 EOL • MySQL 5.7 EOL on October 21, 2023 • OpenJDK 1.8.0 EOL was December 31, 2023 • Amazon Linux 1 EOL • Packages 2018.03 Deprecated Packages • Start Date: 2018-03-31 • End Date: https://aws.amazon.com/amazon-linux-ami/2018.03-release-notes/ 2018.03 Deprecated Packages 47 Amazon Linux 1 User Guide These packages were deprecated with the initial Amazon Linux 2018.03 release announcement and will not receive any further updates. Most were announced to be close to EOL in the 2016.09 release notes. EOL as of January 2020 • Start Date: 2020-01-20 • End Date: https://aws.amazon.com/amazon-linux-ami/faqs/ As announced with maintenance support, these packages will no longer receive updates. This matches their upstream EOL. Backwards Compatibility Packages • Start Date: • End Date: https://aws.amazon.com/amazon-linux-ami/faqs/ These packages are provided only for binary compatibility with older Amazon Linux versions. They do not receive security updates. aws-apitools-* packages deprecated in March 2017 • Start Date: 2017-03-01 • End Date: https://forums.aws.amazon.com/thread.jspa?messageID=958562 These packages were superseded by the AWS CLI. MySQL 5.5 EOL was December 31, 2018 • Start Date: 2018-12-03 EOL as of January 2020 48 Amazon Linux 1 • End Date: User Guide https://aws.amazon.com/amazon-linux-ami/faqs/ Following upstream, MySQL 5.5 reached EOL in December 2018. PostgreSQL 9.4 upstream EOL was February 13, 2020 • Start Date: 2020-02-13 • End Date: https://www.postgresql.org/support/versioning/ Upstream PostgreSQL 9.4 reached EOL on February 13, 2020. As previously announced, AL1 is following the upstream EOL for PostgreSQL 9.4. The link provided is to the upstream statement. Ruby 2.4 upstream EOL on March 31, 2020 • Start Date: 2020-03-31 • End Date: https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/ Upstream Ruby 2.4 went EOL on March 31, 2020. As previously announced, AL1 is following upstream EOL for Ruby 2.4. The link provided is to the upstream statement. OpenJDK 1.7.0 EOL was June 30, 2020 • Start Date: 2020-06-30 • End Date: https://aws.amazon.com/amazon-linux-ami/faqs/ OpenJDK 1.7.0 reached EOL at end of June 2020. PostgreSQL 9.4 upstream EOL was February 13, 2020 49 Amazon Linux 1 User Guide PHP 7.2 upstream EOL was November 30, 2020 • Start Date: 2020-11-30 • End Date: https://www.php.net/eol.php As previously announced, AL1 is following Upstream PHP 7.2 EOL dates. Upstream PHP 7.2 reached EOL on November 30, 2020. The link provided is to the upstream EOL page. MySQL 5.6 EOL on Febrary 5, 2021 • Start Date: 2021-02-05 • End Date: https://aws.amazon.com/amazon-linux-ami/faqs/ MySQL 5.6 as part of Amazon Linux 1 reached EOL on Febrary 5, 2021. PostgreSQL 9.5 upstream EOL on February 11, 2021 • Start Date: 2021-02-11 • End Date: https://www.postgresql.org/support/versioning/ Upstream PostgreSQL 9.5 reached EOL on February 11, 2021. As previously announced, Amazon Linux 1 is following upstream EOL for PostgreSQL 9.5. The link provided is to the upstream statement. PostgreSQL 9.6 upstream EOL on November 11, 2021 • Start Date: 2021-11-11 • End Date: PHP 7.2 upstream EOL was November 30, 2020 50 Amazon Linux 1 User Guide https://www.postgresql.org/support/versioning/ Upstream PostgreSQL 9.6 reached EOL on November 11, 2021. As previously announced, Amazon Linux 1 is following upstream EOL for PostgreSQL 9.6. The link provided is to the upstream statement. PHP 7.3 upstream EOL is December 6, 2021 • Start Date: 2021-12-06 • End Date: https://www.php.net/supported-versions As previously announced, Amazon Linux 1 is following Upstream PHP 7.3 EOL dates. Upstream PHP 7.3 reached EOL on December 6, 2021. The link provided is to the upstream EOL page Python 3.6 upstream EOL is December 2021 • Start Date: 2021-12-31 • End Date: https://www.python.org/dev/peps/pep-0494/ The upstream Python
al1-ug-018
al1-ug.pdf
18
Linux 1 User Guide https://www.postgresql.org/support/versioning/ Upstream PostgreSQL 9.6 reached EOL on November 11, 2021. As previously announced, Amazon Linux 1 is following upstream EOL for PostgreSQL 9.6. The link provided is to the upstream statement. PHP 7.3 upstream EOL is December 6, 2021 • Start Date: 2021-12-06 • End Date: https://www.php.net/supported-versions As previously announced, Amazon Linux 1 is following Upstream PHP 7.3 EOL dates. Upstream PHP 7.3 reached EOL on December 6, 2021. The link provided is to the upstream EOL page Python 3.6 upstream EOL is December 2021 • Start Date: 2021-12-31 • End Date: https://www.python.org/dev/peps/pep-0494/ The upstream Python community declared Python 3.6 EOL as December 23, 2021. As communicated previously, AL1 will follow the upstream EOL schedule for Python 3.6. The link provided is to the upstream Python 3.6 release schedule. Python 3.8 upstream EOL is after AL1 EOL • Start Date: 2024-10-14 • End Date: https://www.python.org/dev/peps/pep-0494/ The upstream Python community estimates an EOL date for Python 3.8 of October 14, 2024. Because this is after the AL1; EOL date, the earlier date of AL1 EOL applies. PHP 7.3 upstream EOL is December 6, 2021 51 Amazon Linux 1 User Guide MySQL 5.7 EOL on October 21, 2023 • Start Date: 2023-10-21 • End Date: https://aws.amazon.com/amazon-linux-ami/faqs/ Upstream MySQL 5.7 reached EOL on October 21, 2023. OpenJDK 1.8.0 EOL was December 31, 2023 • Start Date: 2023-12-31 • End Date: https://aws.amazon.com/amazon-linux-ami/faqs/ OpenJDK 1.8.0 reached EOL December 31, 2023. Amazon Linux 1 EOL • Start Date: 2023-12-31 • End Date: https://aws.amazon.com/amazon-linux-ami/faqs/ The maintenance mupport period for AL1 ended on December 31st, 2023. From this point, the remaining AL1 packages (listed below) will no longer receive any updates from AWS. MySQL 5.7 EOL on October 21, 2023 52 Amazon Linux 1 Packages Package 389-admin 389-admin-console 389-admin- console-doc 389-adminutil 389-adminutil- devel 389-console User Guide Supported ? Start date End date Support 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 53 Amazon Linux 1 Package 389-ds 389-ds-base 389-ds-base-devel 389-ds-base-libs 389-ds-base-snmp 389-ds-console 389-ds-console- doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 54 Amazon Linux 1 Package 389-dsgw a2ps aalib aalib-devel aalib-libs ack acl Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 55 Amazon Linux 1 Package acpid adaptx adaptx-doc adaptx-javadoc adcli adjtimex agg Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 56 Amazon Linux 1 Package agg-devel agrep aide alsa-lib alsa-lib-devel alsa-utils amanda Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 57 Amazon Linux 1 Package amanda-client amanda-devel amanda-server amazon-efs-utils amazon-ssm-agent amtu ant Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 58 Amazon Linux 1 Package ant-antlr ant-apache-bcel ant-apache-bsf ant-apache-log4j ant-apache-oro ant-apache-regexp ant-apache- resolver Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 59 Amazon Linux 1 Package ant-apache-xalan2 ant-commons- logging ant-commons-net ant-contrib ant-contrib- javadoc ant-javadoc ant-javamail Supported ? Start date End date
al1-ug-019
al1-ug.pdf
19
Amazon Linux 1 EOL Amazon Linux 1 EOL 58 Amazon Linux 1 Package ant-antlr ant-apache-bcel ant-apache-bsf ant-apache-log4j ant-apache-oro ant-apache-regexp ant-apache- resolver Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 59 Amazon Linux 1 Package ant-apache-xalan2 ant-commons- logging ant-commons-net ant-contrib ant-contrib- javadoc ant-javadoc ant-javamail Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 60 Amazon Linux 1 Package ant-jdepend ant-jmf ant-jsch ant-junit ant-manual ant-scripts ant-swing Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 61 Amazon Linux 1 Package ant-testutil antlr antlr-javadoc antlr-manual apache-commons- beanutils apache-commons- beanutils-javadoc apache-commons- codec Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 62 Amazon Linux 1 Package apache-commons- codec-javadoc apache-commons- collections apache-commons- collections- javadoc apache-commons- collections- testframework apache-commons- daemon Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No No Note The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release Packages 63 Amazon Linux 1 Package Supported ? Start date End date Support User Guide apache-commons- daemon-javadoc apache-commons- daemon-jsvc apache-commons- dbcp apache-commons- dbcp-javadoc apache-commons- digester apache-commons- digester-javadoc apache-commons- discovery 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 64 Amazon Linux 1 Package Supported ? Start date End date Support User Guide apache-commons- discovery-javadoc 2023-12-3 1 Amazon Linux 1 EOL apache-commons-el apache-commons- el-javadoc apache-commons-io apache-commons- io-javadoc apache-commons- lang apache-commons- lang-javadoc No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 65 Amazon Linux 1 Package Supported ? Start date End date Support User Guide apache-commons- logging apache-commons- logging-javadoc apache-commons- net apache-commons- net-javadoc apache-commons- parent apache-commons- pool apache-commons- pool-javadoc 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 66 Amazon Linux 1 Package apache-ivy apache-ivy- javadoc apache-tomcat- apis apc-panel apcu-panel apcu70-panel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No No No Packages 67 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2020-01-2 0 EOL As of Jan 2020 apcu71-panel No Note Part of upstream EOL for php71 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 apcu72-panel No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 apr apr-devel 2023-12-3 1 2023-12-3 1 No No Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 68 Amazon Linux 1 Package apr-util apr-util-devel apr-util-freetds apr-util-ldap apr-util-mysql apr-util-nss apr-util-odbc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1
al1-ug-020
al1-ug.pdf
20
Jan 2020 apcu71-panel No Note Part of upstream EOL for php71 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 apcu72-panel No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 apr apr-devel 2023-12-3 1 2023-12-3 1 No No Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 68 Amazon Linux 1 Package apr-util apr-util-devel apr-util-freetds apr-util-ldap apr-util-mysql apr-util-nss apr-util-odbc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 69 Amazon Linux 1 Package apr-util-openssl apr-util-pgsql apr-util-sqlite arptables_jf arpwatch asciidoc asciidoc-doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 70 Amazon Linux 1 Package aspell aspell-devel aspell-en aspell-nl at atlas atlas-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 71 Amazon Linux 1 Package atlas-sse3 atlas-sse3-devel attr audispd-plugins audit audit-libs audit-libs-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 72 Amazon Linux 1 Package audit-libs-python audit-libs-static augeas augeas-devel augeas-libs authconfig autoconf Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 73 Amazon Linux 1 Package autofs autogen autogen-libopts autogen-libopts- devel automake automake14 automake15 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 74 Amazon Linux 1 Package automake16 automake17 automake19 avahi avahi-autoipd avahi-compat-howl avahi-compat- howl-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 75 Amazon Linux 1 Package avahi-compat- libdns_sd avahi-compat- libdns_sd-devel avahi-devel avahi-dnsconfd avahi-glib avahi-glib-devel avahi-gobject Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 76 Amazon Linux 1 Package avahi-gobject- devel avahi-libs avahi-tools avalon-framework avalon-framework- javadoc avalon-framework- manual avalon-logkit Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 77 Amazon Linux 1 Package avalon-logkit- javadoc aws-amitools-ec2 aws-apitools-as Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2017-03-0 1 No No No Note Amazon Linux 1 EOL Amazon Linux 1 EOL aws-apitools-* packages deprecated in March 2017 Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 2017-03-0 1 aws-apitools-* packages deprecated in March 2017 aws-apitools-cfn No Note Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 Packages 78 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2017-03-0 1 aws-apitools-* packages deprecated in March 2017 aws-apitools- common No Note Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 2017-03-0 1 aws-apitools-* packages deprecated in
al1-ug-021
al1-ug.pdf
21
aws-amitools-ec2 aws-apitools-as Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2017-03-0 1 No No No Note Amazon Linux 1 EOL Amazon Linux 1 EOL aws-apitools-* packages deprecated in March 2017 Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 2017-03-0 1 aws-apitools-* packages deprecated in March 2017 aws-apitools-cfn No Note Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 Packages 78 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2017-03-0 1 aws-apitools-* packages deprecated in March 2017 aws-apitools- common No Note Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 2017-03-0 1 aws-apitools-* packages deprecated in March 2017 aws-apitools-ec2 No Note Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 2017-03-0 1 aws-apitools-* packages deprecated in March 2017 aws-apitools-elb No Note Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 Packages 79 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2017-03-0 1 aws-apitools-* packages deprecated in March 2017 aws-apitools-iam No Note Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 2017-03-0 1 aws-apitools-* packages deprecated in March 2017 aws-apitools-mon No Note Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 2017-03-0 1 aws-apitools-* packages deprecated in March 2017 aws-apitools-rds No Note Upstream EOL for aws-apitools-* (aws-apitools-common) is 2017-03-01 Packages 80 Amazon Linux 1 Package Supported ? Start date End date Support User Guide aws-cfn-bootstrap aws-cli aws-cli-plugin- cloudwatch-logs aws-cloudhsm-cli aws-kinesis-agent aws-scripts-ses aws-vpc-nat 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 81 Amazon Linux 1 Package awslogs axis axis-javadoc axis-manual basesystem bash bash-doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 82 Amazon Linux 1 Package batik Supported ? Start date End date Support User Guide 2018-03-3 1 2018.03 Deprecated Packages No Note The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release batik-demo batik-javadoc batik-rasterizer batik-slideshow 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 83 Amazon Linux 1 Package batik-squiggle batik-svgpp batik-ttf2svg bc bcc bcc-devel bcc-doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 84 Amazon Linux 1 Package bcc-lua bcc-tools bcel bcel-javadoc bcel-manual bdftruncate Supported ? Start date End date Support User Guide 2023-12-3 1 Amazon Linux 1 EOL 2021-12-3 1 Python 3.6 upstream EOL is December 2021 No No Note Upstream EOL for Python 3.6 (python36) is 2021-12-31 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 85 Amazon Linux 1 Package bea-stax bea-stax-api bea-stax-javadoc beecrypt beecrypt-apidocs beecrypt-devel beecrypt-python Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 86 Amazon Linux 1 Package bind bind-chroot bind-devel bind-libs bind-sdb bind-utils binutils Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 87 Amazon Linux 1 Package binutils-devel bison bison-devel bison-runtime blas blas-devel blas-static Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 88 Amazon Linux 1 Package blas64 blas64-devel blas64-static blktrace bonnie++ boost boost-atomic Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1
al1-ug-022
al1-ug.pdf
22
Linux 1 Package binutils-devel bison bison-devel bison-runtime blas blas-devel blas-static Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 88 Amazon Linux 1 Package blas64 blas64-devel blas64-static blktrace bonnie++ boost boost-atomic Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 89 Amazon Linux 1 Package boost-build boost-chrono boost-context boost-date-time boost-devel boost-doc boost-examples Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 90 Amazon Linux 1 Package Supported ? Start date End date Support User Guide boost-filesystem boost-graph boost-graph-mpich boost-graph- openmpi boost-iostreams boost-jam boost-locale 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 91 Amazon Linux 1 Package boost-math boost-mpich boost-mpich-devel boost-mpich- python boost-openmpi boost-openmpi- devel boost-openmpi- python Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 92 Amazon Linux 1 Package boost-program- options boost-python boost-random boost-regex boost-ser ialization boost-signals boost-static Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 93 Amazon Linux 1 Package boost-system boost-test boost-thread boost-timer boost-wave boost141 boost141-date- time Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 94 Amazon Linux 1 Package Supported ? Start date End date Support User Guide boost141-devel boost141-doc boost141- filesystem boost141-graph boost141-graph- mpich2 boost141-graph- openmpi boost141- iostreams No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages 2023-12-3 1 Amazon Linux 1 EOL Packages 95 Amazon Linux 1 Package Supported ? Start date End date Support User Guide boost141-math 2023-12-3 1 Amazon Linux 1 EOL boost141-mpich2 boost141-mpich2- devel boost141-mpich2- python boost141-openmpi boost141-openmpi- devel boost141-openmpi- python No No No No No No No Backwards Compatibility Packages 2023-12-3 1 Amazon Linux 1 EOL Backwards Compatibility Packages Backwards Compatibility Packages 2023-12-3 1 Amazon Linux 1 EOL Backwards Compatibility Packages Packages 96 Amazon Linux 1 Package Supported ? Start date End date Support User Guide boost141-program- options 2023-12-3 1 Amazon Linux 1 EOL boost141-python boost141-regex boost141- serialization boost141-signals boost141-static boost141-system No No No No No No No 2023-12-3 1 Amazon Linux 1 EOL Backwards Compatibility Packages Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Packages 97 Amazon Linux 1 Package boost141-test boost141-thread boost141-wave bridge-utils bsdcpio bsdtar bsf Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 98 Amazon Linux 1 Package bsf-javadoc bsh bsh-demo bsh-javadoc bsh-manual btrfs-progs btrfs-progs-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3
al1-ug-023
al1-ug.pdf
23
Packages 97 Amazon Linux 1 Package boost141-test boost141-thread boost141-wave bridge-utils bsdcpio bsdtar bsf Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 98 Amazon Linux 1 Package bsf-javadoc bsh bsh-demo bsh-javadoc bsh-manual btrfs-progs btrfs-progs-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 99 Amazon Linux 1 Package busybox busybox-petitboot byacc byaccj bzip2 bzip2-devel bzip2-libs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 100 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 bzr-common No Note Part of upstream EOL for bzr-python27 2018-03-3 1 2018.03 Deprecated Packages bzr-doc-python26 No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2020-01-2 0 EOL As of Jan 2020 bzr-doc-python27 No Note Part of upstream EOL for bzr-python27 bzr-fastimport- python26 2018-03-3 1 2018.03 Deprecated Packages No Packages 101 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2020-01-2 0 EOL As of Jan 2020 bzr-fastimport- No python27 Note Part of upstream EOL for bzr-python27 2018-03-3 1 2018.03 Deprecated Packages bzr-python26 No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2020-01-2 0 EOL As of Jan 2020 bzr-python27 No Note Part of upstream EOL for bzr-python27 Packages 102 Amazon Linux 1 Package c-ares c-ares-devel ca-certificates cachefilesd cacti cairo cairo-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 103 Amazon Linux 1 Package cairo-gobject cairo-gobject- devel cairo-tools cargo cargo-doc castor castor-demo Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 104 Amazon Linux 1 Package castor-doc castor-javadoc castor-test castor-xml celt051 celt051-devel check Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 105 Amazon Linux 1 Package check-devel check-static checkpolicy chkconfig chkrootkit chrony chrpath Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 106 Amazon Linux 1 Package cifs-utils cifs-utils-devel cjkuni-fonts- common cjkuni-fonts- ghostscript cjkuni-ukai-fonts cjkuni-uming- fonts clamav Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 107 Amazon Linux 1 Package clamav-data clamav-data-empty clamav-db clamav-devel clamav-filesystem clamav-lib clamav-milter Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages
al1-ug-024
al1-ug.pdf
24
No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 107 Amazon Linux 1 Package clamav-data clamav-data-empty clamav-db clamav-devel clamav-filesystem clamav-lib clamav-milter Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 108 Amazon Linux 1 Package clamav-milter- sysvinit clamav-scanner clamav-scanner- sysvinit clamav-server clamav-server- sysvinit clamav-update clamd Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 109 Amazon Linux 1 Package clang clang-analyzer clang-devel clang6.0 clang6.0-analyzer clang6.0-devel clang6.0-libs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 110 Amazon Linux 1 Package clang6.0-tools- extra classpathx-jaf classpathx-jaf- javadoc classpathx-mail classpathx-mail- javadoc clippy cloog-ppl Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Backwards Compatibility Packages Packages 111 Amazon Linux 1 Package cloog-ppl-devel cloud-disk-utils cloud-init cloud-utils cluster-glue cluster-glue-libs cluster-glue- libs-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 112 Amazon Linux 1 Package cmake cmake-doc cmake3 cmake3-data cmake3-doc collectd collectd-amqp Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 113 Amazon Linux 1 Package collectd-apache collectd-bind collectd-chrony collectd-curl collectd-curl_xml collectd-dbi collectd-disk Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 114 Amazon Linux 1 Package collectd-dns collectd-drbd collectd-email collectd-generic- jmx collectd-gmond Supported ? Start date End date Support User Guide Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL EOL As of Jan 2020 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2020-01-2 0 No No No No No Note Part of upstream EOL for ganglia collectd- hugepages 2023-12-3 1 No Amazon Linux 1 EOL Packages 115 Amazon Linux 1 Package collectd-ipmi collectd-iptables collectd-ipvs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No collectd-java Note The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release collectd-lua 2023-12-3 1 No Amazon Linux 1 EOL Packages 116 Amazon Linux 1 Package collectd-lvm collectd-mcelog collectd- memcachec collectd-mysql collectd-netlink collectd-nginx collectd- notify_email Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 117 Amazon Linux 1 Package Supported ? Start date End date Support User Guide collectd-openldap collectd- postgresql collectd-python collectd- rrdcached collectd-rrdtool collectd-snmp collectd- snmp_agent 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL
al1-ug-025
al1-ug.pdf
25
1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 117 Amazon Linux 1 Package Supported ? Start date End date Support User Guide collectd-openldap collectd- postgresql collectd-python collectd- rrdcached collectd-rrdtool collectd-snmp collectd- snmp_agent 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 118 Amazon Linux 1 Package collectd-synproxy collectd-utils collectd-varnish collectd-web collectd- write_http collectd- write_sensu collectd- write_tsdb Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 119 Amazon Linux 1 Package collectd- zookeeper collectl compat-audit compat-boost compat-boost- date-time compat-boost- filesystem compat-boost- graph Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Packages 120 Amazon Linux 1 Package compat-boost- iostreams compat-boost- mpich2 compat-boost- openmpi compat-boost- program-options compat-boost- python compat-boost- regex compat-boost- serialization Supported ? Start date End date Support User Guide No No No No No No No Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Packages 121 Amazon Linux 1 Package compat-boost- signals compat-boost- system compat-boost-test compat-boost- thread compat-boost-wave compat-expat1 compat-gmp4 Supported ? Start date End date Support User Guide No No No No No No No Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Packages 122 Amazon Linux 1 Package compat-Im ageMagick compat-iptables compat-libcap1 compat-libevent compat-libffi5 compat-libicu4 compat-libmpc0 Supported ? Start date End date Support User Guide No No No No No No No Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Packages 123 Amazon Linux 1 Package compat-libstdc+ +-33 compat-libtermcap compat-libtiff3 compat-mpfr2 Supported ? Start date End date Support User Guide Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages 2018-03-3 1 2018.03 Deprecated Packages No No No No No compat-mpich Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release Packages 124 Amazon Linux 1 Package compat-mpich- devel compat-mpich-doc compat-openldap compat-openmpi compat-openmpi- devel compat-openmpi- psm compat-openmpi- psm-devel Supported ? Start date End date Support User Guide No No No No No No No Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Packages 125 Amazon Linux 1 Package Supported ? Start date End date Support User Guide compat-openmpi16 compat-openmpi16- devel compat-protobuf compat-readline5 compat-readline5- devel compat-readline5- static compiler-rt No No No No No No No Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages Backwards Compatibility Packages 2023-12-3 1 Amazon Linux 1 EOL Packages 126 Amazon Linux 1 Package conman conntrack-tools containerd containerd-stress copy-jdk-configs coreutils corosync Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 127 Amazon Linux 1 Package corosynclib corosynclib-devel cowsay cpio cpp cpp44 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No No No Packages 128 Amazon Linux 1 Package cpp48 cpp64 cpp72 cppunit cppunit-devel Start date End date Support User Guide Supported ? Note The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 129 Amazon Linux 1 Package cppunit-doc cpuspeed cracklib cracklib-devel cracklib-dicts cracklib-python crash Packages Supported ? Start date End date Support User
al1-ug-026
al1-ug.pdf
26
1 2018.03 Deprecated Packages No No No No No No Packages 128 Amazon Linux 1 Package cpp48 cpp64 cpp72 cppunit cppunit-devel Start date End date Support User Guide Supported ? Note The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 129 Amazon Linux 1 Package cppunit-doc cpuspeed cracklib cracklib-devel cracklib-dicts cracklib-python crash Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 130 Amazon Linux 1 Package crash-devel crash-extensions createrepo createrepo_c createrepo_c- devel createrepo_c-libs cronie Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 131 Amazon Linux 1 Package cronie-anacron cronie-noanacron crontabs crypto-utils cryptsetup cryptsetup-devel cryptsetup-libs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 132 Amazon Linux 1 Package cryptsetup-python cryptsetup- reencrypt cscope ctags ctags-etags ctdb ctdb-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 133 Amazon Linux 1 Package ctdb-tests CUnit CUnit-devel cups cups-devel cups-libs cups-lpd Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 134 Amazon Linux 1 Package cups-php curl cvs cvs-inetd cvs2commons cvs2git cvs2svn Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 135 Amazon Linux 1 Package cvsps cyrus-imapd cyrus-imapd-devel cyrus-imapd-utils cyrus-sasl cyrus-sasl-devel cyrus-sasl-gssapi Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 136 Amazon Linux 1 Package Supported ? Start date End date Support User Guide cyrus-sasl-ldap cyrus-sasl-lib cyrus-sasl-md5 cyrus-sasl-ntlm cyrus-sasl-plain cyrus-sasl-sql dash Packages 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 137 Amazon Linux 1 Package db4 db4-cxx db4-devel db4-devel-static db4-java db4-tcl db4-utils Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 138 Amazon Linux 1 Package db43 db43-utils dbus dbus-devel dbus-doc dbus-glib dbus-glib-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 139 Amazon Linux 1 Package dbus-libs dbus-python26 dbus-python27 dbus-python27-
al1-ug-027
al1-ug.pdf
27
Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 138 Amazon Linux 1 Package db43 db43-utils dbus dbus-devel dbus-doc dbus-glib dbus-glib-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 139 Amazon Linux 1 Package dbus-libs dbus-python26 dbus-python27 dbus-python27- devel ddate Supported ? Start date End date Support User Guide 2023-12-3 1 Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 140 Amazon Linux 1 Package debugmode dejagnu dejavu-fonts- common dejavu-lgc-sans- fonts dejavu-lgc-sans- mono-fonts dejavu-lgc-serif- fonts dejavu-sans-fonts Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 141 Amazon Linux 1 Package Supported ? Start date End date Support User Guide dejavu-sans-mono- fonts 2023-12-3 1 Amazon Linux 1 EOL dejavu-serif- fonts deltaiso deltarpm desktop-file- utils dev86 device-mapper No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 142 Amazon Linux 1 Package device-mapper- devel device-mapper- event device-mapper- event-devel device-mapper- event-libs device-mapper- libs device-mapper- multipath device-mapper- multipath-libs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 143 Amazon Linux 1 Package device-mapper- persistent-data dhclient dhcp dhcp-common dhcp-devel dialog dialog-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 144 Amazon Linux 1 Package diffstat diffutils directory-naming dirmngr dirsplit dkim-milter dkms Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 145 Amazon Linux 1 Package dmidecode dmraid dmraid-devel dmraid-events dmraid-events- logwatch dnsmasq dnsmasq-utils Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 146 Amazon Linux 1 Package docbook-dtds docbook-simple docbook-slides docbook-style- dsssl docbook-style-xsl docbook-utils docbook-utils-pdf Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 147 Amazon Linux 1 Package docbook2X docbook5-schemas docbook5-style- xsl docker docker-storage- setup dojo dos2unix Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 148 Amazon Linux 1 Package dosfstools dovecot dovecot-devel dovecot-mysql dovecot-pgsql dovecot-p igeonhole doxygen Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1
al1-ug-028
al1-ug.pdf
28
2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 148 Amazon Linux 1 Package dosfstools dovecot dovecot-devel dovecot-mysql dovecot-pgsql dovecot-p igeonhole doxygen Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 149 Amazon Linux 1 Package doxygen-latex dracut dracut-caps dracut-fips dracut-fips-aesni dracut-generic dracut-kernel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 150 Amazon Linux 1 Package dracut-modules- growroot dracut-network dracut-tools drm-utils drpmsync dstat dump Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 151 Amazon Linux 1 Package dyninst dyninst-devel dyninst-doc dyninst-static dyninst-testsuite e2fsprogs e2fsprogs-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 152 Amazon Linux 1 Package Supported ? Start date End date Support User Guide e2fsprogs-libs e2fsprogs-static ebtables ec2-hibinit-agent ec2-net-utils ec2-utils ecj Packages 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 153 Amazon Linux 1 Package ecryptfs-utils ecryptfs-utils- devel ecryptfs-utils- python ecs-init ed efax egl-utils Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 154 Amazon Linux 1 Package elfutils elfutils-devel elfutils-devel- static elfutils-libelf elfutils-libelf- devel elfutils-libelf- devel-static elfutils-libs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 155 Amazon Linux 1 Package elinks emacs emacs-a2ps emacs-a2ps-el emacs-auctex emacs-auctex-doc emacs-auctex-el Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 156 Amazon Linux 1 Package emacs-auto- complete emacs-auto- complete-el emacs-common emacs-el emacs-gettext emacs-gettext-el emacs-git Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 157 Amazon Linux 1 Package emacs-git-el emacs-gnuplot emacs-gnuplot-el emacs-mercurial Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2020-01-2 0 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL EOL As of Jan 2020 Note Amazon Linux 1 EOL for mercurial-python27 2020-01-2 0 EOL As of Jan 2020 emacs-mercurial- No el Note Amazon Linux 1 EOL for mercurial-python27 Packages 158 Amazon Linux 1 Package enchant enchant-aspell enchant-devel enscript environment- modules epel-release erlang Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3
al1-ug-029
al1-ug.pdf
29
emacs-gnuplot emacs-gnuplot-el emacs-mercurial Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2020-01-2 0 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL EOL As of Jan 2020 Note Amazon Linux 1 EOL for mercurial-python27 2020-01-2 0 EOL As of Jan 2020 emacs-mercurial- No el Note Amazon Linux 1 EOL for mercurial-python27 Packages 158 Amazon Linux 1 Package enchant enchant-aspell enchant-devel enscript environment- modules epel-release erlang Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 159 Amazon Linux 1 Package erlang-appmon erlang-asn1 erlang-co mmon_test erlang-compiler erlang-cosEvent erlang-co sEventDomain erlang-co sFileTransfer Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 160 Amazon Linux 1 Package Supported ? Start date End date Support User Guide erlang-co sNotification erlang-co sProperty erlang-cosTime erlang-co sTransactions erlang-crypto erlang-debugger erlang-dialyzer 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 161 Amazon Linux 1 Package Supported ? Start date End date Support User Guide erlang-diameter erlang-doc erlang-docbuilder erlang-edoc erlang-erl_docgen erlang-er l_interface erlang-erts 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 162 Amazon Linux 1 Package erlang-et erlang-eunit erlang-examples erlang-gs erlang-hipe erlang-ic erlang-inets Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 163 Amazon Linux 1 Package erlang-inviso erlang-jinterface erlang-kernel erlang-megaco erlang-mnesia erlang-observer erlang-odbc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 164 Amazon Linux 1 Package erlang-orber erlang-os_mon erlang-otp_mibs erlang-parsetools erlang-percept erlang-pman erlang-public_key Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 165 Amazon Linux 1 Package erlang-reltool erlang-ru ntime_tools erlang-sasl erlang-snmp erlang-ssh erlang-ssl erlang-stdlib Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 166 Amazon Linux 1 Package erlang-sy ntax_tools erlang-te st_server erlang-toolbar erlang-tools erlang-tv erlang-typer erlang-webtool Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 167 Amazon Linux 1 Package erlang-xmerl ethtool exim exim-greylist exim-mon exim-mysql exim-pgsql Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 168 Amazon Linux 1 Package expat expat-devel expect expect-devel facter facter2 fail2ban Supported
al1-ug-030
al1-ug.pdf
30
Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 167 Amazon Linux 1 Package erlang-xmerl ethtool exim exim-greylist exim-mon exim-mysql exim-pgsql Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 168 Amazon Linux 1 Package expat expat-devel expect expect-devel facter facter2 fail2ban Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 169 Amazon Linux 1 Package fakechroot fakechroot-libs fakeroot fakeroot-libs fcgi fcgi-devel fcgi-libs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 170 Amazon Linux 1 Package fcgi-perl fetchmail fftw fftw-devel fftw-static figlet file Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 171 Amazon Linux 1 Package file-devel file-libs file-static filesystem findutils finger finger-server Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 172 Amazon Linux 1 Package fio fipscheck fipscheck-devel fipscheck-lib flac flac-devel flex Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 173 Amazon Linux 1 Package flex-devel flex-doc fontconfig fontconfig-devel fontforge fontforge-devel fontpackages- devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 174 Amazon Linux 1 Package fontpackages- filesystem fontpackages- tools foomatic foomatic-db foomatic-db- filesystem foomatic-db-ppds fop Packages Supported ? Start date End date Support User Guide No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages 175 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release fop-javadoc fortune-mod fpart fping freeglut 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 176 Amazon Linux 1 Package Supported ? Start date End date Support User Guide freeglut-devel freeradius freeradius-krb5 freeradius-ldap freeradius-mysql freeradius-perl freeradius- postgresql 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 177 Amazon Linux 1 Package freeradius-python freeradius- unixODBC freeradius-utils freetds freetds-devel freetds-doc freetype Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 178
al1-ug-031
al1-ug.pdf
31
1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 177 Amazon Linux 1 Package freeradius-python freeradius- unixODBC freeradius-utils freetds freetds-devel freetds-doc freetype Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 178 Amazon Linux 1 Package freetype-demos freetype-devel ftp fuse fuse-devel fuse-libs fwsnort Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 179 Amazon Linux 1 Package gamin gamin-devel gamin-python ganglia Supported ? Start date End date Support User Guide Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL EOL As of Jan 2020 2023-12-3 1 2023-12-3 1 2023-12-3 1 2020-01-2 0 No No No No Note Part of upstream EOL for ganglia 2020-01-2 0 EOL As of Jan 2020 ganglia-devel No Note Part of upstream EOL for ganglia Packages 180 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 ganglia-gmetad No Note Part of upstream EOL for ganglia 2020-01-2 0 EOL As of Jan 2020 ganglia-gmond No Note Part of upstream EOL for ganglia 2020-01-2 0 EOL As of Jan 2020 ganglia-gmond- No python Note Part of upstream EOL for ganglia ganglia-web 2020-01-2 0 No EOL As of Jan 2020 Packages 181 Amazon Linux 1 Package gawk gc gc-devel gcc gcc-c++ gcc-gfortran Start date End date Support User Guide Supported ? Note Part of upstream EOL for PHP 5.3 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 182 Amazon Linux 1 Package gcc-gnat gcc44 Supported ? Start date End date Support User Guide 2023-12-3 1 Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No Note The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages gcc44-c++ No Note The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release gcc44-gfortran 2018-03-3 1 2018.03 Deprecated Packages No Packages 183 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages gcc44-gnat No Note The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages gcc44-objc No Note The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release gcc44-objc++ 2018-03-3 1 2018.03 Deprecated Packages No Packages 184 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release gcc48 gcc48-c++ gcc48-gfortran gcc48-gnat gcc48-plugin- devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 185 Amazon Linux 1 Package gcc64 gcc64-c++ gcc64-gdb-plugin gcc64-gfortran gcc64-plugin- devel gcc72 gcc72-c++ Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 186 Amazon Linux 1 Package gcc72-gdb-plugin gcc72-plugin- devel gd gd-devel gd-progs gdb gdb-doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 187 Amazon Linux 1 Package gdb-gdbserver gdbm gdbm-devel gdisk generic-logos genisoimage GeoIP Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux
al1-ug-032
al1-ug.pdf
32
1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 187 Amazon Linux 1 Package gdb-gdbserver gdbm gdbm-devel gdisk generic-logos genisoimage GeoIP Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 188 Amazon Linux 1 Package GeoIP-devel geos geos-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No geos-python26 Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release geos-python27 2023-12-3 1 No Amazon Linux 1 EOL Packages 189 Amazon Linux 1 Package Supported ? Start date End date Support User Guide geronimo-specs geronimo-specs- compat get_refer ence_source gettext gettext-common- devel gettext-devel gettext-libs 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 190 Amazon Linux 1 Package ghostscript ghostscript-devel ghostscript-doc ghostscript-fonts giflib giflib-devel giflib-utils Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 191 Amazon Linux 1 Package git git-all git-bzr git-clang-format git-core git-core-doc git-cvs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 192 Amazon Linux 1 Package git-daemon git-email git-hg git-instaweb git-p4 git-subtree git-svn Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2020-01-2 0 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL EOL As of Jan 2020 193 Amazon Linux 1 Package gitolite gitolite3 gitweb glew glew-devel glib2 Packages Start date End date Support User Guide Supported ? Note Part of upstream EOL for Subversion 1.9 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 194 Amazon Linux 1 Package glib2-devel glib2-doc glib2-fam glibc glibc-common glibc-devel glibc-headers Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 195 Amazon Linux 1 Package glibc-static glibc-utils glpk glpk-devel glpk-doc glpk-static glpk-utils Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 196 Amazon Linux 1 Package glx-utils gmp gmp-devel gmp-static gnome-doc-utils gnome-doc-utils- stylesheets gnu-efi Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 197 Amazon Linux 1 Package gnupg gnupg2 gnupg2-smime gnuplot gnuplot-common gnuplot-doc gnuplot-latex Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL
al1-ug-033
al1-ug.pdf
33
date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 197 Amazon Linux 1 Package gnupg gnupg2 gnupg2-smime gnuplot gnuplot-common gnuplot-doc gnuplot-latex Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOLEOL Amazon Linux 1 EOL Packages 198 Amazon Linux 1 Package gnuplot-minimal gnutls gnutls-devel gnutls-guile gnutls-utils go-filesystem go-rpm-macros Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 199 Amazon Linux 1 Package go-rpm-templates go-srpm-macros gobject-i ntrospection gobject-i ntrospection- devel golang golang-bin golang-docs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 200 Amazon Linux 1 Package golang-misc golang-race golang-shared golang-src golang-tests golist google-au thenticator Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 201 Amazon Linux 1 Package gperf gperftools gperftools-devel gperftools-libs gpgme gpgme-devel gpm Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 202 Amazon Linux 1 Package gpm-devel gpm-libs gpm-static gprolog gprolog-docs gprolog-examples gpxe-bootimgs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 203 Amazon Linux 1 Package gpxe-roms gpxe-roms-qemu GraphicsMagick GraphicsMagick-c+ + GraphicsMagick-c+ +-devel GraphicsMagick- devel GraphicsMagick- doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 204 Amazon Linux 1 Package Supported ? Start date End date Support User Guide GraphicsMagick- perl graphite2 graphite2-devel graphviz graphviz-devel graphviz-doc graphviz-gd 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 205 Amazon Linux 1 Package graphviz-graphs graphviz-guile graphviz-java graphviz-lua graphviz-perl graphviz-php graphviz-php54 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No No No No Packages 206 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages graphviz-python26 No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release graphviz-python27 graphviz-R graphviz-ruby No No No 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages Packages 207 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The ruby18 package was deprecated with the Amazon Linux 1 2018.03 release graphviz-tcl
al1-ug-034
al1-ug.pdf
34
Packages 206 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages graphviz-python26 No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release graphviz-python27 graphviz-R graphviz-ruby No No No 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages Packages 207 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The ruby18 package was deprecated with the Amazon Linux 1 2018.03 release graphviz-tcl grep groff groff-base groff-doc 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 208 Amazon Linux 1 Package groff-perl grub grubby gsl gsl-devel gsl-static gtest Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 209 Amazon Linux 1 Package gtest-devel gtk-doc guile guile-devel gyp gzip hamcrest Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 210 Amazon Linux 1 Package hamcrest-demo hamcrest-javadoc haproxy hardlink harfbuzz harfbuzz-devel harfbuzz-icu Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 211 Amazon Linux 1 Package hdparm heartbeat heartbeat-devel heartbeat-libs help2man hesinfo hesiod Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 212 Amazon Linux 1 Package hesiod-devel hibagent hiera1 hmaccalc hsqldb hsqldb-demo hsqldb-javadoc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 213 Amazon Linux 1 Package hsqldb-manual ht2html htdig htdig-web html2ps htmlview htop Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 214 Amazon Linux 1 Package http-parser http-parser-devel httpd httpd-devel httpd-manual httpd-tools httpd24 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 215 Amazon Linux 1 Package httpd24-devel httpd24-manual httpd24-tools hunspell hunspell-af hunspell-ar hunspell-as Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 216 Amazon Linux 1 Package hunspell-az hunspell-be hunspell-ber hunspell-bg hunspell-bn hunspell-br hunspell-ca Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 217 Amazon Linux 1 Package hunspell-cop hunspell-csb hunspell-cy hunspell-da hunspell-de hunspell-devel hunspell-el Supported ? Start date End date Support User Guide
al1-ug-035
al1-ug.pdf
35
Linux 1 EOL Amazon Linux 1 EOL Packages 216 Amazon Linux 1 Package hunspell-az hunspell-be hunspell-ber hunspell-bg hunspell-bn hunspell-br hunspell-ca Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 217 Amazon Linux 1 Package hunspell-cop hunspell-csb hunspell-cy hunspell-da hunspell-de hunspell-devel hunspell-el Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 218 Amazon Linux 1 Package hunspell-en hunspell-eo hunspell-es hunspell-et hunspell-eu hunspell-fa hunspell-fj Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 219 Amazon Linux 1 Package hunspell-fo hunspell-fr hunspell-fur hunspell-fy hunspell-ga hunspell-gd hunspell-gl Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 220 Amazon Linux 1 Package hunspell-gu hunspell-gv hunspell-hi hunspell-hil hunspell-hr hunspell-hsb hunspell-hu Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 221 Amazon Linux 1 Package hunspell-hy hunspell-ia hunspell-id hunspell-is hunspell-it hunspell-kk hunspell-km Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 222 Amazon Linux 1 Package hunspell-kn hunspell-ku hunspell-la hunspell-lt hunspell-mai hunspell-mg hunspell-mi Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 223 Amazon Linux 1 Package hunspell-mk hunspell-ml hunspell-mn hunspell-mr hunspell-ms hunspell-mt hunspell-nb Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 224 Amazon Linux 1 Package hunspell-nds hunspell-ne hunspell-nl hunspell-nn hunspell-nr hunspell-nso hunspell-ny Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 225 Amazon Linux 1 Package hunspell-or hunspell-pa hunspell-pl hunspell-pt hunspell-ro hunspell-ru hunspell-rw Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 226 Amazon Linux 1 Package hunspell-si hunspell-sk hunspell-sl hunspell-so hunspell-sq hunspell-sr hunspell-ss Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 227 Amazon Linux 1 Package hunspell-st hunspell-sv hunspell-sw hunspell-ta hunspell-te hunspell-tet
al1-ug-036
al1-ug.pdf
36
EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 226 Amazon Linux 1 Package hunspell-si hunspell-sk hunspell-sl hunspell-so hunspell-sq hunspell-sr hunspell-ss Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 227 Amazon Linux 1 Package hunspell-st hunspell-sv hunspell-sw hunspell-ta hunspell-te hunspell-tet hunspell-th Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 228 Amazon Linux 1 Package hunspell-tk hunspell-tl hunspell-tn hunspell-ts hunspell-uk hunspell-uz hunspell-ve Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 229 Amazon Linux 1 Package hunspell-vi hunspell-wa hunspell-xh hunspell-zu hwdata hwloc hwloc-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 230 Amazon Linux 1 Package hwloc-gui hwloc-libs hyphen hyphen-be hyphen-devel hyphen-en hyphen-et Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 231 Amazon Linux 1 Package hyphen-hr hyphen-nb hyphen-nn hyphen-sr iasl icedax icu Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 232 Amazon Linux 1 Package idm-console- framework idn2 ImageMagick ImageMagick-c++ ImageMagick-c++- devel ImageMagick-devel ImageMagick-doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 233 Amazon Linux 1 Package ImageMagick-perl imake indent info iniparser iniparser-devel initscripts Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 234 Amazon Linux 1 Package innotop intltool iotop ipa-gothic-fonts ipa-mincho-fonts iproute iproute-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 235 Amazon Linux 1 Package iproute-doc ipsec-tools ipset ipset-devel ipset-libs iptables iptables-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 236 Amazon Linux 1 Package iptables-utils iptraf iptstate iputils iputils-ninfod ipvsadm ipxe-bootimgs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL
al1-ug-037
al1-ug.pdf
37
No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 236 Amazon Linux 1 Package iptables-utils iptraf iptstate iputils iputils-ninfod ipvsadm ipxe-bootimgs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 237 Amazon Linux 1 Package ipxe-roms ipxe-roms-qemu irqbalance irssi irssi-devel iscsi-initiator- utils iscsi-initiator- utils-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 238 Amazon Linux 1 Package isl isl-devel iso-codes iso-codes-devel isomd5sum isomd5sum-devel itstool Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 239 Amazon Linux 1 Package Supported ? Start date End date Support User Guide jakarta-commons- httpclient 2023-12-3 1 Amazon Linux 1 EOL jakarta-commons- httpclient-demo jakarta-commons- httpclient- javadoc jakarta-commons- httpclient-manual jakarta-oro jakarta-oro- javadoc jakarta-taglibs- standard No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 240 Amazon Linux 1 Package Supported ? Start date End date Support User Guide jakarta-taglibs- standard-javadoc 2023-12-3 1 Amazon Linux 1 EOL jansson jansson-devel jansson-devel-doc jasper jasper-devel jasper-libs No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 241 Amazon Linux 1 Package Supported ? Start date End date Support User Guide jasper-utils 2023-12-3 1 Amazon Linux 1 EOL No No Note java-1.6.0- openjdk 2018-03-3 1 2018.03 Deprecated Packages The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages java-1.6.0- openjdk-demo No Note The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release java-1.6.0- openjdk-devel 2018-03-3 1 2018.03 Deprecated Packages No Packages 242 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages java-1.6.0- openjdk-javadoc No Note The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages java-1.6.0- openjdk-src No Note The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release java-1.7.0- openjdk No 2020-06-3 0 OpenJDK 1.7.0 EoL is 2020-06-30 Packages 243 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for OpenJDK 1.7.0 (java-1.7.0-openjdk) is 2020-06-30 2020-06-3 0 OpenJDK 1.7.0 EoL is 2020-06-30 java-1.7.0- openjdk-demo No Note Upstream EOL for OpenJDK 1.7.0 (java-1.7.0-openjdk) is 2020-06-30 2020-06-3 0 OpenJDK 1.7.0 EoL is 2020-06-30 java-1.7.0- openjdk-devel No Note Upstream EOL for OpenJDK 1.7.0 (java-1.7.0-openjdk) is 2020-06-30 java-1.7.0- openjdk-javadoc No 2020-06-3 0 OpenJDK 1.7.0 EoL is 2020-06-30 Packages 244 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for OpenJDK 1.7.0 (java-1.7.0-openjdk) is 2020-06-30 2020-06-3 0 OpenJDK 1.7.0 EoL is 2020-06-30 java-1.7.0- openjdk-src No Note Upstream EOL for OpenJDK 1.7.0 (java-1.7.0-openjdk) is 2020-06-30 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 java-1.8.0- openjdk No Note Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 java-1.8.0- openjdk-demo No 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 Packages 245 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 java-1.8.0- openjdk-devel No Note Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 java-1.8.0- openjdk-headless No Note Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 java-1.8.0- openjdk-javadoc No 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 Packages 246 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 java-1.8.0- openjdk-javadoc- zip No Note Upstream
al1-ug-038
al1-ug.pdf
38
Start date End date Support User Guide Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 java-1.8.0- openjdk-devel No Note Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 java-1.8.0- openjdk-headless No Note Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 java-1.8.0- openjdk-javadoc No 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 Packages 246 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 java-1.8.0- openjdk-javadoc- zip No Note Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 2023-12-3 1 OpenJDK 1.8.0 EoL is 2023-12-31 java-1.8.0- openjdk-src No Note Upstream EOL for OpenJDK 1.8.0 (java-1.8.0-openjdk) is 2023-12-31 java_cup 2023-12-3 1 No Amazon Linux 1 EOL Packages 247 Amazon Linux 1 Package java_cup-javadoc java_cup-manual javacc javacc-demo javacc-manual javapackages- tools javassist Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 248 Amazon Linux 1 Package javassist-javadoc jbigkit jbigkit-devel jbigkit-libs jdepend jdepend-demo jdepend-javadoc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 249 Amazon Linux 1 Package jdom jdom-demo jdom-javadoc jemalloc jemalloc-devel jflex jflex-javadoc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 250 Amazon Linux 1 Package jlex jlex-javadoc jline jna Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No Note The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release jna-contrib 2023-12-3 1 No Amazon Linux 1 EOL Packages 251 Amazon Linux 1 Package jna-javadoc jpackage-utils jq jq-devel jq-libs jrefactory jsch Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 252 Amazon Linux 1 Package jsch-demo jsch-javadoc json-c json-c-devel json-c-doc jsoncpp jsoncpp-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 253 Amazon Linux 1 Package Supported ? Start date End date Support User Guide jsoncpp-doc 2023-12-3 1 Amazon Linux 1 EOL No No Note 2018-03-3 1 2018.03 Deprecated Packages The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL jss jss-javadoc jtidy jtidy-javadoc Packages 254 Amazon Linux 1 Package jtidy-scripts junit junit-demo junit-javadoc junit-manual junit4 junit4-demo Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 255 Amazon Linux 1 Package junit4-javadoc junit4-manual jwhois jython jython-demo jython-javadoc jython-manual Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 256 Amazon Linux 1 Package jzlib jzlib-demo jzlib-javadoc kbd kbd-misc keepalived kernel Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3
al1-ug-039
al1-ug.pdf
39
Package junit4-javadoc junit4-manual jwhois jython jython-demo jython-javadoc jython-manual Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 256 Amazon Linux 1 Package jzlib jzlib-demo jzlib-javadoc kbd kbd-misc keepalived kernel Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 257 Amazon Linux 1 Package kernel-devel kernel-headers kernel-tools kernel-tools- devel kexec-tools kexec-tools-eppic keyutils Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 258 Amazon Linux 1 Package keyutils-libs keyutils-libs- devel kmod kmod-devel kmod-libs kpartx krb5-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 259 Amazon Linux 1 Package krb5-libs krb5-pkinit- openssl krb5-server krb5-server-ldap krb5-workstation ksh ktune Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 260 Amazon Linux 1 Package lapack lapack-devel lapack-static lapack64 lapack64-devel lapack64-static lasso Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 261 Amazon Linux 1 Package lasso-devel lasso-python latex2html latrace lcms lcms-devel lcms-libs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 262 Amazon Linux 1 Package lcms2 lcms2-devel lcms2-utils ldapjdk ldapjdk-javadoc ldb-tools ldirectord Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 263 Amazon Linux 1 Package ldns ldns-devel ldns-doc ldns-python lemon less lftp Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 264 Amazon Linux 1 Package lftp-scripts libacl libacl-devel libaio libaio-devel libao libao-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 265 Amazon Linux 1 Package libapreq2 libapreq2-devel libapreq2-libs libarchive libarchive-devel libart_lgpl libart_lgpl-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 266 Amazon Linux 1 Package libasan libassuan libassuan-devel libatomic libatomic_ops- devel libattr libattr-devel Supported ? Start date End date Support
al1-ug-040
al1-ug.pdf
40
Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 265 Amazon Linux 1 Package libapreq2 libapreq2-devel libapreq2-libs libarchive libarchive-devel libart_lgpl libart_lgpl-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 266 Amazon Linux 1 Package libasan libassuan libassuan-devel libatomic libatomic_ops- devel libattr libattr-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 267 Amazon Linux 1 Package libbasicobjects libbasicobjects- devel libblkid libblkid-devel libbsd libbsd-ctor- static libbsd-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 268 Amazon Linux 1 Package libc-client libc-client-devel libcap libcap-devel libcap-ng libcap-ng-devel libcap-ng-python Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 269 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libcap-ng-utils libcap54 libcap54-devel libcap54-static libcgroup libcgroup-devel libcgroup-pam 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 270 Amazon Linux 1 Package libcilkrts libcollectdclient libcollec tdclient-devel libcollection libcollection- devel libcom_err libcom_err-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 271 Amazon Linux 1 Package libconfig libconfig-devel libconfuse libconfuse-devel libcurl libcurl-devel libdaemon Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 272 Amazon Linux 1 Package libdaemon-devel libdbi libdbi-dbd-mysql libdbi-dbd-pgsql libdbi-dbd-sqlite libdbi-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 No No No Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 273 Amazon Linux 1 Package libdbi-drivers libdhash libdhash-devel libdmx libdmx-devel libdrm libdrm-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 274 Amazon Linux 1 Package libdv libdv-devel libdv-tools libdwarf libdwarf-devel libdwarf-static libdwarf-tools Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 275 Amazon Linux 1 Package libecap libecap-devel libedit libedit-devel libEMF libEMF-devel libepoxy Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 276 Amazon Linux
al1-ug-041
al1-ug.pdf
41
EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 275 Amazon Linux 1 Package libecap libecap-devel libedit libedit-devel libEMF libEMF-devel libepoxy Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 276 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libepoxy-devel liberation-fonts- common liberation-mono- fonts liberation-sans- fonts liberation-serif- fonts libesmtp libesmtp-devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 277 Amazon Linux 1 Package libev libev-devel libev-libevent- devel libev-source libevdev libevdev-devel libevdev-utils Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 278 Amazon Linux 1 Package libevent libevent-devel libevent-doc libexif libexif-devel libffi libffi-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 279 Amazon Linux 1 Package libfontenc libfontenc-devel libFS libFS-devel libgcc44 libgcc48 libgcc64 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 280 Amazon Linux 1 Package libgcc72 libgccjit libgccjit-devel libgcrypt libgcrypt-devel libgfortran libGLEW Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 281 Amazon Linux 1 Package libglvnd libglvnd-core- devel libglvnd-devel libglvnd-egl libglvnd-gles libglvnd-glx libglvnd-opengl Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 282 Amazon Linux 1 Package libgnat libgnat44 libgnat44-devel libgnat44-static libgnat48 libgomp libgpg-error Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 283 Amazon Linux 1 Package libgpg-error- devel libgssglue libgssglue-devel libgtop2 libgtop2-devel libgudev1 libgudev1-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 284 Amazon Linux 1 Package libibcommon libibcommon-devel libibcommon- static libibmad libibmad-devel libibmad-static libibumad Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 285 Amazon Linux 1 Package libibumad-devel libibumad-static libICE libICE-devel libicu libicu-devel libicu-doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux
al1-ug-042
al1-ug.pdf
42
2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 285 Amazon Linux 1 Package libibumad-devel libibumad-static libICE libICE-devel libicu libicu-devel libicu-doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 286 Amazon Linux 1 Package libIDL libIDL-devel libidn libidn-devel libidn2 libidn2-devel libini_config Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 287 Amazon Linux 1 Package libini_config- devel libipa_hbac libipa_hbac-devel libitm libjpeg-turbo libjpeg-turbo- devel libjpeg-turbo- static Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 288 Amazon Linux 1 Package libjpeg-turbo- utils libkadm5 libksba libksba-devel libldb libldb-devel liblibdbi-dbd- mysql Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2020-01-2 0 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL EOL As of Jan 2020 Packages 289 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The Amazon Linux 1 libdbi-dbd-mysql package links to old MySQL libraries, and as such will no longer receive security updates beyond end 2020. libmcpp libmcpp-devel libmcrypt libmcrypt-devel libmemcached 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 290 Amazon Linux 1 Package libmemcached- devel libmetalink libmetalink-devel libmicrohttpd libmicrohttpd- devel libmicrohttpd-doc libmnl Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 291 Amazon Linux 1 Package libmnl-devel libmnl-static libmount libmount-devel libmpc libmpc-devel libmpx Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 292 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libmudflap 2023-12-3 1 Amazon Linux 1 EOL No No Note 2018-03-3 1 2018.03 Deprecated Packages The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL libmudflap44- devel libmudflap44- static libnet libnet-devel Packages 293 Amazon Linux 1 Package libnetfil ter_conntrack libnetfil ter_conntrack- devel libnetfil ter_cthelper libnetfil ter_cthelper- devel libnetfil ter_cttimeout libnetfil ter_cttimeout- devel libnetfil ter_queue Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 294 Amazon Linux 1 Package libnetfil ter_queue-devel libnfnetlink libnfnetlink- devel libnfsidmap libnfsidmap-devel libnghttp2 libnghttp2-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 295 Amazon Linux 1 Package libnih libnih-devel libnl libnl-devel libnl3 libnl3-cli libnl3-devel Supported ? Start date End date Support User
al1-ug-043
al1-ug.pdf
43
1 EOL Amazon Linux 1 EOL Packages 294 Amazon Linux 1 Package libnetfil ter_queue-devel libnfnetlink libnfnetlink- devel libnfsidmap libnfsidmap-devel libnghttp2 libnghttp2-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 295 Amazon Linux 1 Package libnih libnih-devel libnl libnl-devel libnl3 libnl3-cli libnl3-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 296 Amazon Linux 1 Package libnl3-doc libntlm libntlm-devel libobjc44 libogg libogg-devel libogg-devel-docs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 297 Amazon Linux 1 Package libpagemap libpagemap-devel libpath_utils libpath_utils- devel libpcap libpcap-devel libpciaccess Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 298 Amazon Linux 1 Package libpciaccess- devel libpipeline libpipeline-devel libpng libpng-devel libpng-static libproxy Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 299 Amazon Linux 1 Package libproxy-bin libproxy-devel libproxy-python libpsl libpsl-devel libpuzzle libpuzzle-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 300 Amazon Linux 1 Package libpuzzle-utils libpwquality libpwquality- devel libquadmath librabbitmq librabbitmq-devel libreadline-java Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No No No No Packages 301 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release libreadline-java- javadoc 2023-12-3 1 Amazon Linux 1 EOL libref_array libref_array- devel libreswan libRmath No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 302 Amazon Linux 1 Package libRmath-devel libRmath-static libsanitizer libseccomp libseccomp-devel libseccomp-static libselinux Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 303 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libselinux-devel libselinux-python libselinux-ruby libselinux-static libselinux-utils libsemanage libsemanage-devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 304 Amazon Linux 1 Package libsemanage- python libsemanage- static libsepol libsepol-devel libsepol-static libserf libserf-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 305 Amazon Linux 1 Package libSM libSM-devel
al1-ug-044
al1-ug.pdf
44
Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 304 Amazon Linux 1 Package libsemanage- python libsemanage- static libsepol libsepol-devel libsepol-static libserf libserf-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 305 Amazon Linux 1 Package libSM libSM-devel libsmartcols libsmartcols- devel libsmbclient libsmbclient- devel libsmi Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 306 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libsmi-devel libsoup libsoup-devel libspiro libspiro-devel libss libss-devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 307 Amazon Linux 1 Package libssh2 libssh2-devel libssh2-docs libsss_autofs libsss_certmap libsss_certmap- devel libsss_idmap Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 308 Amazon Linux 1 Package libsss_idmap- devel libsss_nss_idmap libsss_nss_idmap- devel libsss_simpleifp libsss_simpleifp- devel libsss_sudo libstdc++-docs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 309 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libstdc++44 2023-12-3 1 Amazon Linux 1 EOL No No Note libstdc++44-devel 2018-03-3 1 2018.03 Deprecated Packages The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages libstdc++44- static No Note The gcc44 package was deprecated with the Amazon Linux 1 2018.03 release libstdc++48 2023-12-3 1 No Amazon Linux 1 EOL Packages 310 Amazon Linux 1 Package libstdc++64 libstdc++72 libsysfs libsysfs-devel libtalloc libtalloc-devel libtasn1 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 311 Amazon Linux 1 Package libtasn1-devel libtasn1-tools libtdb libtdb-devel libtevent libtevent-devel libthai Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 312 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libthai-devel libtidy libtidy-devel libtidyp libtidyp-devel libtiff libtiff-devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 313 Amazon Linux 1 Package libtiff-static libtirpc libtirpc-devel libtomcrypt libtomcrypt-devel libtommath libtommath-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 314 Amazon Linux 1 Package libtool libtool-ltdl libtool-ltdl- devel libtsan libudev libudev-devel libuninameslist Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux
al1-ug-045
al1-ug.pdf
45
1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 314 Amazon Linux 1 Package libtool libtool-ltdl libtool-ltdl- devel libtsan libudev libudev-devel libuninameslist Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 315 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libuninameslist- devel 2023-12-3 1 Amazon Linux 1 EOL libunistring libunistring- devel libunwind libunwind-devel libusb libusb-devel No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 316 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libusb-static libusb1 libusb1-devel libusb1-static libuser libuser-devel libuser-python 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 317 Amazon Linux 1 Package libutempter libutempter-devel libuuid libuuid-devel libverto libverto-devel libverto-glib Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 318 Amazon Linux 1 Package libverto-glib- devel libverto-libevent libverto- libevent-devel libverto-tevent libverto-tevent- devel libvorbis libvorbis-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 319 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libvorbis-devel- docs 2023-12-3 1 Amazon Linux 1 EOL libvpx libvpx-devel libvpx-utils libwbclient libwbclient-devel libwebp No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 320 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libwebp-devel 2023-12-3 1 Amazon Linux 1 EOL No No Note 2018-03-3 1 2018.03 Deprecated Packages The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL libwebp-java libwebp-tools libwmf libwmf-devel Packages 321 Amazon Linux 1 Package libwmf-lite libwvstreams libwvstreams- devel libX11 libX11-common libX11-devel libXau Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 322 Amazon Linux 1 Package libXau-devel libXaw libXaw-devel libxcb libxcb-devel libxcb-doc libxcb-python Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 323 Amazon Linux 1 Package libXcomposite libXcomposite- devel libXcursor libXcursor-devel libXdamage libXdamage-devel libXdmcp Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 324 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libXdmcp-devel libXevie libXevie-devel libXext libXext-devel libXfixes libXfixes-devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL
al1-ug-046
al1-ug.pdf
46
date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 324 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libXdmcp-devel libXevie libXevie-devel libXext libXext-devel libXfixes libXfixes-devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 325 Amazon Linux 1 Package libXfont libXfont-devel libXft libXft-devel libXi libXi-devel libXinerama Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 326 Amazon Linux 1 Package Supported ? Start date End date Support User Guide libXinerama-devel libxkbfile libxkbfile-devel libxklavier libxklavier-devel libxml2 libxml2-devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 327 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2018-03-3 1 2018.03 Deprecated Packages libxml2-python26 No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release libxml2-python27 libxml2-static libXmu libXmu-devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 328 Amazon Linux 1 Package libXp libXp-devel libXpm libXpm-devel libXrandr libXrandr-devel libXrender Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 329 Amazon Linux 1 Package libXrender-devel libXres libXres-devel libxshmfence libxshmfence- devel libxslt libxslt-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 330 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2018-03-3 1 2018.03 Deprecated Packages libxslt-python26 No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release libxslt-python27 libXt libXt-devel libXtst 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 331 Amazon Linux 1 Package libXtst-devel libXv libXv-devel libXvMC libXvMC-devel libXxf86dga libXxf86dga-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 332 Amazon Linux 1 Package libXxf86misc libXxf86misc- devel libXxf86vm libXxf86vm-devel libyaml libyaml-devel libzip Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 333 Amazon Linux 1 Package libzip-devel lighttpd lighttpd-fastcgi lighttpd- mod_authn_gssapi lighttpd- mod_authn_mysql lighttpd- mod_authn_pam lighttpd- mod_geoip Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 334 Amazon Linux 1 Package lighttpd- mod_mysql_vhost linuxdoc-tools lksctp-tools lksctp-tools- devel lksctp-tools-doc lldb lldb-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No
al1-ug-047
al1-ug.pdf
47
mod_authn_pam lighttpd- mod_geoip Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 334 Amazon Linux 1 Package lighttpd- mod_mysql_vhost linuxdoc-tools lksctp-tools lksctp-tools- devel lksctp-tools-doc lldb lldb-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 335 Amazon Linux 1 Package llvm llvm-devel llvm-doc llvm-libs llvm-static llvm6.0 llvm6.0-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 336 Amazon Linux 1 Package llvm6.0-libs llvm6.0-static lockdev lockdev-devel log4cplus log4cplus-devel log4cpp Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 337 Amazon Linux 1 Package log4cpp-devel log4j log4j-cve -2021-44228- hotpatch log4j-javadoc log4j-manual logrotate logwatch Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 338 Amazon Linux 1 Package lolcat lslk lsof lsscsi ltrace lua lua-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 339 Amazon Linux 1 Package lua-filesystem lua-static luajit luajit-devel lucene lucene-contrib lucene-demo Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 340 Amazon Linux 1 Package lucene-javadoc lustre-client lvm2 lvm2-devel lvm2-libs lynis lynx Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 341 Amazon Linux 1 Package lz4 lz4-devel lz4-static lzo lzo-devel lzo-minilzo lzop Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 342 Amazon Linux 1 Package m17n-contrib m17n-contrib- assamese m17n-contrib- bengali m17n-contrib- chinese m17n-contrib- czech m17n-contrib- esperanto m17n-contrib- gujarati Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 343 Amazon Linux 1 Package m17n-contrib- hindi m17n-contrib- kannada m17n-contrib- kashmiri m17n-contrib- maithili m17n-contrib- malayalam m17n-contrib- marathi m17n-contrib- nepali Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 344 Amazon Linux 1 Package m17n-contrib- oriya m17n-contrib- pashto m17n-contrib- punjabi
al1-ug-048
al1-ug.pdf
48
1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 343 Amazon Linux 1 Package m17n-contrib- hindi m17n-contrib- kannada m17n-contrib- kashmiri m17n-contrib- maithili m17n-contrib- malayalam m17n-contrib- marathi m17n-contrib- nepali Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 344 Amazon Linux 1 Package m17n-contrib- oriya m17n-contrib- pashto m17n-contrib- punjabi m17n-contrib- russian m17n-contrib- sindhi m17n-contrib- sinhala m17n-contrib-tai Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 345 Amazon Linux 1 Package m17n-contrib- tamil m17n-contrib- telugu m17n-contrib-urdu m17n-contrib- vietnamese m17n-db m17n-db-amharic m17n-db-arabic Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 346 Amazon Linux 1 Package Supported ? Start date End date Support User Guide m17n-db-armenian m17n-db-assamese m17n-db-bengali m17n-db-cham m17n-db-chinese m17n-db-common- cjk m17n-db-croatian 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 347 Amazon Linux 1 Package m17n-db-danish m17n-db-datafiles m17n-db-devel m17n-db-dhivehi m17n-db-farsi m17n-db-french m17n-db-generic Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 348 Amazon Linux 1 Package m17n-db-greek m17n-db-gregorian m17n-db-gujarati m17n-db-hebrew m17n-db-hindi m17n-db-japanese m17n-db-kannada Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 349 Amazon Linux 1 Package m17n-db-kazakh m17n-db-khmer m17n-db-korean m17n-db-lao m17n-db-latin m17n-db-malayalam m17n-db-myanmar Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 350 Amazon Linux 1 Package Supported ? Start date End date Support User Guide m17n-db-oriya m17n-db-punjabi m17n-db-russian m17n-db-sanskrit m17n-db-serbian m17n-db-sinhala m17n-db-slovak 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 351 Amazon Linux 1 Package m17n-db-swedish m17n-db-syriac m17n-db-tamil m17n-db-telugu m17n-db-thai m17n-db-tibetan m17n-db-uyghur Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 352 Amazon Linux 1 Package m17n-db-v ietnamese m17n-lib m17n-lib-devel m4 mailcap mailman mailx Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 353 Amazon Linux 1 Package make MAKEDEV man-db man-pages man-pages-fr man-pages-ja mariadb-c onnector-java Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux
al1-ug-049
al1-ug.pdf
49
2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 353 Amazon Linux 1 Package make MAKEDEV man-db man-pages man-pages-fr man-pages-ja mariadb-c onnector-java Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 354 Amazon Linux 1 Package mc mcpp mcpp-doc mcstrans mdadm meanwhile meanwhile-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 355 Amazon Linux 1 Package meanwhile-doc memcached memcached-devel mercurial-common Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2020-01-2 0 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL EOL As of Jan 2020 Note Amazon Linux 1 EOL for mercurial-python27 2018-03-3 1 2018.03 Deprecated Packages mercurial- python26 No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release Packages 356 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL as of January 2020 mercurial- python27 No Note Amazon Linux 1 EOL for mercurial-python27 mesa-demos mesa-dri-drivers mesa-filesystem mesa-libd3d mesa-libd3d-devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 357 Amazon Linux 1 Package mesa-libEGL mesa-libEGL-devel mesa-libgbm mesa-libgbm-devel mesa-libGL mesa-libGL-devel mesa-libglapi Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 358 Amazon Linux 1 Package mesa-libGLES mesa-libGLES- devel mesa-libGLU mesa-libGLU-devel mesa-libOSMesa mesa-libOSMesa- devel mesa-libxatracker Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 359 Amazon Linux 1 Package mesa-libx atracker-devel meson mgetty mgetty-sendfax mgetty-viewfax mgetty-voice microcode_ctl Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 360 Amazon Linux 1 Package mingetty minizip minizip-devel mkbootdisk mlocate mlogc mlogc24 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 361 Amazon Linux 1 Package mod24_auth_kerb mod24_auth_mellon mod24_aut h_mellon- diagnostics mod24_aut h_openidc mod24_dav_svn mod24_fcgid mod24_geoip Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 362 Amazon Linux 1 Package mod24_ldap mod24_md mod24_nss mod24_perl mod24_perl-devel mod24_proxy_html mod24_security Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 363 Amazon Linux 1 Package mod24_session mod24_ssl mod24_wsgi- python26 mod24_wsgi- python27 mod24_wsgi- python34 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated
al1-ug-050
al1-ug.pdf
50
mod24_perl-devel mod24_proxy_html mod24_security Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 363 Amazon Linux 1 Package mod24_session mod24_ssl mod24_wsgi- python26 mod24_wsgi- python27 mod24_wsgi- python34 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release Amazon Linux 1 EOL EOL As of Jan 2020 2023-12-3 1 2020-01-2 0 No No Note Part of upstream EOL for python34 Packages 364 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 mod24_wsgi- python35 No Note Part of upstream EOL for python35 2021-12-3 1 Python 3.6 upstream EOL is December 2021 mod24_wsgi- python36 No Note Upstream EOL for Python 3.6 (python36) is 2021-12-31 mod_auth_kerb mod_auth_mellon mod_auth_mysql 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 365 Amazon Linux 1 Package mod_auth_pgsql mod_authz_ldap mod_dav_svn mod_fcgid mod_geoip mod_nss mod_perl Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 366 Amazon Linux 1 Package mod_perl-devel mod_proxy_html mod_python26 mod_python27 mod_security Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2023-12-3 1 2023-12-3 1 No No Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 367 Amazon Linux 1 Package mod_security_crs mod_security_crs- extras mod_ssl Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No mod_wsgi-python26 Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release mod_wsgi-python27 2023-12-3 1 No Amazon Linux 1 EOL Packages 368 Amazon Linux 1 Package mon monit mosh most mozldap mozldap-devel mozldap-tools Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 369 Amazon Linux 1 Package mpage mpfr mpfr-devel mpich mpich-autoload mpich-devel mpich-doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 370 Amazon Linux 1 Package mrtg mrtg-libs mtdev mtdev-devel mtools mtr multilib-rpm- config Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 371 Amazon Linux 1 Package multitail munin munin-async munin-cgi munin-common munin-java- plugins munin-netip- plugins Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 372 Amazon Linux 1 Package munin-nginx munin-node munin-ruby- plugins mutt mx4j mx4j-javadoc mx4j-manual Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 373 Amazon Linux 1 Package mysql mysql-bench mysql-common mysql-config mysql-connector- java mysql-connector- odbc mysql-devel Supported ? Start date
al1-ug-051
al1-ug.pdf
51
EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 372 Amazon Linux 1 Package munin-nginx munin-node munin-ruby- plugins mutt mx4j mx4j-javadoc mx4j-manual Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 373 Amazon Linux 1 Package mysql mysql-bench mysql-common mysql-config mysql-connector- java mysql-connector- odbc mysql-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 374 Amazon Linux 1 Package mysql-embedded mysql-embedded- devel mysql-libs Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No MySQL-python26 Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 MySQL-python27 No Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 Packages 375 Amazon Linux 1 Package mysql-server mysql-test mysql51 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No Note The mysql51 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages mysql51-bench No Note The mysql51 package was deprecated with the Amazon Linux 1 2018.03 release Packages 376 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2018-03-3 1 2018.03 Deprecated Packages mysql51-common No Note The mysql51 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages mysql51-devel No Note The mysql51 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages mysql51-embedded No Note The mysql51 package was deprecated with the Amazon Linux 1 2018.03 release Packages 377 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2018-03-3 1 2018.03 Deprecated Packages mysql51-embedded- devel No Note The mysql51 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages mysql51-libs No Note The mysql51 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages mysql51-server No Note The mysql51 package was deprecated with the Amazon Linux 1 2018.03 release Packages 378 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2018-03-3 1 2018.03 Deprecated Packages mysql51-test No Note The mysql51 package was deprecated with the Amazon Linux 1 2018.03 release 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 mysql55 No Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 mysql55-bench No Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 mysql55-devel 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 No Packages 379 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 mysql55-embedded No Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 mysql55-embedded- No devel Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 mysql55-libs No Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 Packages 380 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 mysql55-server No Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 mysql55-test No Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56 No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 mysql56-bench 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 No Packages 381 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-common No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-devel No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-embedded No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 Packages 382 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-embedded- No devel Note Upstream EOL for MySQL 5.6
al1-ug-052
al1-ug.pdf
52
Start date End date Support User Guide Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-common No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-devel No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-embedded No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 Packages 382 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-embedded- No devel Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-errmsg No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-libs No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 mysql56-server 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 No Packages 383 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 mysql56-test No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 2023-10-2 1 MySQL 5.7 EOL on 2023-10-21 mysql57 No Note Upstream EOL for MySQL 5.7 (mysql57) is 2023-10-21 2023-10-2 1 MySQL 5.7 EOL on 2023-10-21 mysql57-common No Note Upstream EOL for MySQL 5.7 (mysql57) is 2023-10-21 Packages 384 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2023-10-2 1 MySQL 5.7 EOL on 2023-10-21 mysql57-devel No Note Upstream EOL for MySQL 5.7 (mysql57) is 2023-10-21 2023-10-2 1 MySQL 5.7 EOL on 2023-10-21 mysql57-embedded No Note Upstream EOL for MySQL 5.7 (mysql57) is 2023-10-21 2023-10-2 1 MySQL 5.7 EOL on 2023-10-21 mysql57-embedded- No devel Note Upstream EOL for MySQL 5.7 (mysql57) is 2023-10-21 mysql57-errmsg 2023-10-2 1 MySQL 5.7 EOL on 2023-10-21 No Packages 385 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for MySQL 5.7 (mysql57) is 2023-10-21 2023-10-2 1 MySQL 5.7 EOL on 2023-10-21 mysql57-libs No Note Upstream EOL for MySQL 5.7 (mysql57) is 2023-10-21 2023-10-2 1 MySQL 5.7 EOL on 2023-10-21 mysql57-server No Note Upstream EOL for MySQL 5.7 (mysql57) is 2023-10-21 2023-10-2 1 MySQL 5.7 EOL on 2023-10-21 mysql57-test No Note Upstream EOL for MySQL 5.7 (mysql57) is 2023-10-21 Packages 386 Supported ? Start date End date Support User Guide Amazon Linux 1 Package mythes-nb mythes-nn nagios 2023-12-3 1 2023-12-3 1 2020-01-2 0 No No No Note Part of upstream EOL for PHP 5.3 Amazon Linux 1 EOL Amazon Linux 1 EOL EOL As of Jan 2020 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL nagios-common nagios-devel nagios-plugins 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No Packages 387 Amazon Linux 1 Package Supported ? Start date End date Support User Guide nagios-plugins- all nagios-plugins- apt nagios-plugins- breeze nagios-plugins- by_ssh nagios-plugins- check-updates nagios-plugins- cluster nagios-plugins- dhcp 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 388 Amazon Linux 1 Package Supported ? Start date End date Support User Guide nagios-plugins- dig nagios-plugins- disk nagios-plugins- dns nagios-plugins- dummy nagios-plugins- file_age nagios-plugins- flexlm nagios-plugins- fping 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 389 Amazon Linux 1 Package Supported ? Start date End date Support User Guide nagios-plugins- hpjd nagios-plugins- http nagios-plugins- icmp nagios-plugins- ide_smart nagios-plugins- ifoperstatus nagios-plugins- ifstatus nagios-plugins- ircd 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 390 Amazon Linux 1 Package Supported ? Start date End date Support User Guide nagios-plugins- ldap nagios-plugins- linux_raid nagios-plugins- load nagios-plugins- log nagios-plugins- mailq nagios-plugins- mrtg nagios-plugins- mrtgtraf 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 391 Amazon Linux 1 Package nagios-plugins- mysql nagios-plugins- nagios nagios-plugins- nrpe nagios-plugins-nt nagios-plugins- ntp nagios-plugins- ntp-perl nagios-plugins- nwstat Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3
al1-ug-053
al1-ug.pdf
53
date Support User Guide nagios-plugins- ldap nagios-plugins- linux_raid nagios-plugins- load nagios-plugins- log nagios-plugins- mailq nagios-plugins- mrtg nagios-plugins- mrtgtraf 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 391 Amazon Linux 1 Package nagios-plugins- mysql nagios-plugins- nagios nagios-plugins- nrpe nagios-plugins-nt nagios-plugins- ntp nagios-plugins- ntp-perl nagios-plugins- nwstat Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 392 Amazon Linux 1 Package Supported ? Start date End date Support User Guide nagios-plugins- oracle nagios-plugins- overcr nagios-plugins- perl nagios-plugins- pgsql nagios-plugins- ping nagios-plugins- procs nagios-plugins- radius 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 393 Amazon Linux 1 Package Supported ? Start date End date Support User Guide nagios-plugins- real nagios-plugins- rpc nagios-plugins- smtp nagios-plugins- snmp nagios-plugins- ssh nagios-plugins- swap nagios-plugins- tcp 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 394 Amazon Linux 1 Package nagios-plugins- time nagios-plugins- ups nagios-plugins- users nagios-plugins- wave nano nasm nasm-doc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 395 Amazon Linux 1 Package nasm-rdoff nc ncdu ncompress ncurses ncurses-base ncurses-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 396 Amazon Linux 1 Package ncurses-libs ncurses-static ncurses-term neon neon-devel neon0.25 net-snmp Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 397 Amazon Linux 1 Package Supported ? Start date End date Support User Guide net-snmp-devel net-snmp-libs net-snmp-perl net-snmp-python net-snmp-utils net-tools nethack 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 398 Amazon Linux 1 Package netlabel_tools netpbm netpbm-devel netpbm-progs netperf newt newt-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Backwards Compatibility Packages Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 399 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2018-03-3 1 2018.03 Deprecated Packages newt-python26 No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release newt-python27 newt-static nfs-utils nfs4-acl-tools 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 400 Amazon Linux 1 Package nghttp2 nginx nginx-all-modules nginx-mod-http- geoip nginx-mod-http- image-filter nginx-mod-http- perl nginx-mod-http- xslt-filter Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 401
al1-ug-054
al1-ug.pdf
54
1 2023-12-3 1 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 400 Amazon Linux 1 Package nghttp2 nginx nginx-all-modules nginx-mod-http- geoip nginx-mod-http- image-filter nginx-mod-http- perl nginx-mod-http- xslt-filter Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 401 Amazon Linux 1 Package Supported ? Start date End date Support User Guide nginx-mod-mail nginx-mod-stream nilfs-utils nilfs-utils-devel ninja-build nmap nmap-ncat 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 402 Amazon Linux 1 Package nrpe nsca nsca-client nscd nspr nspr-devel nss Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 403 Amazon Linux 1 Package nss-devel nss-pam-ldapd nss-pem nss-pkcs11-devel nss-softokn nss-softokn-devel nss-softokn- freebl Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 404 Amazon Linux 1 Package nss-softokn- freebl-devel nss-sysinit nss-tools nss-util nss-util-devel nss_compat_ossl nss_compat_ossl- devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 405 Amazon Linux 1 Package nss_lwres ntp ntp-doc ntp-perl ntpdate ntsysv numactl Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 406 Amazon Linux 1 Package numactl-devel nuttcp nvme-cli oddjob oddjob-mkhomedir oniguruma oniguruma-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 407 Amazon Linux 1 Package openais openaislib openaislib-devel openblas openblas-devel openblas-openmp openblas-openmp64 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 408 Amazon Linux 1 Package openblas- openmp64_ openblas-Rblas openblas-serial64 openblas- serial64_ openblas-static openblas-threads openblas- threads64 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 409 Amazon Linux 1 Package openblas- threads64_ OpenIPMI OpenIPMI-devel OpenIPMI-libs OpenIPMI-perl OpenIPMI-python26 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No No No Packages 410 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release OpenIPMI-python27 openjade openjpeg openjpeg-devel openjpeg-libs 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon
al1-ug-055
al1-ug.pdf
55
2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No No No Packages 410 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release OpenIPMI-python27 openjade openjpeg openjpeg-devel openjpeg-libs 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 411 Amazon Linux 1 Package openldap openldap-clients openldap-devel openldap-servers openldap-servers- sql openmotif openmotif-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 412 Amazon Linux 1 Package openmpi openmpi-devel openscap openscap- containers openscap-devel openscap-engine- sce openscap-engine- sce-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 413 Amazon Linux 1 Package openscap-python openscap-scanner openscap-utils opensp opensp-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2023-12-3 1 2023-12-3 1 No No Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 414 Amazon Linux 1 Package openssh openssh-cavs openssh-clients openssh-keycat openssh-ldap openssh-server openssl Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 415 Amazon Linux 1 Package openssl-devel openssl-perl openssl-static Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No openssl097a Note The openssl097a package was deprecated with the Amazon Linux 1 2018.03 release openssl098e No Backwards Compatibility Packages Packages 416 Amazon Linux 1 Package openswan openswan-doc openvpn openvpn-auth-ldap openvpn-devel oprofile oprofile-devel Supported ? Start date End date Support User Guide No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Backwards Compatibility Packages Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 417 Amazon Linux 1 Package oprofile-jit overpass-fonts p11-kit p11-kit-devel p11-kit-trust pam pam-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 418 Amazon Linux 1 Package pam_ccreds pam_krb5 pam_ldap pam_passwdqc pam_ssh_a gent_auth pango pango-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 419 Amazon Linux 1 Package paps paps-devel paps-libs parallel parted parted-devel passivetex Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 420 Amazon Linux 1 Package passwd patch patchutils pax pciutils pciutils-devel pciutils-devel- static Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1
al1-ug-056
al1-ug.pdf
56
No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 420 Amazon Linux 1 Package passwd patch patchutils pax pciutils pciutils-devel pciutils-devel- static Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 421 Amazon Linux 1 Package pciutils-libs pcre pcre-devel pcre-static pcre-tools pdf-tools perf Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 422 Amazon Linux 1 Package perl perl-Algorithm-C3 perl-Algorithm- Dependency perl-Algorithm- Diff perl-aliased perl-Amazon-SQS- Simple perl-Apache2-SOAP Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 423 Amazon Linux 1 Package perl-App- cpanminus perl-App-SVN- Bisect perl-AppConfig perl-Archive-Any perl-Archive- Extract perl-Archive-Tar perl-Archive-Zip Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 424 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Array-Diff perl-Array-Utils perl-Authen-PAM perl-Authen-SASL perl-autodie perl-AutoXS- Header perl-B-Compiling 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 425 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-B-Hooks- EndOfScope perl-B-Hooks-OP- Check perl-B-Keywords perl-B-Lint perl-bareword- filehandles perl-BerkeleyDB perl-Bit-Vector 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 426 Amazon Linux 1 Package perl-boolean perl-Browser-Open perl-BSD-Resource perl-Bundle-LWP perl-Business- ISBN perl-Business- ISBN-Data perl-Cache-Cache Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 427 Amazon Linux 1 Package perl-Cache- Memcached perl-Capture-Tiny perl-Carp perl-Carp-Always perl-Carp-Clan perl-CGI perl-CGI-Session Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 428 Amazon Linux 1 Package perl-Class- Accessor perl-Class- Accessor-Chained perl-Class- Accessor-Grouped perl-Class- Autouse perl-Class-C3 perl-Class-C3- Componentised perl-Class-C3- tests Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 429 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Class-C3-XS perl-Class-Data- Inheritable perl-Class-DBI perl-Class-DBI- Plugin perl-Class-DBI- Plugin-DeepA bstractSearch perl-Class- ErrorHandler perl-Class- Factory-Util 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 430 Amazon Linux 1 Package perl-Class- Inspector perl-Class-ISA perl-Class-Load perl-Class-Load- XS perl-Class- MakeMethods perl-Class- Method-Modifiers perl-Class- MethodMaker Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1
al1-ug-057
al1-ug.pdf
57
Start date End date Support User Guide perl-Class-C3-XS perl-Class-Data- Inheritable perl-Class-DBI perl-Class-DBI- Plugin perl-Class-DBI- Plugin-DeepA bstractSearch perl-Class- ErrorHandler perl-Class- Factory-Util 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 430 Amazon Linux 1 Package perl-Class- Inspector perl-Class-ISA perl-Class-Load perl-Class-Load- XS perl-Class- MakeMethods perl-Class- Method-Modifiers perl-Class- MethodMaker Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 431 Amazon Linux 1 Package perl-Class- Singleton perl-Class-Std perl-Class-Std- Fast perl-Class-Std- Storable perl-Class- Trigger perl-Class- XSAccessor perl-Clone Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 432 Amazon Linux 1 Package perl-Collectd perl-common-sense perl-Compress- Raw-Bzip2 perl-Compress- Raw-Lzma perl-Compress- Raw-Zlib perl-Config-Any perl-Config-Any- tests Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 433 Amazon Linux 1 Package perl-Config- Augeas perl-Config- General perl-Config- Simple perl-Config-Tiny perl-constant perl-Context- Preserve perl-Context- Preserve-tests Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 434 Amazon Linux 1 Package perl-Convert- ASCII-Armour perl-Convert-ASN1 perl-Convert-BER perl-Convert- BinHex perl-Convert-PEM perl-Convert-TNEF perl-Convert- Units Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 435 Amazon Linux 1 Package perl-Convert- UUlib perl-core perl-CPAN perl-CPAN-Changes perl-CPAN- DistnameInfo perl-CPAN-Meta perl-CPAN-Meta- Check Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 436 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-CPAN-Meta- Requirements perl-CPAN-Meta- YAML perl-CPAN-Perl- Releases perl-CPANPLUS perl-CPANPLUS- Dist-Build perl-Crypt-CBC perl-Crypt-DES 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 437 Amazon Linux 1 Package perl-Crypt- DES_EDE3 perl-Crypt- OpenSSL-Bignum perl-Crypt- OpenSSL-Random perl-Crypt- OpenSSL-RSA perl-Crypt- PasswdMD5 perl-Crypt-RC4 perl-Crypt- SmbHash Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 438 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Crypt-SSLeay perl-CSS-Tiny perl-Data-Alias perl-Data-Compare perl-Data-Dump perl-Data-Dumper perl-Data-Dumper- Concise 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 439 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Data-Dumper- Names 2023-12-3 1 Amazon Linux 1 EOL perl-Data-Flow perl-Data- HexDump-XXD perl-Data-OptList perl-Data-Page perl-Data-Peek perl-Data-Section No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1
al1-ug-058
al1-ug.pdf
58
1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 439 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Data-Dumper- Names 2023-12-3 1 Amazon Linux 1 EOL perl-Data-Flow perl-Data- HexDump-XXD perl-Data-OptList perl-Data-Page perl-Data-Peek perl-Data-Section No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 440 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Data- Section-Simple perl-Data-Stream- Bulk perl-Data-UUID perl-Data-Visitor perl-Date-Calc perl-Date-Manip perl-Date-Simple 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 441 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-DateTime perl-DateTime- Calendar-Mayan perl-DateTime- Event-Cron perl-DateTime- Event-ICal perl-DateTime- Event-Recurrence perl-DateTime- Format-Builder perl-DateTime- Format-DateParse 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 442 Amazon Linux 1 Package perl-DateTime- Format-Flexible perl-DateTime- Format-HTTP perl-DateTime- Format-IBeat perl-DateTime- Format-ICal perl-DateTime- Format-ISO8601 perl-DateTime- Format-Mail perl-DateTime- Format-MySQL Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 443 Amazon Linux 1 Package perl-DateTime- Format-Natural perl-DateTime- Format-Natural- Test perl-DateTime- Format-Pg perl-DateTime- Format-SQLite perl-DateTime- Format-SQLite- tests perl-DateTime- Format-Strptime perl-DateTime- Format-W3CDTF Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 444 Amazon Linux 1 Package perl-DateTime- Locale perl-DateTime-Set perl-DateTime- TimeZone perl-DateTimeX- Easy perl-DB_File perl-DBD-CSV perl-DBD-Mock Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 445 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 perl-DBD-MySQL No Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 2018-12-0 3 MySQL 5.5 EoL was 2018-12-31 perl-DBD-MySQL55 No Note Upstream EOL for MySQL 5.5 (mysql55) is 2018-12-03 2021-02-0 5 MySQL 5.6 EOL on 2021-02-05 perl-DBD-MySQL56 No Note Upstream EOL for MySQL 5.6 (mysql56) is 2021-02-05 perl-DBD-Pg 2023-12-3 1 No Amazon Linux 1 EOL Packages 446 Amazon Linux 1 Package perl-DBD-Pg-tests perl-DBD-SQLite perl-DBD-XBase perl-DBI perl-DBIx-Class perl-DBIx-Class- Storage-Debug- PrettyPrint perl-DBIx- ContextualFetch Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 447 Amazon Linux 1 Package perl-DBIx-Simple perl-DBM-Deep perl-Declare- Constraints-Si mple perl-devel perl-Devel- CallChecker perl-Devel- CallParser perl-Devel- CheckLib Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 448 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Devel-Cover perl-Devel-Cycle perl-Devel- Declare perl-Devel- EnforceEncapsula tion perl-Devel- GlobalDestruction perl-Devel-Hide perl-Devel-Leak 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1
al1-ug-059
al1-ug.pdf
59
1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 448 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Devel-Cover perl-Devel-Cycle perl-Devel- Declare perl-Devel- EnforceEncapsula tion perl-Devel- GlobalDestruction perl-Devel-Hide perl-Devel-Leak 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 449 Amazon Linux 1 Package perl-Devel- PartialDump perl-Devel- PatchPerl perl-Devel- StackTrace perl-Devel- StringInfo perl-Devel- Symdump perl-Digest perl-Digest- BubbleBabble Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 450 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Digest-HMAC perl-Digest-MD4 perl-Digest-MD5 perl-Digest-MD5- File perl-Digest-Perl- MD5 perl-Digest-SHA perl-Digest-SHA1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 451 Amazon Linux 1 Package perl-Dist- CheckConflicts perl-DynaLoader- Functions perl-Email- Abstract perl-Email- Address perl-Email-Date perl-Email-Date- Format perl-Email- MessageID Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 452 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Email-MIME perl-Email- MIME-Attachment- Stripper perl-Email-MIME- ContentType perl-Email-MIME- Encodings perl-Email-Reply perl-Email-Send perl-Email-Simple 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 453 Amazon Linux 1 Package perl-Email-Valid perl-Encode perl-Encode- Detect perl-Encode-devel perl-Encode- Locale perl-enum perl-Env Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 454 Amazon Linux 1 Package perl-Env-Sanctify perl-Error perl-Eval-Closure perl-Event-Lib perl-Exception- Class perl-Exporter perl-Exporter- Lite Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 455 Amazon Linux 1 Package perl-ExtUtils- AutoInstall perl-ExtUtils- CBuilder perl-ExtUtils- Depends perl-ExtUtils- Embed perl-ExtUtils- Install perl-ExtUtils- MakeMaker perl-ExtUtils- MakeMaker-Cov erage Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 456 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-ExtUtils- Manifest perl-ExtUtils- ParseXS perl-ExtUtils- XSBuilder perl-FCGI perl-File-chdir perl-File- CheckTree perl-File-chmod 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 457 Amazon Linux 1 Package perl-File-Copy- Recursive perl-File- FcntlLock perl-File-Fetch perl-File-Find- Rule perl-File-Find- Rule-Perl perl-File-Flat perl-File-HomeDir Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 458 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-File-Inplace perl-File-Listing perl-File-MMagic perl-File-Next perl-File-NFSLock perl-File-Path perl-File-Path-
al1-ug-060
al1-ug.pdf
60
Linux 1 EOL Packages 457 Amazon Linux 1 Package perl-File-Copy- Recursive perl-File- FcntlLock perl-File-Fetch perl-File-Find- Rule perl-File-Find- Rule-Perl perl-File-Flat perl-File-HomeDir Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 458 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-File-Inplace perl-File-Listing perl-File-MMagic perl-File-Next perl-File-NFSLock perl-File-Path perl-File-Path- Tiny 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 459 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-File-pushd perl-File- ReadBackwards perl-File-Remove perl-File- ShareDir perl-File-Slurp perl-File-Tail perl-File-Temp 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 460 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-File-Which perl-FileHandle- Fmode perl-FileHandle- Unget perl-Filter perl-Font-AFM perl-Font-TTF perl-FreezeThaw 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 461 Amazon Linux 1 Package perl-Frontier-RPC perl-Frontier- RPC-Client perl-Frontier- RPC-doc perl-GD perl-GD-Barcode perl-GDGraph perl-GDGraph3d Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 462 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-GDTextUtil perl-Geography- Countries perl-Getopt-Long perl-Getopt-Long- Descriptive perl-gettext perl-Git perl-Git-SVN 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 463 Amazon Linux 1 Package perl-Graph perl-GraphViz perl-GSSAPI perl-GTop perl-Hash-Merge perl-homedir perl-Hook-LexWrap Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 464 Amazon Linux 1 Package perl-HTML-Form perl-HTML-Format perl-HTML- FormatText-WithLi nks perl-HTML- FormatText-WithLi nks-AndTables perl-HTML-Lint perl-HTML-Parser perl-HTML- Scrubber Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 465 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-HTML-Tagset perl-HTML- Template perl-HTML-Tidy perl-HTML-Tree perl-HTTP-Cookies perl-HTTP-Daemon perl-HTTP-Date 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 466 Amazon Linux 1 Package perl-HTTP-Message perl-HTTP- Negotiate perl-HTTP-Tiny perl-Ima-DBI perl-Image-Base perl-Image- ExifTool perl-Image-Info Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 467 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Image-Size perl-Image-Xbm perl-Image-Xpm perl-Import-Into perl-indirect perl-Inline perl-Inline-Files 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1
al1-ug-061
al1-ug.pdf
61
No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 467 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Image-Size perl-Image-Xbm perl-Image-Xpm perl-Import-Into perl-indirect perl-Inline perl-Inline-Files 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 468 Amazon Linux 1 Package perl-IO-All perl-IO-Capture perl-IO-C aptureOutput perl-IO-Compress perl-IO-HTML perl-IO-I nteractive perl-IO-Multiplex Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 469 Amazon Linux 1 Package perl-IO-Socket- INET6 perl-IO-Socket-IP perl-IO-Socket- SSL perl-IO-Socket- Timeout perl-IO-String perl-IO-stringy perl-IO-Tty Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 470 Amazon Linux 1 Package perl-IO-Zlib perl-IPC-Cmd perl-IPC-Run perl-IPC-Run3 perl-IPC- SharedCache perl-IPC- ShareLite perl-IPC-Signal Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 471 Amazon Linux 1 Package perl-IPTables- Parse perl-Jcode perl-JSON perl-JSON-Any perl-JSON-Any- tests perl-JSON-PP perl-JSON-tests Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 472 Amazon Linux 1 Package perl-JSON-XS perl-JSON-XS- tests perl-LDAP perl-Lexical- SealRequireHints perl-Lexical-Var perl-libapreq2 perl-libintl Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 473 Amazon Linux 1 Package perl-libs perl-libwww-perl perl-libxml-perl perl-Lingua-EN- Inflect perl-Lingua-EN- Sentence perl-Linux-Pid perl-List- MoreUtils Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 474 Amazon Linux 1 Package perl-local-lib perl-Locale-Codes perl-Locale- Maketext perl-Locale- Maketext-Gettext perl-Locale- Maketext-Lexicon perl-Locale- Maketext-Simple perl-Locale-PO Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 475 Amazon Linux 1 Package perl-Locale-US perl-Log-Dispatch perl-Log- Dispatch- FileRotate perl-Log-Log4perl perl-Log-Message perl-Log-Message- Simple perl-LWP- MediaTypes Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 476 Amazon Linux 1 Package perl-LWP- Protocol-http10 perl-LWP- Protocol-https perl-LWP- UserAgent- Determined perl-macros perl-Mail-Box perl-Mail-DKIM perl-Mail- IMAPClient Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 477 Amazon Linux 1 Package perl-Mail-Mbox- MessageParser perl-Mail- MboxParser perl-Mail-Sender perl-Mail- Sendmail perl-Mail-SPF perl-Mail- Transport-Dbx perl-MailTools Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3
al1-ug-062
al1-ug.pdf
62
Package perl-LWP- Protocol-http10 perl-LWP- Protocol-https perl-LWP- UserAgent- Determined perl-macros perl-Mail-Box perl-Mail-DKIM perl-Mail- IMAPClient Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 477 Amazon Linux 1 Package perl-Mail-Mbox- MessageParser perl-Mail- MboxParser perl-Mail-Sender perl-Mail- Sendmail perl-Mail-SPF perl-Mail- Transport-Dbx perl-MailTools Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 478 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Makefile-DOM perl-Makefile- Parser perl-Math-Base36 perl-Math-Calc- Units perl-mime- construct perl-MIME-Lite perl-MIME-tools 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 479 Amazon Linux 1 Package perl-MIME-Types perl-Mixin- Linewise perl-MLDBM perl-Module-Build perl-Module- CoreList perl-Module- CPANTS-Analyse perl-Module- ExtractUse Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 480 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Module-Find perl-Module- Implementation perl-Module-Info perl-Module- Install perl-Module- Install-Reposit ory perl-Module-Load perl-Module-Load- Conditional 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 481 Amazon Linux 1 Package perl-Module- Loaded perl-Module- Manifest perl-Module- Metadata perl-Module- Pluggable perl-Module- Refresh perl-Module- Runtime perl-Module- ScanDeps Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 482 Amazon Linux 1 Package perl-Module- Signature perl-Module-Util perl-Mon perl-Moo perl-Moose perl-MooseX- ConfigFromFile perl-MooseX- Getopt Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 483 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-MooseX-Role- Parameterized 2023-12-3 1 Amazon Linux 1 EOL perl-MooseX- SimpleConfig perl-MooseX- StrictConstructor perl-MooseX-Types perl-MooseX- Types-DateTime perl-MooseX- Types-DateTime- MoreCoercions perl-MooseX- Types-JSON No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 484 Amazon Linux 1 Package perl-MooseX- Types-JSON-tests perl-MooseX- Types-Path-Class perl-Mozilla-CA perl-Mozilla-LDAP perl-MRO-Compat perl-mult idimensional perl-Nagios- Plugin Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 485 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-namespace- autoclean perl-namespace- clean perl-Net-Amazon- EC2 perl-Net-Amazon- S3 perl-Net-CIDR perl-Net-CIDR- Lite perl-Net-Daemon 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 486 Amazon Linux 1 Package perl-Net-DNS perl-Net-DNS- Nameserver perl-Net-DNS- Resolver-Progr ammable perl-Net-Domain- TLD perl-Net-HTTP perl-Net-IMAP- Simple-SSL perl-Net-IP Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No
al1-ug-063
al1-ug.pdf
63
perl-Net-CIDR- Lite perl-Net-Daemon 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 486 Amazon Linux 1 Package perl-Net-DNS perl-Net-DNS- Nameserver perl-Net-DNS- Resolver-Progr ammable perl-Net-Domain- TLD perl-Net-HTTP perl-Net-IMAP- Simple-SSL perl-Net-IP Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 487 Amazon Linux 1 Package perl-Net-Jabber perl-Net-LibIDN perl-Net-OAuth perl-Net-Server perl-Net-SMTP-SSL perl-Net-SNMP perl-Net-SNPP Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 488 Amazon Linux 1 Package perl-Net-SSLeay perl-Net-Telnet perl-Net-XMPP perl-NetAddr-IP perl-Newt perl-Number- Compare perl-Object- Accessor Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 489 Amazon Linux 1 Package perl-Object- Deadly perl-Object- Realize-Later perl-OLE- Storage_Lite perl-Package- Constants perl-Package- DeprecationMan ager perl-Package- Generator perl-Package- Stash Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 490 Amazon Linux 1 Package perl-Package- Stash-XS perl-Package- Variant perl-PadWalker perl-PAR-Dist perl-Parallel- Iterator perl-Params-Check perl-Params- Coerce Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 491 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Params-Util perl-Params- Validate perl-parent perl-Parse-CPAN- Meta perl-Parse- RecDescent perl-Parse-Yapp perl-Path-Class 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 492 Amazon Linux 1 Package perl-PathTools perl-PDF-Reuse perl-Perl-Critic perl-Perl-Critic- More perl-Perl- Destruct-Level perl-Perl- MinimumVersion perl-Perl-OSType Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 493 Amazon Linux 1 Package perl-Perl4- CoreLibs perl-Perlilog perl-PerlIO-via- Timeout perl-PlRPC perl-Pod-Checker perl-Pod-Coverage perl-Pod- Coverage-TrustPod Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 494 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Pod-Escapes perl-Pod-Eventual perl-Pod-LaTeX perl-Pod-Parser perl-Pod-Perldoc perl-Pod-Plainer perl-Pod-POM 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 495 Amazon Linux 1 Package perl-Pod-Simple perl-Pod-Spell perl-Pod-Strip perl-Pod-Tests perl-Pod-Usage perl-podlators perl-PPI Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 496 Amazon Linux 1 Package perl-PPI-HTML perl-PPIx-Regexp perl-PPIx- Utilities
al1-ug-064
al1-ug.pdf
64
Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 495 Amazon Linux 1 Package perl-Pod-Simple perl-Pod-Spell perl-Pod-Strip perl-Pod-Tests perl-Pod-Usage perl-podlators perl-PPI Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 496 Amazon Linux 1 Package perl-PPI-HTML perl-PPIx-Regexp perl-PPIx- Utilities perl-prefork perl-Probe-Perl perl-Proc-Daemon perl-Proc-PID- File Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 497 Amazon Linux 1 Package perl-Proc- ProcessTable perl-Proc- WaitStat perl-Razor-Agent perl-Readonly perl-Readonly-XS perl-Redis perl-Regexp- Common Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 498 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Return-Value perl-Role-Tiny perl-RRD-Simple perl-Scalar-List- Utils perl-Scalar- Properties perl-Scope-Guard perl-Scope-Guard- tests 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 499 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Set-Crontab perl-Set-Infinite perl-Set-Scalar perl-SGMLSpm perl-SNMP_Session perl-SOAP-Lite perl-SOAP- Transport-TCP 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 500 Amazon Linux 1 Package perl-SOAP-WSDL perl-Socket perl-Socket6 perl-Software- License perl-Sort- Versions perl-Spiffy perl-Spreadsheet- ParseExcel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 501 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Spreadsheet- WriteExcel 2023-12-3 1 Amazon Linux 1 EOL perl-SQL-Abstract perl-SQL- Statement perl-SQL- Translator perl-srpm-macros perl-Statistics- Descriptive perl-Storable No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 502 Amazon Linux 1 Package perl-strictures perl-String-CRC32 perl-String- Format perl-String- ShellQuote perl-String- Similarity perl-Sub-Exporter perl-Sub- Exporter- Progressive Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 503 Amazon Linux 1 Package perl-Sub-Identify perl-Sub-Install perl-Sub-Name perl-Sub-Uplevel perl-SUPER perl-Switch perl-Syntax- Highlight-Engine- Kate Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 504 Amazon Linux 1 Package perl-Sys-CPU perl-Sys-MemInfo perl-Sys- Statistics-Linux perl-Sys-Syslog perl-Taint- Runtime perl-Task-Weaken perl-Template- Toolkit Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 505 Amazon Linux 1 Package perl-Term- ProgressBar perl-Term- ProgressBar-Quiet perl-Term- ProgressBar-Simpl e perl-Term-UI perl-TermReadKey perl-Test-Base perl-Test- CheckChanges Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No
al1-ug-065
al1-ug.pdf
65
date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 505 Amazon Linux 1 Package perl-Term- ProgressBar perl-Term- ProgressBar-Quiet perl-Term- ProgressBar-Simpl e perl-Term-UI perl-TermReadKey perl-Test-Base perl-Test- CheckChanges Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 506 Amazon Linux 1 Package perl-Test- CheckDeps perl-Test- ClassAPI perl-Test-CPAN- Meta perl-Test-CPAN- Meta-JSON perl-Test-CPAN- Meta-YAML perl-Test-Deep perl-Test- Differences Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 507 Amazon Linux 1 Package perl-Test- DistManifest perl-Test- Distribution perl-Test-EOL perl-Test- Exception perl-Test-Fatal perl-Test-Harness perl-Test- HasVersion Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 508 Amazon Linux 1 Package perl-Test-Inline perl-Test-Inter perl-Test- Kwalitee perl-Test- LeakTrace perl-Test- Manifest perl-Test-Memory- Cycle perl-Test- MinimumVersion Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 509 Amazon Linux 1 Package perl-Test- MockModule perl-Test- MockObject perl-Test- MockTime perl-Test-Moose perl-Test-Most perl-Test-NoTabs perl-Test- NoWarnings Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 510 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Test-Object perl-Test-Output perl-Test-Perl- Critic perl-Test-Perl- Critic-Policy perl-Test-Pod perl-Test-Pod- Coverage perl-Test- Portability-Files 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 511 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Test-Prereq perl-Test- Requires perl-Test-Script perl-Test- SharedFork perl-Test-Simple perl-Test-Spec perl-Test- Spelling 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 512 Amazon Linux 1 Package perl-Test- SubCalls perl-Test- Synopsis perl-Test-Taint perl-Test-TCP perl-Test-TempDir perl-Test-Tester perl-Test-Trap Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 513 Amazon Linux 1 Package perl-Test-use-ok perl-Test- Valgrind perl-Test-Vars perl-Test-Warn perl-Test- Without-Module perl-Test-YAML- Meta perl-Test-YAML- Valid Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 514 Amazon Linux 1 Package perl-tests perl-TeX-Hyphen perl-Text- Autoformat perl-Text- CharWidth perl-Text-CSV perl-Text-CSV_XS perl-Text-Diff Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL
al1-ug-066
al1-ug.pdf
66
No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 514 Amazon Linux 1 Package perl-tests perl-TeX-Hyphen perl-Text- Autoformat perl-Text- CharWidth perl-Text-CSV perl-Text-CSV_XS perl-Text-Diff Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 515 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Text-Glob perl-Text-Haml perl-Text-Iconv perl-Text- Markdown perl-Text- ParseWords perl-Text-PDF perl-Text- RecordParser 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 516 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Text-Reform perl-Text-Soundex perl-Text- TabularDisplay perl-Text- Template perl-Text- Unidecode perl-Text- WrapI18N perl-Thread-Queue 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 517 Amazon Linux 1 Package perl-threads perl-threads- shared perl-Tie-IxHash perl-Tie-ToObject perl-Time- Duration perl-Time- Duration-Parse perl-Time-HiRes Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 518 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-Time-Local perl-Time-modules perl-Time-Period perl-Time-Piece perl-Time-Piece- MySQL perl-TimeDate perl-Tk 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 519 Amazon Linux 1 Package perl-Tk-devel perl-Tree- DAG_Node perl-Try-Tiny perl-Unicode-Map perl-Unicode-Map8 perl-Unicode- String perl-UNIVERSAL- can Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 520 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-UNIVERSAL- isa perl-UNIVERSAL- moniker perl-UNIVERSAL- require perl-Unix-Syslog perl-URI perl-User- Identity perl-Variable- Magic 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 521 Amazon Linux 1 Package perl-version perl-Version- Requirements perl-WWW-Curl perl-WWW- RobotRules perl-X11-Protocol perl-XML-Catalog perl-XML-DOM Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 522 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-XML-DOM- XPath perl-XML-Dumper perl-XML-Filter- BufferText perl-XML-Grove perl-XML-Handler- YAWriter perl-XML-LibXML perl-XML-LibXSLT 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 523 Amazon Linux 1 Package perl-XML- NamespaceSupport perl-XML-Parser perl-XML-RegExp perl-XML-RSS perl-XML-SAX perl-XML-SAX-Base perl-XML-SAX- Writer Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 524 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-XML-Simple perl-XML-Stream perl-XML- TokeParser perl-XML- TreeBuilder perl-XML-Twig perl-XML-Writer perl-XML-XPath 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3
al1-ug-067
al1-ug.pdf
67
1 Package perl-XML- NamespaceSupport perl-XML-Parser perl-XML-RegExp perl-XML-RSS perl-XML-SAX perl-XML-SAX-Base perl-XML-SAX- Writer Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 524 Amazon Linux 1 Package Supported ? Start date End date Support User Guide perl-XML-Simple perl-XML-Stream perl-XML- TokeParser perl-XML- TreeBuilder perl-XML-Twig perl-XML-Writer perl-XML-XPath 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 525 Amazon Linux 1 Package perl-XML- XPathEngine perl-XML-XQL perl-YAML perl-YAML-LibYAML perl-YAML-Syck perl-YAML-Tiny perlbrew Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 526 Amazon Linux 1 Package perltidy php Supported ? Start date End date Support User Guide Amazon Linux 1 EOL EOL As of Jan 2020 2023-12-3 1 2020-01-2 0 No No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-amazon-sdk No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-amazon-sdk2 No Note Part of upstream EOL for PHP 5.3 Packages 527 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-bcmath No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-channel- amazon No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-channel- doctrine No Note Part of upstream EOL for PHP 5.3 php-channel-ezc 2020-01-2 0 No EOL As of Jan 2020 Packages 528 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-channel- guzzle No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-channel- pearhub No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-channel- phpunit No Note Part of upstream EOL for PHP 5.3 Packages 529 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-channel-swift No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-channel- symfony No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-channel- symfony2 No Note Part of upstream EOL for PHP 5.3 php-cli 2020-01-2 0 No EOL As of Jan 2020 Packages 530 Amazon Linux 1 Package php-common php-dba Start date End date Support User Guide Supported ? Note Part of upstream EOL for PHP 5.3 2023-12-3 1 2020-01-2 0 No No Note Part of upstream EOL for PHP 5.3 Amazon Linux 1 EOL EOL As of Jan 2020 2020-01-2 0 EOL As of Jan 2020 php-devel No Note Part of upstream EOL for PHP 5.3 php-doctrine- Doctrine 2020-01-2 0 No EOL As of Jan 2020 Packages 531 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-embedded No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-enchant No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ezc-Base No Note Part of upstream EOL for PHP 5.3 Packages 532 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-ezc-C onsoleTools No Note Part of upstream EOL for PHP 5.3 php-fpm php-gd 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for PHP 5.3 php-guzzle-Guzzle 2020-01-2 0 No EOL As of Jan 2020 Packages 533 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-imap No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-intl No Note Part of upstream EOL for PHP
al1-ug-068
al1-ug.pdf
68
5.3 php-fpm php-gd 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for PHP 5.3 php-guzzle-Guzzle 2020-01-2 0 No EOL As of Jan 2020 Packages 533 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-imap No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-intl No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ldap No Note Part of upstream EOL for PHP 5.3 Packages 534 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-libpuzzle No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-mbstring No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-mcrypt No Note Part of upstream EOL for PHP 5.3 php-Monolog 2020-01-2 0 No EOL As of Jan 2020 Packages 535 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-Monolog-amqp No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-Monolog-raven No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-mssql No Note Part of upstream EOL for PHP 5.3 Packages 536 Amazon Linux 1 Package php-mysql Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-mysqlnd No Note Part of upstream EOL for PHP 5.3 php-odbc php-pdo 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 No EOL As of Jan 2020 Packages 537 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pear No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pear-Auth- No SASL Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pear-Cache- No Lite Note Part of upstream EOL for PHP 5.3 Packages 538 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-pear-DB No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pear-HTTP- No OAuth Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pear-HTTP- Request2 No Note Part of upstream EOL for PHP 5.3 php-pear-Log 2020-01-2 0 No EOL As of Jan 2020 Packages 539 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pear-Mail No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pear-MDB2 No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pear-Net-SMTP No Note Part of upstream EOL for PHP 5.3 Packages 540 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-pear-Net- Socket No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pear-Net-URL2 No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pear-XML-RPC2 No Note Part of upstream EOL for PHP 5.3 php-pearhub- Monolog 2020-01-2 0 No EOL As of Jan 2020 Packages 541 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl-amqp No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl-apc No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl-apc- No devel Note Part of upstream EOL for PHP 5.3 Packages 542 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-pecl-igbinary No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl- igbinary-devel No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl-imagick No Note Part of upstream EOL for PHP 5.3 php-pecl-memcache 2020-01-2 0 No EOL As of Jan 2020 Packages 543 Amazon
al1-ug-069
al1-ug.pdf
69
for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl-apc- No devel Note Part of upstream EOL for PHP 5.3 Packages 542 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-pecl-igbinary No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl- igbinary-devel No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl-imagick No Note Part of upstream EOL for PHP 5.3 php-pecl-memcache 2020-01-2 0 No EOL As of Jan 2020 Packages 543 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl- memcached No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl-oauth No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pecl-ssh2 No Note Part of upstream EOL for PHP 5.3 Packages 544 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-pecl-xdebug No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pgsql No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-phpunit- DbUnit No Note Part of upstream EOL for PHP 5.3 php-phpunit-File- Iterator 2020-01-2 0 No EOL As of Jan 2020 Packages 545 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-phpunit-PHP- No CodeCoverage Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-phpunit-PHP- No Invoker Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-phpunit-PHP- No Timer Note Part of upstream EOL for PHP 5.3 Packages 546 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-phpunit-PHP- No TokenStream Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-phpunit- PHPUnit No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-phpunit- PHPUnit-MockObj ect No Note Part of upstream EOL for PHP 5.3 php-phpunit- PHPUnit-Selenium 2020-01-2 0 No EOL As of Jan 2020 Packages 547 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-phpunit-Text- No Template Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-process No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-pspell No Note Part of upstream EOL for PHP 5.3 Packages 548 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-PsrLog No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-Raven No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-Raven-tests No Note Part of upstream EOL for PHP 5.3 php-recode 2020-01-2 0 No EOL As of Jan 2020 Packages 549 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-snmp No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-soap No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-swift-Swift No Note Part of upstream EOL for PHP 5.3 Packages 550 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-symfony-YAML No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-symfony2- Config No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-symfony2- DependencyInje ction No Note Part of upstream EOL for PHP 5.3 php-symfony2- EventDispatcher 2020-01-2 0 No EOL As of Jan 2020 Packages 551 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-symfony2-Yaml No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-tidy No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-xcache No Note Part of upstream EOL for PHP 5.3 Packages 552 Amazon Linux 1 Package php-xml Supported ? Start date End date Support User Guide 2020-01-2
al1-ug-070
al1-ug.pdf
70
EventDispatcher 2020-01-2 0 No EOL As of Jan 2020 Packages 551 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-symfony2-Yaml No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-tidy No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-xcache No Note Part of upstream EOL for PHP 5.3 Packages 552 Amazon Linux 1 Package php-xml Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-xmlrpc No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendFramework No Note Part of upstream EOL for PHP 5.3 php-ZendF ramework-Auth- Adapter-Ldap 2020-01-2 0 No EOL As of Jan 2020 Packages 553 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Cache- Backend-Apc No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Cache- Backend-Libm emcached No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Cache- Backend-Memcached No Note Part of upstream EOL for PHP 5.3 Packages 554 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Captcha No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Db- Adapter-Mysqli No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Db- Adapter-Pdo No Note Part of upstream EOL for PHP 5.3 php-ZendF ramework-Db- Adapter-Pdo-Mssql 2020-01-2 0 No EOL As of Jan 2020 Packages 555 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Db- Adapter-Pdo-Mysql No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Db- Adapter-Pdo-Pgsql No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-demos No Note Part of upstream EOL for PHP 5.3 Packages 556 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Dojo No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-extras No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Feed No Note Part of upstream EOL for PHP 5.3 php-ZendF ramework-full 2020-01-2 0 No EOL As of Jan 2020 Packages 557 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Ldap No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Pdf No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Search- Lucene No Note Part of upstream EOL for PHP 5.3 Packages 558 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework- Serializer- Adapter-Igbinary No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Services No Note Part of upstream EOL for PHP 5.3 2020-01-2 0 EOL As of Jan 2020 php-ZendF ramework-Soap No Note Part of upstream EOL for PHP 5.3 php54 2018-03-3 1 2018.03 Deprecated Packages No Packages 559 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-bcmath No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-cli No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-common 2018-03-3 1 2018.03 Deprecated Packages No Packages 560 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-dba No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-devel No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-embedded 2018-03-3 1 2018.03 Deprecated Packages No Packages 561 Amazon Linux 1 Package Supported ? Note Start date End date
al1-ug-071
al1-ug.pdf
71
Amazon Linux 1 2018.03 release php54-common 2018-03-3 1 2018.03 Deprecated Packages No Packages 560 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-dba No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-devel No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-embedded 2018-03-3 1 2018.03 Deprecated Packages No Packages 561 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-enchant No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-fpm No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-gd 2018-03-3 1 2018.03 Deprecated Packages No Packages 562 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-imap No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-intl No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-ldap 2018-03-3 1 2018.03 Deprecated Packages No Packages 563 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-libpuzzle No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-mbstring No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-mcrypt 2018-03-3 1 2018.03 Deprecated Packages No Packages 564 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-mssql No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-mysql No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-mysqlnd 2018-03-3 1 2018.03 Deprecated Packages No Packages 565 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-odbc No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pdo No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-pecl-amqp 2018-03-3 1 2018.03 Deprecated Packages No Packages 566 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl-apc No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl-apc- devel No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-pecl-http 2018-03-3 1 2018.03 Deprecated Packages No Packages 567 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl-http- devel No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl- igbinary No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-pecl- igbinary-devel 2018-03-3 1 2018.03 Deprecated Packages No Packages 568 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl- imagick No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl- memcache No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-pecl- memcached 2018-03-3 1 2018.03 Deprecated Packages No Packages 569 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl-oauth No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl-redis No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-pecl-ssh2 2018-03-3 1 2018.03 Deprecated Packages No Packages 570 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03
al1-ug-072
al1-ug.pdf
72
Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl-oauth No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl-redis No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-pecl-ssh2 2018-03-3 1 2018.03 Deprecated Packages No Packages 570 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pecl-xdebug No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pgsql No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-process 2018-03-3 1 2018.03 Deprecated Packages No Packages 571 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-pspell No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-recode No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-snmp 2018-03-3 1 2018.03 Deprecated Packages No Packages 572 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-soap No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-tidy No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php54-xcache 2018-03-3 1 2018.03 Deprecated Packages No Packages 573 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-xml No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php54-xmlrpc No Note The php54 package was deprecated with the Amazon Linux 1 2018.03 release php55 2020-01-2 0 No EOL As of Jan 2020 Packages 574 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-bcmath No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-cli No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-common No Note Part of upstream EOL for php55 Packages 575 Amazon Linux 1 Package php55-dba Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-devel No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-embedded No Note Part of upstream EOL for php55 php55-enchant 2020-01-2 0 No EOL As of Jan 2020 Packages 576 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-fpm No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-gd No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-gmp No Note Part of upstream EOL for php55 Packages 577 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php55-imap No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-intl No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-ldap No Note Part of upstream EOL for php55 php55-mbstring 2020-01-2 0 No EOL As of Jan 2020 Packages 578 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-mcrypt No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-mssql No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-mysqlnd No Note Part of upstream EOL for php55 Packages 579 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php55-odbc No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-opcache No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pdo No Note Part of upstream EOL for php55 php55-pecl-apc 2020-01-2 0 No EOL As of Jan 2020 Packages 580 Amazon
al1-ug-073
al1-ug.pdf
73
php55-mssql No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-mysqlnd No Note Part of upstream EOL for php55 Packages 579 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php55-odbc No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-opcache No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pdo No Note Part of upstream EOL for php55 php55-pecl-apc 2020-01-2 0 No EOL As of Jan 2020 Packages 580 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-apc- No devel Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-apcu No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-apcu- No devel Note Part of upstream EOL for php55 Packages 581 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php55-pecl-http No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-http- No devel Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl- igbinary No Note Part of upstream EOL for php55 php55-pecl- igbinary-devel 2020-01-2 0 No EOL As of Jan 2020 Packages 582 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl- imagick No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-jsonc No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-jsonc- No devel Note Part of upstream EOL for php55 Packages 583 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php55-pecl- memcache No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl- memcached No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-oauth No Note Part of upstream EOL for php55 php55-pecl-propro 2020-01-2 0 No EOL As of Jan 2020 Packages 584 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl- propro-devel No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-raphf No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-raphf- No devel Note Part of upstream EOL for php55 Packages 585 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php55-pecl-redis No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-ssh2 No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pecl-xdebug No Note Part of upstream EOL for php55 php55-pgsql 2020-01-2 0 No EOL As of Jan 2020 Packages 586 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-process No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-pspell No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-recode No Note Part of upstream EOL for php55 Packages 587 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php55-snmp No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-soap No Note Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-tidy No Note Part of upstream EOL for php55 php55-xml 2020-01-2 0 No EOL As of Jan 2020 Packages 588 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php55 2020-01-2 0 EOL As of Jan 2020 php55-xmlrpc No Note Part of upstream EOL for php55 php56 php56-bcmath php56-cli php56-common 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 589 Amazon Linux 1 Package php56-dba php56-dbg php56-devel php56-embedded php56-enchant php56-fpm php56-gd Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1
al1-ug-074
al1-ug.pdf
74
EOL As of Jan 2020 php55-xmlrpc No Note Part of upstream EOL for php55 php56 php56-bcmath php56-cli php56-common 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 589 Amazon Linux 1 Package php56-dba php56-dbg php56-devel php56-embedded php56-enchant php56-fpm php56-gd Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 590 Amazon Linux 1 Package php56-gmp php56-imap php56-intl php56-jsonc php56-jsonc-devel php56-ldap php56-mbstring Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 591 Amazon Linux 1 Package php56-mcrypt php56-mssql php56-mysqlnd php56-odbc php56-opcache php56-pdo php56-pecl-apcu Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 592 Amazon Linux 1 Package Supported ? Start date End date Support User Guide php56-pecl-apcu- devel 2023-12-3 1 Amazon Linux 1 EOL php56-pecl-http php56-pecl-http- devel php56-pecl- igbinary php56-pecl- igbinary-devel php56-pecl- imagick php56-pecl- memcache No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 593 Amazon Linux 1 Package php56-pecl- memcached php56-pecl-oauth php56-pecl-propro php56-pecl- propro-devel php56-pecl-raphf php56-pecl-raphf- devel php56-pecl-redis Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 594 Amazon Linux 1 Package php56-pecl-ssh2 php56-pecl-xdebug php56-pgsql php56-process php56-pspell php56-recode php56-snmp Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 595 Amazon Linux 1 Package php56-soap php56-tidy php56-xml php56-xmlrpc php7-pear php70 Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 No No No No No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2018-03-3 1 2018.03 Deprecated Packages No 596 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-bcmath No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-cli No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-common 2018-03-3 1 2018.03 Deprecated Packages No Packages 597 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-dba No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-dbg No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-devel 2018-03-3 1 2018.03 Deprecated Packages No Packages 598 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-embedded No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-enchant No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-fpm 2018-03-3 1 2018.03 Deprecated Packages No Packages 599 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated
al1-ug-075
al1-ug.pdf
75
2018.03 Deprecated Packages No Packages 598 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-embedded No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-enchant No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-fpm 2018-03-3 1 2018.03 Deprecated Packages No Packages 599 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-gd No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-gmp No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-imap 2018-03-3 1 2018.03 Deprecated Packages No Packages 600 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-intl No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-json No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-ldap 2018-03-3 1 2018.03 Deprecated Packages No Packages 601 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-mbstring No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-mcrypt No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-mysqlnd 2018-03-3 1 2018.03 Deprecated Packages No Packages 602 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-odbc No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-opcache No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-pdo 2018-03-3 1 2018.03 Deprecated Packages No Packages 603 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pdo-dblib No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl-apcu No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-pecl-apcu- devel 2018-03-3 1 2018.03 Deprecated Packages No Packages 604 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl- igbinary No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl- igbinary-devel No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-pecl- imagick 2018-03-3 1 2018.03 Deprecated Packages No Packages 605 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl- imagick-devel No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl- memcache No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-pecl- memcached 2018-03-3 1 2018.03 Deprecated Packages No Packages 606 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl-oauth No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl-redis No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-pecl-ssh2 2018-03-3 1 2018.03 Deprecated Packages No Packages 607 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl-uuid No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl-xdebug No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-pecl-yaml 2018-03-3 1 2018.03 Deprecated Packages No Packages 608 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pgsql No Note The php70 package
al1-ug-076
al1-ug.pdf
76
User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl-uuid No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pecl-xdebug No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-pecl-yaml 2018-03-3 1 2018.03 Deprecated Packages No Packages 608 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-pgsql No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-process No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-pspell 2018-03-3 1 2018.03 Deprecated Packages No Packages 609 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-recode No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-snmp No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-soap 2018-03-3 1 2018.03 Deprecated Packages No Packages 610 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-tidy No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-xml No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release php70-xmlrpc 2018-03-3 1 2018.03 Deprecated Packages No Packages 611 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages php70-zip No Note The php70 package was deprecated with the Amazon Linux 1 2018.03 release 2020-01-2 0 EOL As of Jan 2020 php71 No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-bcmath No Note Part of upstream EOL for php71 Packages 612 Amazon Linux 1 Package php71-cli Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-common No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-dba No Note Part of upstream EOL for php71 php71-dbg 2020-01-2 0 No EOL As of Jan 2020 Packages 613 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-devel No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-embedded No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-enchant No Note Part of upstream EOL for php71 Packages 614 Amazon Linux 1 Package php71-fpm Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-gd No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-gmp No Note Part of upstream EOL for php71 php71-imap 2020-01-2 0 No EOL As of Jan 2020 Packages 615 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-intl No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-json No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-ldap No Note Part of upstream EOL for php71 Packages 616 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php71-mbstring No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-mcrypt No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-mysqlnd No Note Part of upstream EOL for php71 php71-odbc 2020-01-2 0 No EOL As of Jan 2020 Packages 617 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-opcache No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pdo No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pdo-dblib No Note Part of upstream EOL for php71 Packages 618 Amazon Linux 1 Package Supported ?
al1-ug-077
al1-ug.pdf
77
As of Jan 2020 php71-mysqlnd No Note Part of upstream EOL for php71 php71-odbc 2020-01-2 0 No EOL As of Jan 2020 Packages 617 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-opcache No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pdo No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pdo-dblib No Note Part of upstream EOL for php71 Packages 618 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php71-pecl-apcu No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl-apcu- No devel Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl-http No Note Part of upstream EOL for php71 php71-pecl-http- devel 2020-01-2 0 No EOL As of Jan 2020 Packages 619 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl- igbinary No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl- igbinary-devel No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl- imagick No Note Part of upstream EOL for php71 Packages 620 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php71-pecl- imagick-devel No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl- memcache No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl- memcached No Note Part of upstream EOL for php71 php71-pecl-oauth 2020-01-2 0 No EOL As of Jan 2020 Packages 621 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl-propro No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl- propro-devel No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl-raphf No Note Part of upstream EOL for php71 Packages 622 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php71-pecl-raphf- No devel Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl-redis No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pecl-ssh2 No Note Part of upstream EOL for php71 php71-pecl-xdebug 2020-01-2 0 No EOL As of Jan 2020 Packages 623 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pgsql No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-process No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-pspell No Note Part of upstream EOL for php71 Packages 624 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 php71-recode No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-snmp No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-soap No Note Part of upstream EOL for php71 php71-tidy 2020-01-2 0 No EOL As of Jan 2020 Packages 625 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-xml No Note Part of upstream EOL for php71 2020-01-2 0 EOL As of Jan 2020 php71-xmlrpc No Note Part of upstream EOL for php71 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72 No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 Packages 626 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-bcmath No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-cli No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-common No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 php72-dba 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 No Packages 627 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-dbg No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0
al1-ug-078
al1-ug.pdf
78
EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-cli No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-common No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 php72-dba 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 No Packages 627 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-dbg No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-devel No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-embedded No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 Packages 628 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-enchant No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-fpm No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-gd No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 php72-gmp 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 No Packages 629 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-imap No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-intl No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-json No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 Packages 630 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-ldap No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-mbstring No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-mysqlnd No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 php72-odbc 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 No Packages 631 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-opcache No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pdo No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pdo-dblib No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 Packages 632 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl-apcu No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl-apcu- No devel Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl- igbinary No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 php72-pecl- igbinary-devel No 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 Packages 633 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl- imagick No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl- imagick-devel No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl-mcrypt No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 Packages 634 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl- memcache No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl- memcached No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl-oauth No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 php72-pecl-redis 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 No Packages 635 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl-ssh2 No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl-uuid No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl-xdebug No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 Packages 636 Amazon Linux 1
al1-ug-079
al1-ug.pdf
79
7.2 (php72-common) is 2020-11-30 php72-pecl-redis 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 No Packages 635 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl-ssh2 No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl-uuid No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pecl-xdebug No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 Packages 636 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pgsql No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-process No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-pspell No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 php72-recode 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 No Packages 637 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-snmp No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-soap No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-tidy No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 Packages 638 Amazon Linux 1 Package php72-xml Supported ? Start date End date Support User Guide 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2020-11-3 0 PHP 7.2 upstream EOL is 2020-11-30 php72-xmlrpc No Note Upstream EOL for PHP 7.2 (php72-common) is 2020-11-30 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73 No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 php73-bcmath 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 No Packages 639 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-cli No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-common No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-dba No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 Packages 640 Amazon Linux 1 Package php73-dbg Supported ? Start date End date Support User Guide 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-devel No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-embedded No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 php73-enchant 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 No Packages 641 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-fpm No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-gd No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-gmp No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 Packages 642 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-imap No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-intl No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-json No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 php73-ldap 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 No Packages 643 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-mbstring No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-mysqlnd No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-odbc No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 Packages 644 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-opcache No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-pdo No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06
al1-ug-080
al1-ug.pdf
80
Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-mysqlnd No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-odbc No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 Packages 644 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-opcache No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-pdo No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-pdo-dblib No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 php73-pgsql 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 No Packages 645 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-process No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-pspell No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-recode No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 Packages 646 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-snmp No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-soap No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-tidy No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 php73-xml 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 No Packages 647 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 2021-12-0 6 PHP 7.3 upstream EOL is 2021-12-06 php73-xmlrpc No Note Upstream EOL for PHP 7.3 (php73-common) is 2021-12-06 pigz pinentry pinfo pixman 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 648 Amazon Linux 1 Package pixman-devel pkcs11-helper pkcs11-helper- devel pkgconfig pl pl-devel pl-jpl Packages Supported ? Start date End date Support User Guide No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Backwards Compatibility Packages 2023-12-3 1 Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages 649 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release pl-static plotutils plotutils-devel plpa plpa-devel 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 650 Amazon Linux 1 Package plpa-libs pm-utils pm-utils-devel pngcrush policycoreutils policycoreutils- newrole policycoreutils- python Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 651 Amazon Linux 1 Package Supported ? Start date End date Support User Guide policycoreutils- restorecond 2023-12-3 1 Amazon Linux 1 EOL poppler poppler-cpp poppler-cpp-devel poppler-data poppler-devel poppler-glib No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 652 Amazon Linux 1 Package poppler-glib- devel poppler-utils popt popt-devel popt-static portreserve postfix Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 653 Amazon Linux 1 Package postfix-perl- scripts postgresql-jdbc postgresql-odbc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No postgresql8 Note The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release postgresql8- contrib 2018-03-3 1 2018.03 Deprecated Packages No Packages 654 Amazon Linux 1 Package Supported ? Note Start date End
al1-ug-081
al1-ug.pdf
81
Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 653 Amazon Linux 1 Package postfix-perl- scripts postgresql-jdbc postgresql-odbc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No postgresql8 Note The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release postgresql8- contrib 2018-03-3 1 2018.03 Deprecated Packages No Packages 654 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages postgresql8-devel No Note The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages postgresql8-docs No Note The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release postgresql8-libs 2018-03-3 1 2018.03 Deprecated Packages No Packages 655 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages postgresql8- plperl No Note The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages postgresql8- plpython No Note The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release postgresql8-pltcl 2018-03-3 1 2018.03 Deprecated Packages No Packages 656 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages postgresql8- server No Note The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages postgresql8-test No Note The postgresql8 package was deprecated with the Amazon Linux 1 2018.03 release postgresql92 2023-12-3 1 No Amazon Linux 1 EOL Packages 657 Amazon Linux 1 Package postgresql92- contrib postgresql92- devel postgresql92-docs postgresql92-libs postgresql92- plperl postgresql92- plpython26 postgresql92- plpython27 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 658 Amazon Linux 1 Package postgresql92- pltcl postgresql92- server postgresql92- server-compat postgresql92-test postgresql93 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2020-01-2 0 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL EOL As of Jan 2020 Note Part of upstream EOL for postgresql93 postgresql93- contrib 2020-01-2 0 No EOL As of Jan 2020 Packages 659 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for postgresql93 2020-01-2 0 EOL As of Jan 2020 postgresql93- No devel Note Part of upstream EOL for postgresql93 2020-01-2 0 EOL As of Jan 2020 postgresql93-docs No Note Part of upstream EOL for postgresql93 2020-01-2 0 EOL As of Jan 2020 postgresql93-libs No Note Part of upstream EOL for postgresql93 Packages 660 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 postgresql93- plperl No Note Part of upstream EOL for postgresql93 2020-01-2 0 EOL As of Jan 2020 postgresql93- plpython26 No Note Part of upstream EOL for postgresql93 2020-01-2 0 EOL As of Jan 2020 postgresql93- plpython27 No Note Part of upstream EOL for postgresql93 postgresql93- pltcl 2020-01-2 0 No EOL As of Jan 2020 Packages 661 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide Part of upstream EOL for postgresql93 2020-01-2 0 EOL As of Jan 2020 postgresql93- server No Note Part of upstream EOL for postgresql93 2020-01-2 0 EOL As of Jan 2020 postgresql93-test No Note Part of upstream EOL for postgresql93 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94 No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 Packages 662 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94- contrib No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94- devel No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94-docs No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 Packages 663 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94-libs No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 2020-02-1 3
al1-ug-082
al1-ug.pdf
82
End date Support User Guide 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94- contrib No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94- devel No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94-docs No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 Packages 663 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94-libs No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94- plperl No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94- plpython26 No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 Packages 664 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94- plpython27 No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94- server No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 2020-02-1 3 PostgreSQL 9.4 upstream EoL is 2020-02-13 postgresql94-test No Note Upstream EOL for PostgreSQL 9.4 (postgresql94) is 2020-02-13 Packages 665 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95 No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95- contrib No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95- devel No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 Packages 666 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95-docs No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95-libs No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95- plperl No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 Packages 667 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95- plpython26 No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95- plpython27 No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95- server No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 Packages 668 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95- static No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 2021-02-1 1 PostgreSQL 9.5 upstream EOL on 2021-02-11 postgresql95-test No Note Upstream EOL for PostgreSQL 9.5 (postgresql95) is 2021-02-11 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96 No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 Packages 669 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96- contrib No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96- devel No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96-docs No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 Packages 670 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96-libs No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96- plperl No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96- plpython26 No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 Packages 671 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96- plpython27 No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96- server No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96- static No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 Packages 672 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96-test No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 2023-12-3 1 Amazon Linux 1 EOL No No No No 2023-12-3 1 2023-12-3 1 Backwards Compatibility Packages Amazon Linux 1 EOL Amazon Linux 1 EOL postgrey ppl ppl-devel ppl-docs Packages 673 Amazon Linux 1 Package ppl-gprolog
al1-ug-083
al1-ug.pdf
83
No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96- static No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 Packages 672 Amazon Linux 1 Package Supported ? Start date End date Support User Guide 2021-11-1 1 PostgreSQL 9.6 upstream EOL on 2021-11-11 postgresql96-test No Note Upstream EOL for PostgreSQL 9.6 (postgresql96) is 2021-11-11 2023-12-3 1 Amazon Linux 1 EOL No No No No 2023-12-3 1 2023-12-3 1 Backwards Compatibility Packages Amazon Linux 1 EOL Amazon Linux 1 EOL postgrey ppl ppl-devel ppl-docs Packages 673 Amazon Linux 1 Package ppl-gprolog ppl-gprolog- static ppl-java Supported ? Start date End date Support User Guide Backwards Compatibility Packages No No No Note 2023-12-3 1 Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages The java-1.6.0-openjdk package was deprecated with the Amazon Linux 1 2018.03 release ppl-java-javadoc ppl-pwl 2023-12-3 1 2023-12-3 1 No No Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 674 Amazon Linux 1 Package Supported ? Start date End date Support User Guide ppl-pwl-devel ppl-pwl-docs ppl-pwl-static ppl-static ppl-swiprolog ppl-swiprolog- static ppl-utils 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Backwards Compatibility Packages 2023-12-3 1 Amazon Linux 1 EOL Backwards Compatibility Packages No No No No No No No Packages 675 Amazon Linux 1 Package ppl-yap ppp ppp-devel pprof pptp pptp-setup prelink Supported ? Start date End date Support User Guide No No No No No No No 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Backwards Compatibility Packages Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 676 Amazon Linux 1 Package preupgrade- assistant preupgrade- assistant-al1toa l2 preupgrade- assistant-tools privoxy procmail procps procps-devel Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 677 Amazon Linux 1 Package protobuf protobuf-compiler protobuf-devel protobuf-lite protobuf-lite- devel protobuf-lite- static protobuf-python26 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No No No No Packages 678 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release protobuf-python27 protobuf-static protobuf-vim psacct psl 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 679 Amazon Linux 1 Package psmisc pssh pstoedit pstoedit-devel psutils psutils-perl pth Packages Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 680 Amazon Linux 1 Package pth-devel publican publican-doc puppet Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2020-01-2 0 No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL EOL As of Jan 2020 Note Part of upstream EOL for Puppet 2.7 2020-01-2 0 EOL As of Jan 2020 puppet-server No Note Part of upstream EOL for Puppet 2.7 Packages 681 Amazon Linux 1 Package puppet3 Supported ? Start date End date Support User Guide 2020-01-2 0 EOL As of Jan 2020 No Note Part of upstream EOL for puppet3 2020-01-2 0 EOL As of Jan 2020 puppet3-server No Note Part of upstream EOL for puppet3 pv pygobject2 pygobject2- codegen 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 682 Amazon Linux 1 Package pygobject2-devel pygobject2-doc pykickstart pyldb pyldb-devel pyparted pytalloc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 683 Amazon Linux 1 Package
al1-ug-084
al1-ug.pdf
84
pygobject2- codegen 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 682 Amazon Linux 1 Package pygobject2-devel pygobject2-doc pykickstart pyldb pyldb-devel pyparted pytalloc Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 683 Amazon Linux 1 Package Supported ? Start date End date Support User Guide pytalloc-devel python-cr eaterepo_c python-deltarpm python-dmidecode python-fo rmencode-common python-lcms python-netaddr 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 2023-12-3 1 No No No No No No No Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL Packages 684 Amazon Linux 1 Package python-pwquality python-sphinx- common python-twisted- core-zsh python26 Supported ? Start date End date Support User Guide 2023-12-3 1 2023-12-3 1 2023-12-3 1 Amazon Linux 1 EOL Amazon Linux 1 EOL Amazon Linux 1 EOL 2018-03-3 1 2018.03 Deprecated Packages No No No No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release python26-argparse 2018-03-3 1 2018.03 Deprecated Packages No Packages 685 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26-babel No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26- backports No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release python26- backports- ssl_match_hostnam e No 2018-03-3 1 2018.03 Deprecated Packages Packages 686 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26-beaker No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26-boto No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release python26-boto3 2018-03-3 1 2018.03 Deprecated Packages No Packages 687 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26-botocore No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26-cairosvg No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release python26-certifi 2018-03-3 1 2018.03 Deprecated Packages No Packages 688 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26-chardet No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26-cheetah No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release python26-colorama 2018-03-3 1 2018.03 Deprecated Packages No Packages 689 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26- configobj No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26-coverage No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release python26-crypto 2018-03-3 1 2018.03 Deprecated Packages No Packages 690 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26-Cython No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26-daemon No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release python26-dateutil 2018-03-3 1 2018.03 Deprecated Packages No Packages 691 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26- decorator No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages python26- decoratortools No Note The python26 package was deprecated with the Amazon Linux 1 2018.03 release python26-devel 2018-03-3 1 2018.03 Deprecated Packages No Packages 692 Amazon Linux 1 Package Supported ? Note Start date End date Support User Guide The python26 package was deprecated with the Amazon Linux 1 2018.03 release 2018-03-3 1 2018.03 Deprecated Packages