Skip to content

Commit

Permalink
Fix more incorrect links and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Apr 26, 2024
1 parent a69135f commit b2e0012
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Name | Description
[cloud.aws_ops.aws_setup_credentials](roles/aws_setup_credentials/README.md)|A role to define credentials for aws modules.
[cloud.aws_ops.awsconfig_detach_and_delete_internet_gateway](roles/awsconfig_detach_and_delete_internet_gateway/README.md)|A role to detach and delete the internet gateway you specify from virtual private cloud.
[cloud.aws_ops.awsconfig_multiregion_cloudtrail](roles/awsconfig_multiregion_cloudtrail/README.md)|A role to create/delete a Trail for multiple regions.
[cloud.backup_create_plan](roles/backup_create_plan/README.md)|A role to create an AWS backup plan.
[cloud.backup_select_resources](roles/backup_create_plan/README.md)|A role to select resources to back up with an existing backup plan.
[cloud.aws_ops.backup_create_plan](roles/backup_create_plan/README.md)|A role to create an AWS backup plan.
[cloud.aws_ops.backup_select_resources](roles/backup_select_resources/README.md)|A role to select resources to back up with an existing backup plan.
[cloud.aws_ops.customized_ami](roles/customized_ami/README.md)|A role to manage custom AMIs on AWS.
[cloud.aws_ops.ec2_instance_terminate_by_tag](roles/ec2_instance_terminate_by_tag/README.md)|A role to terminate the EC2 instances based on a specific tag you specify.
[cloud.aws_ops.enable_cloudtrail_encryption_with_kms](roles/enable_cloudtrail_encryption_with_kms/README.md)|A role to encrypt an AWS CloudTrail trail using the AWS Key Management Service (AWS KMS) customer managed key you specify.
[cloud.aws_ops.manage_vpc_peering](roles/manage_vpc_peering/README.md)|A role to create, delete and accept existing VPC peering connections.
[cloud.aws_ops.moving_objects_between_buckets](roles/moving_objects_between_buckets/README.md)|A role to move objects from one bucket to another bucket.
[cloud.aws_ops.move_objects_between_buckets](roles/move_objects_between_buckets/README.md)|A role to move objects from one bucket to another bucket.
[cloud.aws_ops.awsconfig_apigateway_with_lambda_integration](roles/awsconfig_apigateway_with_lambda_integration/README.md)|A role to create/delete an API gateway with lambda function integration.
[cloud.aws_ops.manage_transit_gateway](roles/manage_transit_gateway/README.md)|A role to create/delete transit_gateway with vpc and vpn attachments.
[cloud.aws_ops.deploy_flask_app](roles/deploy_flask_app/README.md)|A role to deploy a flask web application on AWS.
Expand Down
2 changes: 1 addition & 1 deletion playbooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## EDA playbooks

Playbooks to restore canceled or deleted cloudtrail resources, intended for use with the EDA [aws_manage_cloudtrail_encryption rulebook](../extensions/eda/rulebooks/AWS_MANAGE_CLOUDTRAIL_ENCRYPTION.md)
Playbooks to restore canceled or deleted cloudtrail resources, intended for use with the EDA [aws_manage_cloudtrail_encryption rulebook](../extensions/eda/AWS_MANAGE_CLOUDTRAIL_ENCRYPTION.md)

* **aws_restore_cloudtrail_encryption**: Playbook to restore encryption to an existing AWS Cloudtrail trail using the [enable_cloudtrail_encryption_with_kms role](../roles/enable_cloudtrail_encryption_with_kms/README.md).
* **aws_restore_cloudtrail**: Playbook to re-create and encrypt a deleted AWS Cloudtrail trail using the [awsconfig_multiregion_cloudtrail](../roles/awsconfig_multiregion_cloudtrail/README.md) and [enable_cloudtrail_encryption_with_kms](../roles/enable_cloudtrail_encryption_with_kms/README.md) roles.
Expand Down
2 changes: 1 addition & 1 deletion playbooks/UPLOAD_FILE_TO_S3.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ansible-playbook ./playbook.yaml -e "@./vars.yaml" -i inventory.ini

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/ansible-collections/cloud.aws_troubleshooting/blob/main/LICENSE) to see the full text.
See [LICENSE](https://github.com/ansible-collections/cloud.aws_troubleshooting/blob/main/LICENSE) to see the full text.

## Author Information

Expand Down
4 changes: 2 additions & 2 deletions playbooks/move_vm_from_on_prem_to_aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ A playbook to migrate an existing on prem VM running on KVM hypervisor to AWS.

## Requirements

This playbook uses the ``cloud.aws_ops.clone_on_prem_vm`` role to clone an existing VM on prem using the KVM hypervisor and the ``cloud.aws_ops.import_image_and_run_aws_instance`` role to import a local .raw image into an Amazon machine image (AMI) and run an AWS EC2 instance. For a complete list of requirements, see [clone_on_prem_vm](../../roles/clone_on_prem_vm/README.md#Requirements) and [import_image_and_run_aws_instance](../../roles/import_image_and_run_aws_instance/REAME.md#Requirements), respectively.
This playbook uses the ``cloud.aws_ops.clone_on_prem_vm`` role to clone an existing VM on prem using the KVM hypervisor and the ``cloud.aws_ops.import_image_and_run_aws_instance`` role to import a local .raw image into an Amazon machine image (AMI) and run an AWS EC2 instance. For a complete list of requirements, see [clone_on_prem_vm](../../roles/clone_on_prem_vm/README.md#Requirements) and [import_image_and_run_aws_instance](../../roles/import_image_and_run_aws_instance/README.md#Requirements), respectively.


## Playbook Variables

For a full list of accepted variables see: [clone_on_prem_vm](../../roles/clone_on_prem_vm/README.md#Role-Variables) and respectively [import_image_and_run_aws_instance](../../roles/import_image_and_run_aws_instance/REAME.md#Role-Variables).
For a full list of accepted variables see: [clone_on_prem_vm](../../roles/clone_on_prem_vm/README.md#Role-Variables) and respectively [import_image_and_run_aws_instance](../../roles/import_image_and_run_aws_instance/README.md#Role-Variables).

## Example Usage

Expand Down
2 changes: 1 addition & 1 deletion roles/aws_setup_credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ N/A

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/ansible-collections/cloud.aws_troubleshooting/blob/main/LICENSE) to see the full text.
See [LICENSE](https://github.com/ansible-collections/cloud.aws_troubleshooting/blob/main/LICENSE) to see the full text.

## Author Information

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ AWS User Account with permission to create API gateway, lambda function and IAM

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

## Author Information

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/awsconfig_multiregion_cloudtrail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/ansible-collections/cloud.aws_ops/blob/main/LICENSE) to see the full text.
See [LICENSE](https://github.com/ansible-collections/cloud.aws_ops/blob/main/LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/backup_create_plan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/backup_select_resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/clone_on_prem_vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/create_rds_global_cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/customized_ami/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/deploy_flask_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/ec2_instance_terminate_by_tag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/enable_cloudtrail_encryption_with_kms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/import_image_and_run_aws_instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/manage_transit_gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/manage_vpc_peering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/move_objects_between_buckets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](../../LICENSE) to see the full text.
See [LICENSE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down

0 comments on commit b2e0012

Please sign in to comment.