# AWS CodeDeploy User Guide (Archived) This repository previously contained the source files for the AWS CodeDeploy User Guide documentation. AWS CodeDeploy is a fully managed deployment service that automates software deployments to a variety of compute services such as Amazon EC2, AWS Fargate, AWS Lambda, and on-premises servers. The service enabled developers to rapidly release new features, avoid downtime during application deployment, and handle the complexity of updating applications. This repository has been archived and is no longer maintained. The documentation content has been migrated to the official AWS Documentation website. For up-to-date information about AWS CodeDeploy, including API references, tutorials, and deployment guides, please visit the [AWS CodeDeploy Documentation](https://docs.aws.amazon.com/codedeploy/). ## Repository Status This repository contains no active documentation content. All files have been removed except for licensing and contribution guidelines. ```text Repository Status: ARCHIVED (Read-Only) Documentation Location: https://docs.aws.amazon.com/codedeploy/ Last Update: Repository retired per AWS announcement ``` ## Summary AWS CodeDeploy remains an active AWS service for automating code deployments across EC2 instances, Lambda functions, ECS services, and on-premises servers. The service supports blue/green deployments, rolling updates, and canary deployments with automatic rollback capabilities. Users looking to implement CodeDeploy should consult the official AWS documentation for current API references, CLI commands, and integration patterns. For developers who previously contributed to this open-source documentation repository, AWS now manages all documentation internally through their official documentation portal. Feedback and suggestions for AWS CodeDeploy documentation can be submitted directly through the AWS Documentation website's feedback mechanism.