diff --git a/README.md b/README.md index 8c638f87..6605c238 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/playbooks/README.md b/playbooks/README.md index 477804d9..a7d74cd1 100644 --- a/playbooks/README.md +++ b/playbooks/README.md @@ -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. diff --git a/playbooks/UPLOAD_FILE_TO_S3.md b/playbooks/UPLOAD_FILE_TO_S3.md index 6f008b1e..31013588 100644 --- a/playbooks/UPLOAD_FILE_TO_S3.md +++ b/playbooks/UPLOAD_FILE_TO_S3.md @@ -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 diff --git a/playbooks/move_vm_from_on_prem_to_aws/README.md b/playbooks/move_vm_from_on_prem_to_aws/README.md index 5e81668f..d5a3d677 100644 --- a/playbooks/move_vm_from_on_prem_to_aws/README.md +++ b/playbooks/move_vm_from_on_prem_to_aws/README.md @@ -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 diff --git a/roles/aws_setup_credentials/README.md b/roles/aws_setup_credentials/README.md index 22419597..85579987 100644 --- a/roles/aws_setup_credentials/README.md +++ b/roles/aws_setup_credentials/README.md @@ -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 diff --git a/roles/awsconfig_apigateway_with_lambda_integration/README.md b/roles/awsconfig_apigateway_with_lambda_integration/README.md index cf6f6a8f..3227864a 100644 --- a/roles/awsconfig_apigateway_with_lambda_integration/README.md +++ b/roles/awsconfig_apigateway_with_lambda_integration/README.md @@ -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 diff --git a/roles/awsconfig_detach_and_delete_internet_gateway/README.md b/roles/awsconfig_detach_and_delete_internet_gateway/README.md index 5f668d07..9da86e30 100644 --- a/roles/awsconfig_detach_and_delete_internet_gateway/README.md +++ b/roles/awsconfig_detach_and_delete_internet_gateway/README.md @@ -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 ------------------ diff --git a/roles/awsconfig_multiregion_cloudtrail/README.md b/roles/awsconfig_multiregion_cloudtrail/README.md index 1adaaec4..d5527799 100644 --- a/roles/awsconfig_multiregion_cloudtrail/README.md +++ b/roles/awsconfig_multiregion_cloudtrail/README.md @@ -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 ------------------ diff --git a/roles/backup_create_plan/README.md b/roles/backup_create_plan/README.md index c830ae7f..83e7038a 100644 --- a/roles/backup_create_plan/README.md +++ b/roles/backup_create_plan/README.md @@ -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 ------------------ diff --git a/roles/backup_select_resources/README.md b/roles/backup_select_resources/README.md index 0cb15ed9..e4acffab 100644 --- a/roles/backup_select_resources/README.md +++ b/roles/backup_select_resources/README.md @@ -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 ------------------ diff --git a/roles/clone_on_prem_vm/README.md b/roles/clone_on_prem_vm/README.md index be21b800..e16633d9 100644 --- a/roles/clone_on_prem_vm/README.md +++ b/roles/clone_on_prem_vm/README.md @@ -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 ------------------ diff --git a/roles/create_rds_global_cluster/README.md b/roles/create_rds_global_cluster/README.md index 15d7c072..37f3042c 100644 --- a/roles/create_rds_global_cluster/README.md +++ b/roles/create_rds_global_cluster/README.md @@ -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 ------------------ diff --git a/roles/customized_ami/README.md b/roles/customized_ami/README.md index 6f764380..75af9014 100644 --- a/roles/customized_ami/README.md +++ b/roles/customized_ami/README.md @@ -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 ------------------ diff --git a/roles/deploy_flask_app/README.md b/roles/deploy_flask_app/README.md index 8f1c060b..d8dfcc8e 100644 --- a/roles/deploy_flask_app/README.md +++ b/roles/deploy_flask_app/README.md @@ -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 ------------------ diff --git a/roles/ec2_instance_terminate_by_tag/README.md b/roles/ec2_instance_terminate_by_tag/README.md index 878964f8..fe1a7d30 100644 --- a/roles/ec2_instance_terminate_by_tag/README.md +++ b/roles/ec2_instance_terminate_by_tag/README.md @@ -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 ------------------ diff --git a/roles/enable_cloudtrail_encryption_with_kms/README.md b/roles/enable_cloudtrail_encryption_with_kms/README.md index 05db621b..a13671a3 100644 --- a/roles/enable_cloudtrail_encryption_with_kms/README.md +++ b/roles/enable_cloudtrail_encryption_with_kms/README.md @@ -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 ------------------ diff --git a/roles/import_image_and_run_aws_instance/README.md b/roles/import_image_and_run_aws_instance/README.md index 0b139e93..1b5eed28 100644 --- a/roles/import_image_and_run_aws_instance/README.md +++ b/roles/import_image_and_run_aws_instance/README.md @@ -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 ------------------ diff --git a/roles/manage_transit_gateway/README.md b/roles/manage_transit_gateway/README.md index f876316d..0f109869 100644 --- a/roles/manage_transit_gateway/README.md +++ b/roles/manage_transit_gateway/README.md @@ -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 ------------------ diff --git a/roles/manage_vpc_peering/README.md b/roles/manage_vpc_peering/README.md index 2b7d7da1..bd0104db 100644 --- a/roles/manage_vpc_peering/README.md +++ b/roles/manage_vpc_peering/README.md @@ -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 ------------------ diff --git a/roles/move_objects_between_buckets/README.md b/roles/move_objects_between_buckets/README.md index 4d466920..c9b2db1a 100644 --- a/roles/move_objects_between_buckets/README.md +++ b/roles/move_objects_between_buckets/README.md @@ -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 ------------------