AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2025-12-07 · Documentation low

File: prescriptive-guidance/latest/patterns/use-third-party-git-source-repositories-in-aws-codepipeline.md

Summary

Removed notice about AWS CodeCommit availability and updated CodeCommit link from HTTP to HTTPS

Security assessment

The changes involve removing outdated service availability notices and updating URLs. There is no evidence of addressing security vulnerabilities or adding security features.

Diff

diff --git a/prescriptive-guidance/latest/patterns/use-third-party-git-source-repositories-in-aws-codepipeline.md b/prescriptive-guidance/latest/patterns/use-third-party-git-source-repositories-in-aws-codepipeline.md
index 04f5aa7ba..37e0fe927 100644
--- a//prescriptive-guidance/latest/patterns/use-third-party-git-source-repositories-in-aws-codepipeline.md
+++ b//prescriptive-guidance/latest/patterns/use-third-party-git-source-repositories-in-aws-codepipeline.md
@@ -13,2 +12,0 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsRelated resources
-**Notice** : AWS CodeCommit is no longer available to new customers. Existing customers of AWS CodeCommit can continue to use the service as normal. [Learn more](https://aws.amazon.com/blogs/devops/how-to-migrate-your-aws-codecommit-repository-to-another-git-provider/)
-
@@ -17 +15 @@ This pattern describes how to use AWS CodePipeline with third-party Git source r
-[AWS CodePipeline](https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-continuous-delivery-integration.html) is a continuous delivery service that automates tasks for building, testing, and deploying your software. The service currently supports Git repositories managed by GitHub, [AWS CodeCommit](http://aws.amazon.com/codecommit), and Atlassian Bitbucket. However, some enterprises use third-party Git repositories that are integrated with their single sign-on (SSO) service and Microsoft Active Directory for authentication. You can use these third-party Git repositories as sources for CodePipeline by creating custom actions and webhooks.
+[AWS CodePipeline](https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts-continuous-delivery-integration.html) is a continuous delivery service that automates tasks for building, testing, and deploying your software. The service currently supports Git repositories managed by GitHub, [AWS CodeCommit](https://aws.amazon.com/codecommit), and Atlassian Bitbucket. However, some enterprises use third-party Git repositories that are integrated with their single sign-on (SSO) service and Microsoft Active Directory for authentication. You can use these third-party Git repositories as sources for CodePipeline by creating custom actions and webhooks.