Skip to content

Conversation

bharathvaj-p
Copy link
Contributor

Sample Preview

  • Added the following two sections in the existing GitOps doc:
    • AWS Code Commit
    • Other GitOps
  • Plus, added an illustration, updated a few paragraphs for better clarity.

@bharathvaj-p bharathvaj-p self-assigned this Aug 18, 2025
@bharathvaj-p bharathvaj-p requested a review from a team as a code owner August 18, 2025 06:13
@bharathvaj-p bharathvaj-p added the documentation Improvements or additions to documentation label Aug 18, 2025
@bharathvaj-p bharathvaj-p requested review from a team as code owners August 18, 2025 06:13

1. An AWS Account

2. An AWS IAM user with `AWSCodeCommitPowerUser` permission. Refer to [Create and Configure an IAM User with AWSCodeCommitPowerUser Permission](https://docs.aws.amazon.com/codecommit/latest/userguide/setting-up-ssh-unixes.html?utm_source=chatgpt.com#setting-up-ssh-unixes-account) for more information
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ashokdevtron, (note to self - verify this)

@ashokdevtron ashokdevtron requested a review from Copilot August 29, 2025 09:59
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the GitOps documentation to enhance clarity and expand provider support. The updates improve the existing content with better explanations of GitOps concepts and add support for additional Git providers.

  • Added comprehensive documentation for AWS Code Commit and Other GitOps providers
  • Enhanced the GitOps introduction with clearer explanations and added an illustration
  • Updated figure numbering and improved formatting throughout the document

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.


| Field | Description |
| --- | --- |
| **SSH Host** | Enter the AWS Code Commit SSH host URL (e.g., `ssh://git-codecommit.ap-south1.amazonaws.com`)|
Copy link
Preview

Copilot AI Aug 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The AWS region 'ap-south1' should be 'ap-south-1' (with a hyphen). AWS region identifiers use hyphens, not just numbers.

Suggested change
| **SSH Host** | Enter the AWS Code Commit SSH host URL (e.g., `ssh://git-codecommit.ap-south1.amazonaws.com`)|
| **SSH Host** | Enter the AWS Code Commit SSH host URL (e.g., `ssh://git-codecommit.ap-south-1.amazonaws.com`)|

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants