mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
76 lines
8.0 KiB
Markdown
76 lines
8.0 KiB
Markdown
# AWS DevOps. AWS CodePipeline
|
|
|
|
!!! info "Architectural Context"
|
|
Detailed reference for AWS DevOps. AWS CodePipeline in the context of Cloud Providers (Hyperscalers).
|
|
|
|
## Standard Reference
|
|
|
|
- [Amazon DevOps Guru](https://aws.amazon.com/devops/-guru) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
|
|
- [AWS CodeDeploy: Deploying from a Development Account to a Production Account](http://blogs.aws.amazon.com/application-management/post/Tx3PE3JTSVJSFI7/AWS-CodeDeploy-Deploying-from-a-Development-Account-to-a-Production-Account) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
|
|
- [blazemeter.com: Three Ways DevOps Benefit from AWS CodePipeline](https://blazemeter.com/blog/three-ways-devops-benefit-aws-codepipeline) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
|
|
- [aws.plainenglish.io: AWS CodePipeline for Amazon ECS](https://aws.plainenglish.io/aws-codepipeline-for-amazon-ecs-part-2-a-blue-green-deployment-type-c162fd73be91) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
|
|
- [medium.com/@d.kumarkaran12: DevSecOps with AWS CodePipeline and ECS](https://medium.com/@d.kumarkaran12/devsecops-with-aws-codepipeline-and-ecs-c800f139a9ee) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span>
|
|
|
|
## Advanced Orchestration
|
|
|
|
### Multi Cluster
|
|
|
|
#### Fargate Integrations
|
|
|
|
- [thenewstack.io: Making Kubernetes Serverless and Global with AWS Fargate' on EKS and Admiralty](https://thenewstack.io/making-kubernetes-serverless-and-global-with-aws-fargate-on-eks-and-admiralty) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: An evaluation of federating multi-region environments using serverless AWS Fargate and Admiralty.
|
|
Live Grounding: Details technical patterns to schedule workloads seamlessly between local EKS control planes and globally distributed, dynamic Fargate runtimes.
|
|
- [admiralty.io: Multi-Region AWS Fargate on EKS](https://admiralty.io/docs/tutorials/fargate) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> <span class='md-tag md-tag--primary'>[DOCUMENTATION]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: Technical documentation on configuring Multi-Region AWS Fargate nodes with Admiralty.
|
|
Live Grounding: Demonstrates step-by-step scheduling configurations, enabling cross-region workload scaling without operating full node instances across geographical environments.
|
|
#### Federation
|
|
|
|
- [admiralty.io](https://admiralty.io) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: Domain hosting Admiralty, a Kubernetes multi-cluster scheduler platform.
|
|
Live Grounding: The active development has stalled, but the architecture remains highly relevant for federation research, featuring cross-cluster pod scheduling and proxy-pods.
|
|
## Public Cloud Infrastructure
|
|
|
|
### AWS Ecosystem
|
|
|
|
#### AI Ops
|
|
|
|
- [infoq.com: AWS Launches Amazon DevOps Guru](https://www.infoq.com/news/2021/01/aws-devops-guru) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: InfoQ coverage detailing the launch of AWS DevOps Guru, an ML-powered monitoring tool.
|
|
Live Grounding: Breaks down how the service analyzes telemetry, logs, and trace patterns to automatically flag operational anomalies and offer remediation instructions.
|
|
#### Blogs and Updates
|
|
|
|
- **(2021)** [AWS DevOps Blog](https://aws.amazon.com/blogs/devops) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: AWS official publication hub for cloud DevOps patterns, updates, and releases.
|
|
Live Grounding: Essential feed for continuous updates regarding AWS systems manager, ECS integrations, EKS blue-green patterns, and IAM-driven secure delivery strategies.
|
|
#### CI CD Orchestration
|
|
|
|
- [aws.amazon.com: AWS CodePipeline adds support for Branch-based development' and Monorepos](https://aws.amazon.com/blogs/devops/aws-codepipeline-adds-support-for-branch-based-development-and-monorepos) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: Deep-dive blog introducing native monorepo and branch filters inside CodePipeline.
|
|
Live Grounding: Focuses on configuring webhooks and filtering schemas to isolate triggers based on altered directories inside Git repositories.
|
|
- [Continuous Deployment with AWS](https://aws.amazon.com/blogs/devops/tag/continuous-deployment) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: Aggregation of blogs detailing best practices for deploying continuous deployment on AWS.
|
|
Live Grounding: Covers pipeline design principles, canary deployments, safety testing strategies, and blue-green transitions using managed AWS components.
|
|
#### CodePipeline Integrations
|
|
|
|
- [AWS Partner Network - CodePipeline Integrations](https://aws.amazon.com/es/codepipeline/product-integrations) <span class='md-tag md-tag--warning'>[SPANISH CONTENT]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: Directory of verified third-party partner integrations for AWS CodePipeline.
|
|
Live Grounding: Outlines deployment connectors, security scanners, and test suites that integrate directly into managed pipelines. Spanish localized interface. [SPANISH CONTENT]
|
|
#### Deployment Guides
|
|
|
|
- [adamtheautomator.com: Getting Started with AWS CodeDeploy](https://adamtheautomator.com/aws-codedeploy) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> <span class='md-tag md-tag--secondary'>[GUIDE]</span> — Curator Insight: Tutorial introducing AWS CodeDeploy setups for hosting infrastructure applications.
|
|
Live Grounding: Details step-by-step agent configurations on target environments, build specs, and continuous rollout patterns using the CodeDeploy service.
|
|
#### DevOps Foundations
|
|
|
|
- [AWS DevOps](https://aws.amazon.com/devops) <span class='md-tag md-tag--primary'>[DOCUMENTATION]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: Main AWS portal summarizing continuous integration, deployment, and management tools.
|
|
Live Grounding: Features structural overviews of AWS CodePipeline, CodeBuild, and CodeDeploy, illustrating patterns for cloud-native delivery inside AWS.
|
|
#### Infrastructure as Code
|
|
|
|
- [aws.amazon.com: Multi-branch pipeline management and infrastructure deployment' using AWS CDK Pipelines](https://aws.amazon.com/blogs/devops/multi-branch-pipeline-management-and-infrastructure-deployment-using-aws-cdk-pipelines) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: Tutorial for managing multi-branch infrastructures using AWS Cloud Development Kit.
|
|
Live Grounding: Explains how to orchestrate automated pipeline synthesis, ensuring branches match dynamic test environments with zero manual intervention.
|
|
#### Legacy CI CD Integrations
|
|
|
|
- **(2018)** [Setting Up the Jenkins Plugin for AWS CodeDeploy](https://aws.amazon.com/blogs/devops/setting-up-the-jenkins-plugin-for-aws-codedeploy) <span class='md-tag md-tag--info'>[LEGACY]</span> — Curator Insight: Guide for setting up AWS CodeDeploy integration hooks inside Jenkins environments.
|
|
Live Grounding: While primarily legacy, it outlines key patterns for mapping standard Jenkins build output artifacts directly onto the CodeDeploy engine.
|
|
### Cloud Comparison
|
|
|
|
#### DevOps Methodologies
|
|
|
|
- **(2020)** [k21academy.com: AWS DevOps Vs. Azure DevOps](https://k21academy.com/aws-cloud/aws-devops-vs-azure-devops/?utm_source=linkedin&utm_medium=referral&utm_campaign=awsdevops17_dec20_aws_cloud_computing_for_interested_parties__users) <span class='md-tag md-tag--info'>[COMMUNITY-TOOL]</span> — Curator Insight: Comprehensive comparison article analyzing features, costs, and tooling differences.
|
|
Live Grounding: Detailed comparative resource mapping the architectural equivalents between AWS developer tooling and Azure DevOps systems.
|
|
|
|
---
|
|
💡 **Explore Related:** [AWS Tools Scripts](./aws-tools-scripts.md) | [Azure](./azure.md) | [AWS](./aws.md)
|
|
|